OSDN Git Service

sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()
[sagit-ice-cold/kernel_xiaomi_msm8998.git] / net / ipv4 /
2019-02-23 Lorenzo Bianconinet: ipv4: use a dedicated counter for icmp_v4 redirect...
2019-02-23 Eric Dumazettcp: clear icsk_backoff in tcp_write_queue_purge()
2019-02-23 Eric Dumazettcp: tcp_v4_err() should be more careful
2019-02-08 Michal Kubeceknet: ipv4: do not handle duplicate fragments as overlapping
2019-02-08 Eric Dumazetinet: frags: better deal with smp races
2019-02-08 Dan Carpenteripv4: frags: precedence bug in ip_expire()
2019-02-08 Taehee Yooip: frags: fix crash in ip_do_fragment()
2019-02-08 Peter Oskolkovip: process in-order fragments efficiently
2019-02-08 Peter Oskolkovip: add helpers to process in-order fragments faster.
2019-02-08 Peter Oskolkovip: use rb trees for IP frag queue.
2019-02-08 Peter Oskolkovip: discard IPv4 datagrams with overlapping segments.
2019-02-08 Eric Dumazetinet: frags: fix ip6frag_low_thresh boundary
2019-02-08 Eric Dumazetinet: frags: do not clone skb in ip_expire()
2019-02-08 Eric Dumazetinet: frags: break the 2GB limit for frags storage
2019-02-08 Eric Dumazetinet: frags: remove inet_frag_maybe_warn_overflow()
2019-02-08 Eric Dumazetinet: frags: get rif of inet_frag_evicting()
2019-02-08 Eric Dumazetinet: frags: remove some helpers
2019-02-08 Paolo Abeniipfrag: really prevent allocation on netns exit
2019-02-08 Eric Dumazetinet: frags: use rhashtables for reassembly units
2019-02-08 Eric Dumazetinet: frags: refactor ipfrag_init()
2019-02-08 Eric Dumazetinet: frags: add a pointer to struct netns_frags
2019-02-08 Eric Dumazetinet: frags: change inet_frags_init_net() return value
2019-02-06 Ido Schimmelnet: ipv4: Fix memory leak in network namespace dismantle
2019-02-06 Ross Lagerwallnet: Fix usage of pskb_trim_rcsum
2019-01-26 Willem de Bruijnip: on queued skb use skb_header_pointer instead of...
2019-01-13 Gustavo A. R. Silvaipv4: Fix potential Spectre v1 vulnerability
2018-12-17 Yuchung Chengtcp: fix NULL ref in tail loss probe
2018-12-13 Sultan Alsawafip_tunnel: Fix name string concatenate in __ip_tunnel_c...
2018-11-27 Sabrina Dubrocaip_tunnel: don't force DF when MTU is locked
2018-11-21 Stefan Nuernbergernet/ipv4: defensive cipso option parsing
2018-11-10 Cong Wangnet: drop skb on failure in ip_check_defrag()
2018-11-10 Alexander Duyckgro: Allow tunnel stacking in the case of FOU/GUE
2018-10-20 Sabrina Dubrocanet: ipv4: update fnhe_pmtu when first hop's MTU changes
2018-10-20 Eric Dumazetipv4: fix use-after-free in ip_cmsg_recv_dstaddr()
2018-10-20 Paolo Abeniip_tunnel: be careful when accessing the inner header
2018-10-13 Eric Dumazettcp: add tcp_ooo_try_coalesce() helper
2018-10-13 Eric Dumazettcp: call tcp_drop() from tcp_data_queue_ofo()
2018-10-13 Eric Dumazettcp: free batches of packets in tcp_prune_ofo_queue()
2018-10-13 Eric Dumazettcp: fix a stale ooo_last_skb after a replace
2018-10-13 Yaogong Wangtcp: use an RB tree for ooo receive queue
2018-10-13 Eric Dumazettcp: increment sk_drops for dropped rx packets
2018-09-29 Toke Høiland-Jørgensengso_segment: Reset skb->mac_len after modifying network...
2018-09-15 Florian Westphaltcp: do not restart timewait timer on rst reception
2018-09-05 yujuan.qiCipso: cipso_v4_optptr enter infinite loop
2018-08-24 Randy Dunlaptcp: identify cryptic messages as TCP seq # bugs
2018-08-24 Yuchung Chengtcp: remove DELAYED ACK events in DCTCP
2018-08-24 Florian Westphalnetfilter: x_tables: set module owner for icmp(6) matches
2018-08-17 Takashi Iwaitcp: Fix missing range_truesize enlargement in the...
2018-08-15 Thomas Egereripv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
2018-08-06 Eric Dumazetinet: frag: enforce memory limits earlier
2018-08-06 Eric Dumazettcp: add one more quick ack after after ECN events
2018-08-06 Yousuk Seungtcp: refactor tcp_ecn_check_ce to remove sk type cast
2018-08-06 Eric Dumazettcp: do not aggressively quick ack after ECN events
2018-08-06 Eric Dumazettcp: add max_quickacks param to tcp_incr_quickack and...
2018-08-06 Eric Dumazettcp: do not force quickack when receiving out-of-order...
2018-08-06 Lorenzo Bianconiipv4: remove BUG_ON() from fib_compute_spec_dst
2018-08-06 Chris Novakovicipconfig: Correctly initialise ic_nameservers
2018-07-28 Willem de Bruijnip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
2018-07-28 Eric Dumazettcp: detect malicious patterns in tcp_collapse_ofo_queue()
2018-07-28 Eric Dumazettcp: avoid collapses in tcp_prune_queue() if possible
2018-07-28 Yuchung Chengtcp: do not delay ACK in DCTCP upon CE status change
2018-07-28 Yuchung Chengtcp: do not cancel delay-AcK on DCTCP special ACK
2018-07-28 Yuchung Chengtcp: helpers to send special DCTCP ack
2018-07-28 Yuchung Chengtcp: fix dctcp delayed ACK schedule
2018-07-28 Paolo Abeniip: hash fragments consistently
2018-07-25 David Ahernnet/ipv4: Set oif in fib_compute_spec_dst
2018-07-25 Tyler Hicksipv4: Return EINVAL when ping_group_range sysctl doesn...
2018-07-22 Ilpo Järvinentcp: prevent bogus FRTO undos with non-SACK flows
2018-07-22 Yuchung Chengtcp: fix Fast Open key endianness
2018-07-17 Florian Westphalnetfilter: x_tables: initialise match/target check...
2018-07-11 Ben Hutchingsipv4: Fix error return value in fib_convert_metrics()
2018-07-03 Frank van der Lindentcp: verify the checksum of the first data segment...
2018-07-03 Eric Dumazettcp: do not overshoot window_clamp in tcp_rcv_space_adj...
2018-06-13 Eric Dumazetnet: metrics: add proper netlink validation
2018-06-13 Willem de Bruijnipv4: remove warning in ip_recv_error
2018-06-06 Eric Dumazettcp: avoid integer overflows in tcp_rcv_space_adjust()
2018-05-30 Greg Kroah-HartmanRevert "vti4: Don't override MTU passed on link creatio...
2018-05-30 Stefano Briviovti4: Don't override MTU passed on link creation via...
2018-05-30 Stefano Briviovti4: Don't count header length twice on tunnel setup
2018-05-30 Sabrina Dubrocaipv4: lock mtu in fnhe when received PMTU < net.ipv4...
2018-05-30 Joey Pabalinasnet/tcp/illinois: replace broken algorithm reference...
2018-05-26 Eric Dumazettcp: purge write queue in tcp_connect_init()
2018-05-26 Willem de Bruijnnet: test tailroom before appending to linear skb
2018-05-26 Yuchung Chengtcp: ignore Fast Open on repair mode
2018-05-26 Andrey Ignatovipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
2018-05-16 Eric Dumazettcp: fix TCP_REPAIR_QUEUE bound checking
2018-05-16 Eric Dumazetsoreuseport: initialise timewait reuseport field
2018-04-29 Eric Dumazettcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on establ...
2018-04-29 Jann Horntcp: don't read out-of-bounds opsize
2018-04-13 Eric Dumazetip_tunnel: better validate user provided tunnel names
2018-04-13 Miguel Fadon Perlinesarp: fix arp_filter on l3slave devices
2018-04-13 Jason A. Donenfeldipsec: check return value of skb_to_sgvec always
2018-04-13 Eric Dumazettcp: better validation of received ack sequences
2018-04-13 Ihar Hrachyshkaarp: honour gratuitous ARP _replies_
2018-04-08 Nick Desaulniersnetfilter: nf_nat_h323: fix logical-not-parentheses...
2018-03-31 David Ahernnet: Only honor ifindex in IP_PKTINFO if non-0
2018-03-31 Kirill Tkhainet: Fix hlist corruptions in inet_evict_bucket()
2018-03-24 Eric Dumazettcp: remove poll() flakes with FastOpen
2018-03-18 Florian Westphalnetfilter: x_tables: pack percpu counter allocations
2018-03-18 Florian Westphalnetfilter: x_tables: pass xt_counters struct to counter...
next