1. cc403d5 multicast: do not restore deleted record source filter mode to new one by Hangbin Liu · 6 years ago
  2. 03fbf2b ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull by Willem de Bruijn · 6 years ago
  3. 93d94fe ip: hash fragments consistently by Paolo Abeni · 6 years ago
  4. ad8b1ff netfilter: ipv6: nf_defrag: drop skb dst before queueing by Florian Westphal · 6 years ago
  5. 40352e7 netfilter: x_tables: initialise match/target check parameter struct by Florian Westphal · 6 years ago
  6. 5b8fcc0 Revert "sit: reload iphdr in ipip6_rcv" by David S. Miller · 7 years ago
  7. 6caca34 tcp: verify the checksum of the first data segment in a new connection by Frank van der Linden · 6 years ago
  8. c669191 ipv6: allow PMTU exceptions to local routes by Julian Anastasov · 6 years ago
  9. c8197f9 xfrm6: avoid potential infinite loop in _decode_session6() by Eric Dumazet · 6 years ago
  10. 869584e vrf: check the original netdevice for generating redirect by Stephen Suryaputra · 6 years ago
  11. ffa13b3 ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds by Sabrina Dubroca · 6 years ago
  12. 3588d9a sit: fix IFLA_MTU ignored on NEWLINK by Xin Long · 6 years ago
  13. 11a670a ip6_tunnel: fix IFLA_MTU ignored on NEWLINK by Xin Long · 6 years ago
  14. dd5968e netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure by Subash Abhinov Kasiviswanathan · 6 years ago
  15. d65bc95 netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460 by Subash Abhinov Kasiviswanathan · 6 years ago
  16. 2ef22bd net: test tailroom before appending to linear skb by Willem de Bruijn · 6 years ago
  17. e2956fc ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy by Eric Dumazet · 6 years ago
  18. dbb6ed6 vti6: better validate user provided tunnel names by Eric Dumazet · 6 years ago
  19. 92b2828 ip6_tunnel: better validate user provided tunnel names by Eric Dumazet · 6 years ago
  20. 5dcf6eb ip6_gre: better validate user provided tunnel names by Eric Dumazet · 6 years ago
  21. f1f1f94 ipv6: sit: better validate user provided tunnel names by Eric Dumazet · 6 years ago
  22. 584d541 net/ipv6: Increment OUTxxx counters after netfilter hook by Jeff Barnhill · 6 years ago
  23. eb3dd0f net/ipv6: Fix route leaking between VRFs by David Ahern · 6 years ago
  24. 81eb03e ipv6: the entire IPv6 header chain must fit the first fragment by Paolo Abeni · 6 years ago
  25. 753b04d ipsec: check return value of skb_to_sgvec always by Jason A. Donenfeld · 7 years ago
  26. 92b8685 sit: reload iphdr in ipip6_rcv by Haishuang Yan · 7 years ago
  27. fdd62a4 ip6_tunnel: fix traffic class routing for tunnels by Liam McBirnie · 7 years ago
  28. eb5562d ipv6: avoid dad-failures for addresses with NODAD by Mahesh Bandewar · 7 years ago
  29. 0151aaf Revert "ip6_vti: adjust vti mtu according to mtu of lower device" by Greg Kroah-Hartman · 6 years ago
  30. c5e6439 ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option() by Lorenzo Bianconi · 6 years ago
  31. 1139d77 ip6_vti: adjust vti mtu according to mtu of lower device by Alexey Kodanev · 6 years ago
  32. 2bea487 net: ipv6: send unsolicited NA on admin up by David Ahern · 7 years ago
  33. db6a0cb netfilter: x_tables: pack percpu counter allocations by Florian Westphal · 8 years ago
  34. dac4448 netfilter: x_tables: pass xt_counters struct to counter allocator by Florian Westphal · 8 years ago
  35. 61346e2 netfilter: x_tables: pass xt_counters struct instead of packet counter by Florian Westphal · 8 years ago
  36. 60962e9 netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt by Florian Westphal · 6 years ago
  37. f506da5 netfilter: add back stackpointer size checks by Florian Westphal · 6 years ago
  38. 5984901 udplite: fix partial checksum initialization by Alexey Kodanev · 6 years ago
  39. c9a3046 ipv6 sit: work around bogus gcc-8 -Wrestrict warning by Arnd Bergmann · 6 years ago
  40. 1148fee ip6_tunnel: get the min mtu properly in ip6_tnl_xmit by Xin Long · 7 years ago
  41. 3cf31f5 ipv6: icmp6: Allow icmp messages to be looped back by Brendan McGrath · 7 years ago
  42. d58d78c netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 6 years ago
  43. 4ec264d netfilter: on sockopt() acquire sock lock only in the required scope by Paolo Abeni · 6 years ago
  44. 5771415 ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only by Martin KaFai Lau · 6 years ago
  45. 7d3d60e ip6mr: fix stale iterator by Nikolay Aleksandrov · 6 years ago
  46. 3110e21 gso: validate gso_type in GSO handlers by Willem de Bruijn · 6 years ago
  47. cc99c6d ip6_gre: init dev->mtu and dev->hard_header_len correctly by Alexey Kodanev · 6 years ago
  48. c2ceff1 ipv6: ip6_make_skb() needs to clear cork.base.dst by Eric Dumazet · 6 years ago
  49. fb50d8c ipv6: fix udpv6 sendmsg crash caused by too small MTU by Mike Maloney · 6 years ago
  50. 8b0d3e8 ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL by Ben Hutchings · 6 years ago
  51. dde00c9 ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 6 years ago
  52. ca5681b ip6_tunnel: disable dst caching if tunnel is dual-stack by Eli Cooper · 6 years ago
  53. e51abae adding missing rcu_read_unlock in ipxip6_rcv by Nikita V. Shirokov · 7 years ago
  54. 7887a70 tcp md5sig: Use skb's saddr when replying to an incoming segment by Christoph Paasch · 7 years ago
  55. b3b5603 net: reevalulate autoflowlabel setting after sysctl setting by Shaohua Li · 6 years ago
  56. f6d7cdb ipv6: mcast: better catch silly mtu values by Eric Dumazet · 7 years ago
  57. 4bf42a2 net: ipv6: send NS for DAD when link operationally up by Mike Manning · 7 years ago
  58. 5f218c3 sit: update frag_off info by Hangbin Liu · 7 years ago
  59. 2388d52 gre6: use log_ecn_error module parameter in ip6_tnl_rcv() by Alexey Kodanev · 7 years ago
  60. 05a59bc ipv6: reorder icmpv6_init() and ip6_mr_init() by WANG Cong · 7 years ago
  61. f14f6fa vti6: Don't report path MTU below IPV6_MIN_MTU. by Steffen Klassert · 7 years ago
  62. 105b403 vti6: fix device register to report IFLA_INFO_KIND by David Forster · 7 years ago
  63. 5c68a42 net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 7 years ago
  64. 41e4fbd ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER by WANG Cong · 7 years ago
  65. d6b1aeb ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit by Xin Long · 7 years ago
  66. 6d428bc ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err by Xin Long · 7 years ago
  67. 28fa583 ipv6: flowlabel: do not leave opt->tot_len with garbage by Eric Dumazet · 7 years ago
  68. d87890d ipv6: addrconf: increment ifp refcount before ipv6_del_addr() by Eric Dumazet · 7 years ago
  69. 97ba8f8 gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  70. 09788d4 ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path by Xin Long · 7 years ago
  71. ab4da56 ip6_gre: ip6gre_tap device should keep dst by Xin Long · 7 years ago
  72. 6689f83 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit by Alexey Kodanev · 7 years ago
  73. 13c8bd7 ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline by Xin Long · 7 years ago
  74. e814bae ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header by Xin Long · 7 years ago
  75. f0a5af7 udpv6: Fix the checksum computation when HW checksum does not apply by Subash Abhinov Kasiviswanathan · 7 years ago
  76. 7829684 ipv6: Fix may be used uninitialized warning in rt6_check by Steffen Klassert · 7 years ago
  77. bf8ed95 ipv6: fix typo in fib6_net_exit() by Eric Dumazet · 7 years ago
  78. c9335db ipv6: fix memory leak with multiple tables during netns destruction by Sabrina Dubroca · 7 years ago
  79. ca7d8a3 ip6_gre: update mtu properly in ip6gre_err by Xin Long · 7 years ago
  80. 1bcf187 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  81. 43c792a ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  82. 7f8f23f ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  83. dccb31b ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt() by Stefano Brivio · 7 years ago
  84. 1c18f93 ipv6: repair fib6 tree in failure case by Wei Wang · 7 years ago
  85. 62e9a28 ipv6: reset fn->rr_ptr when replacing route by Wei Wang · 7 years ago
  86. 33dc6a6 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  87. 53eed8a revert "net: account for current skb length when deciding about UFO" by Greg Kroah-Hartman · 7 years ago
  88. 69ffc96 net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  89. ef09c9f net: account for current skb length when deciding about UFO by Michal Kubeček · 7 years ago
  90. 9acfb31 netfilter: use fwmark_reflect in nf_send_reset by Pau Espin Pedrol · 7 years ago
  91. 23a91c8 ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment() by Stefano Brivio · 7 years ago
  92. 4a2ffe1 ipv6: avoid overflow of offset in ip6_find_1stfragopt by Sabrina Dubroca · 7 years ago
  93. a62bc8d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  94. aeb2303 ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output by Zheng Li · 7 years ago
  95. 0bc26d1 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 7 years ago
  96. d2c9512 ipv6: dad: don't remove dynamic addresses if link is down by Sabrina Dubroca · 7 years ago
  97. 0526ff3 ipv6: avoid unregistering inet6_dev for loopback by WANG Cong · 7 years ago
  98. adfe95f ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 7 years ago
  99. b07bf23 ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() by Eric Dumazet · 7 years ago
  100. b9ca9b0 ipv6: Do not leak throw route references by Serhey Popovych · 7 years ago