1. d58d78c netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 6 years ago
  2. 4ec264d netfilter: on sockopt() acquire sock lock only in the required scope by Paolo Abeni · 6 years ago
  3. 5771415 ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only by Martin KaFai Lau · 6 years ago
  4. 7d3d60e ip6mr: fix stale iterator by Nikolay Aleksandrov · 6 years ago
  5. 3110e21 gso: validate gso_type in GSO handlers by Willem de Bruijn · 6 years ago
  6. cc99c6d ip6_gre: init dev->mtu and dev->hard_header_len correctly by Alexey Kodanev · 6 years ago
  7. c2ceff1 ipv6: ip6_make_skb() needs to clear cork.base.dst by Eric Dumazet · 6 years ago
  8. fb50d8c ipv6: fix udpv6 sendmsg crash caused by too small MTU by Mike Maloney · 6 years ago
  9. 8b0d3e8 ipv6: Fix getsockopt() for sockets with default IPV6_AUTOFLOWLABEL by Ben Hutchings · 6 years ago
  10. dde00c9 ipv6: fix possible mem leaks in ipv6_make_skb() by Eric Dumazet · 6 years ago
  11. ca5681b ip6_tunnel: disable dst caching if tunnel is dual-stack by Eli Cooper · 7 years ago
  12. e51abae adding missing rcu_read_unlock in ipxip6_rcv by Nikita V. Shirokov · 7 years ago
  13. 7887a70 tcp md5sig: Use skb's saddr when replying to an incoming segment by Christoph Paasch · 7 years ago
  14. b3b5603 net: reevalulate autoflowlabel setting after sysctl setting by Shaohua Li · 7 years ago
  15. f6d7cdb ipv6: mcast: better catch silly mtu values by Eric Dumazet · 7 years ago
  16. 4bf42a2 net: ipv6: send NS for DAD when link operationally up by Mike Manning · 7 years ago
  17. 5f218c3 sit: update frag_off info by Hangbin Liu · 7 years ago
  18. 2388d52 gre6: use log_ecn_error module parameter in ip6_tnl_rcv() by Alexey Kodanev · 7 years ago
  19. 05a59bc ipv6: reorder icmpv6_init() and ip6_mr_init() by WANG Cong · 7 years ago
  20. f14f6fa vti6: Don't report path MTU below IPV6_MIN_MTU. by Steffen Klassert · 7 years ago
  21. 105b403 vti6: fix device register to report IFLA_INFO_KIND by David Forster · 7 years ago
  22. 5c68a42 net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 7 years ago
  23. 41e4fbd ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTER by WANG Cong · 7 years ago
  24. d6b1aeb ip6_gre: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmit by Xin Long · 7 years ago
  25. 6d428bc ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_err by Xin Long · 7 years ago
  26. 28fa583 ipv6: flowlabel: do not leave opt->tot_len with garbage by Eric Dumazet · 7 years ago
  27. d87890d ipv6: addrconf: increment ifp refcount before ipv6_del_addr() by Eric Dumazet · 7 years ago
  28. 97ba8f8 gso: fix payload length when gso_size is zero by Alexey Kodanev · 7 years ago
  29. 09788d4 ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path by Xin Long · 7 years ago
  30. ab4da56 ip6_gre: ip6gre_tap device should keep dst by Xin Long · 7 years ago
  31. 6689f83 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit by Alexey Kodanev · 7 years ago
  32. 13c8bd7 ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline by Xin Long · 7 years ago
  33. e814bae ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_header by Xin Long · 7 years ago
  34. f0a5af7 udpv6: Fix the checksum computation when HW checksum does not apply by Subash Abhinov Kasiviswanathan · 7 years ago
  35. 7829684 ipv6: Fix may be used uninitialized warning in rt6_check by Steffen Klassert · 7 years ago
  36. bf8ed95 ipv6: fix typo in fib6_net_exit() by Eric Dumazet · 7 years ago
  37. c9335db ipv6: fix memory leak with multiple tables during netns destruction by Sabrina Dubroca · 7 years ago
  38. ca7d8a3 ip6_gre: update mtu properly in ip6gre_err by Xin Long · 7 years ago
  39. 1bcf187 Revert "net: fix percpu memory leaks" by Jesper Dangaard Brouer · 7 years ago
  40. 43c792a ipv6: fix sparse warning on rt6i_node by Wei Wang · 7 years ago
  41. 7f8f23f ipv6: add rcu grace period before freeing fib6_node by Wei Wang · 7 years ago
  42. dccb31b ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt() by Stefano Brivio · 7 years ago
  43. 1c18f93 ipv6: repair fib6 tree in failure case by Wei Wang · 7 years ago
  44. 62e9a28 ipv6: reset fn->rr_ptr when replacing route by Wei Wang · 7 years ago
  45. 33dc6a6 udp: consistently apply ufo or fragmentation by Willem de Bruijn · 7 years ago
  46. 53eed8a revert "net: account for current skb length when deciding about UFO" by Greg Kroah-Hartman · 7 years ago
  47. 69ffc96 net: avoid skb_warn_bad_offload false positives on UFO by Willem de Bruijn · 7 years ago
  48. ef09c9f net: account for current skb length when deciding about UFO by Michal Kubeček · 7 years ago
  49. 9acfb31 netfilter: use fwmark_reflect in nf_send_reset by Pau Espin Pedrol · 7 years ago
  50. 23a91c8 ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment() by Stefano Brivio · 7 years ago
  51. 4a2ffe1 ipv6: avoid overflow of offset in ip6_find_1stfragopt by Sabrina Dubroca · 7 years ago
  52. a62bc8d ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check() by Alexander Potapenko · 7 years ago
  53. aeb2303 ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output by Zheng Li · 7 years ago
  54. 0bc26d1 net: ipv6: Compare lwstate in detecting duplicate nexthops by David Ahern · 7 years ago
  55. d2c9512 ipv6: dad: don't remove dynamic addresses if link is down by Sabrina Dubroca · 7 years ago
  56. 0526ff3 ipv6: avoid unregistering inet6_dev for loopback by WANG Cong · 7 years ago
  57. adfe95f ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 7 years ago
  58. b07bf23 ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() by Eric Dumazet · 7 years ago
  59. b9ca9b0 ipv6: Do not leak throw route references by Serhey Popovych · 7 years ago
  60. fded2d7 ipv6: fix calling in6_ifa_hold incorrectly for dad work by Xin Long · 7 years ago
  61. 0596867 proc: snmp6: Use correct type in memset by Christian Perle · 7 years ago
  62. 98184bb ipv6: release dst on error in ip6_dst_lookup_tail by Willem de Bruijn · 7 years ago
  63. 47537bc ila_xlat: add missing hash secret initialization by Arnd Bergmann · 7 years ago
  64. 1cadd39 ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switches by Linus Lüssing · 7 years ago
  65. d385ed7 ipv6: addrconf: fix generation of new temporary addresses by Marcus Huewe · 7 years ago
  66. cb351da ipv6: Inhibit IPv4-mapped src address on the wire. by Jonathan T. Leighton · 7 years ago
  67. 12ec256 ipv6: Handle IPv4-mapped src to in6addr_any dst. by Jonathan T. Leighton · 7 years ago
  68. a97f807 net/ipv6: Fix CALIPSO causing GPF with datagram support by Richard Haines · 7 years ago
  69. 0aa89f1 net: ping: do not abuse udp_poll() by Eric Dumazet · 7 years ago
  70. 599a447 ipv6: Fix leak in ipv6_gso_segment(). by David S. Miller · 7 years ago
  71. abbcb73 ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt() by Ben Hutchings · 7 years ago
  72. 304b410 ipv6: fix out of bound writes in __ip6_append_data() by Eric Dumazet · 7 years ago
  73. 3fa202e ipv6: Check ip6_find_1stfragopt() return value properly. by David S. Miller · 7 years ago
  74. a2c845e ipv6: Prevent overrun when parsing v6 header options by Craig Gallek · 7 years ago
  75. 4bd8f5e ipv6/dccp: do not inherit ipv6_mc_list from parent by WANG Cong · 7 years ago
  76. 8795ee7 ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf by WANG Cong · 7 years ago
  77. ecbd3ed ipv6: initialize route null entry in addrconf_init() by WANG Cong · 7 years ago
  78. f190653 ipv4, ipv6: ensure raw socket message is big enough to hold an IP header by Alexander Potapenko · 7 years ago
  79. 0f4ac29 net: ipv6: Do not duplicate DAD on link up by David Ahern · 7 years ago
  80. b1fc1b0 ipv6: check raw payload size correctly in ioctl by Jamie Bainbridge · 7 years ago
  81. df19261 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 7 years ago
  82. 62817c3 net: ipv6: regenerate host route if moved to gc list by David Ahern · 7 years ago
  83. b2440a5 ip6mr: fix notification device destruction by Nikolay Aleksandrov · 7 years ago
  84. 94e5670 net: ipv6: RTF_PCPU should not be settable from userspace by David Ahern · 7 years ago
  85. 8c04e2a net-timestamp: avoid use-after-free in ip_recv_error by Willem de Bruijn · 7 years ago
  86. c86872a4 ipv6: Fix idev->addr_list corruption by Rabin Vincent · 7 years ago
  87. c67c2be net: ipv6: check route protocol when deleting routes by Mantas M · 8 years ago
  88. d80caeb ipv6: make sure to initialize sockc.tsflags before first use by Alexander Potapenko · 7 years ago
  89. 98933eb dccp/tcp: fix routing redirect race by Jon Maxwell · 7 years ago
  90. 683100e ipv6: avoid write to a possibly cloned skb by Florian Westphal · 7 years ago
  91. 4a8d3bb ipv6: make ECMP route replacement less greedy by Sabrina Dubroca · 7 years ago
  92. b07eed8 net/tunnel: set inner protocol in network gro hooks by Paolo Abeni · 7 years ago
  93. 0bcc319 ipv6: orphan skbs in reassembly unit by Eric Dumazet · 7 years ago
  94. f708105 vti6: return GRE_KEY for vti6 by David Forster · 7 years ago
  95. 0d4c19e tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 7 years ago
  96. 7c4c32a tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 7 years ago
  97. 16a3fbe igmp, mld: Fix memory leak in igmpv3/mld_del_delrec() by Hangbin Liu · 7 years ago
  98. 53a76d6 mld: do not remove mld souce list info when set link down by Hangbin Liu · 7 years ago
  99. 4cd0362 sit: fix a double free on error path by WANG Cong · 7 years ago
  100. 1e340bb ipv6: tcp: add a missing tcp_v6_restore_cb() by Eric Dumazet · 7 years ago