1. 2e4b2ae ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink() by Paolo Abeni · 6 years ago
  2. 96dd4ef ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt() by Paolo Abeni · 6 years ago
  3. b9d0cb7 ipv6: route: purge exception on removal by Paolo Abeni · 6 years ago
  4. fe38cbc net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255 by Kalash Nainwal · 6 years ago
  5. 7cfb97b net: sit: fix UBSAN Undefined behaviour in check_6rd by Miaohe Lin · 6 years ago
  6. a68d31c ipv6: Return error for RTA_VIA attribute by David Ahern · 6 years ago
  7. d0bedaa net: sit: fix memory leak in sit_init_net() by Mao Wenan · 6 years ago
  8. 99ed945 ipv4: Add ICMPv6 support when parse route ipproto by Hangbin Liu · 6 years ago
  9. b5ff77d ip6mr: Do not call __IP6_INC_STATS() from preemptible context by Ido Schimmel · 6 years ago
  10. 783359c netfilter: ipv6: Don't preserve original oif for loopback address by Eli Cooper · 6 years ago
  11. 8626009 sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach() by Hangbin Liu · 6 years ago
  12. fd49ffa ipv6: propagate genlmsg_reply return code by Li RongQing · 6 years ago
  13. 8b0d641 bpf: Fix [::] -> [::1] rewrite in sys_sendmsg by Andrey Ignatov · 6 years ago
  14. 4523bc8 net: ip6_gre: initialize erspan_ver just for erspan tunnels by Lorenzo Bianconi · 6 years ago
  15. 4c1b91b net: fix IPv6 prefix route residue by Zhiqiang Liu · 6 years ago
  16. 1552557 xfrm6_tunnel: Fix spi check in __xfrm6_tunnel_alloc_spi by YueHaibing · 6 years ago
  17. 505e5f3 ip6mr: Fix notifiers call on mroute_clean_tables() by Nir Dotan · 6 years ago
  18. 9f7d849 net: ip6_gre: always reports o_key to userspace by Lorenzo Bianconi · 6 years ago
  19. 0a198e0 net: ip_gre: use erspan key field for tunnel lookup by Lorenzo Bianconi · 6 years ago
  20. 2f70434 ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulation by Yohei Kanemaru · 6 years ago
  21. 7e9a647 ipv6: Consider sk_bound_dev_if when binding a socket to an address by David Ahern · 6 years ago
  22. 6c4d069 ip6_gre: update version related info when changing link by Hangbin Liu · 6 years ago
  23. 552cd93 erspan: build the header with the right proto according to erspan_ver by Xin Long · 6 years ago
  24. 0449da6 ip6_gre: fix tunnel list corruption for x-netns by Olivier Matz · 6 years ago
  25. e3fa624 udp: with udp_segment release on error path by Willem de Bruijn · 6 years ago
  26. c1fa98a ipv6: Take rcu_read_lock in __inet6_bind for mapped addresses by David Ahern · 6 years ago
  27. 9b25d7b ipv6: Consider sk_bound_dev_if when binding a socket to a v4 mapped address by David Ahern · 6 years ago
  28. a72e572 ipv6: make icmp6_send() robust against null skb->dev by Eric Dumazet · 6 years ago
  29. eb02c17 ip: on queued skb use skb_header_pointer instead of pskb_may_pull by Willem de Bruijn · 6 years ago
  30. c0e1392 ipv6: fix kernel-infoleak in ipv6_local_error() by Eric Dumazet · 6 years ago
  31. ccc8b37 ipv6: route: Fix return value of ip6_neigh_lookup() on neigh_create() error by Stefano Brivio · 6 years ago
  32. fe3f820 net/ipv6: Fix a test against 'ipv6_find_idev()' return value by Christophe JAILLET · 6 years ago
  33. 5ac4cc3 ipv6: frags: Fix bogus skb->sk in reassembled packets by Herbert Xu · 6 years ago
  34. 281731c net: clear skb->tstamp in forwarding paths by Eric Dumazet · 6 years ago
  35. cde8115 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  36. 0d2b652 ipv6: tunnels: fix two use-after-free by Eric Dumazet · 6 years ago
  37. cae3c9c ipv6: explicitly initialize udp6_addr in udp_sock_create6() by Cong Wang · 6 years ago
  38. 32403fd ip6mr: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  39. 5517d4c netfilter: nat: fix double register in masquerade modules by Taehee Yoo · 6 years ago
  40. 18218f8 netfilter: add missing error handling code for register functions by Taehee Yoo · 6 years ago
  41. 9838090 netfilter: ipv6: Preserve link scope traffic original oif by Alin Nastac · 6 years ago
  42. 7fafda1 net: use skb_list_del_init() to remove from RX sublists by Edward Cree · 6 years ago
  43. c4ec6a9 ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output by Shmulik Ladkani · 6 years ago
  44. fd018cb ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  45. ffe5754 ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes by Jiri Wiesner · 6 years ago
  46. 84ed07d netfilter: ipv6: fix oops when defragmenting locally generated fragments by Florian Westphal · 6 years ago
  47. 5bb115f ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF by David Ahern · 6 years ago
  48. b536dd8 ipv6: fix a dst leak when removing its exception by Xin Long · 6 years ago
  49. 6a4aa53 net/ipv6: Allow onlink routes to have a device mismatch if it is the default route by David Ahern · 6 years ago
  50. 4fb0dc9 net: udp: fix handling of CHECKSUM_COMPLETE packets by Sean Tranchetti · 6 years ago
  51. dc31623 ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are called by Stefano Brivio · 6 years ago
  52. 4ba4c56 net/ipv6: Fix index counter for unicast addresses in in6_dump_addrs by David Ahern · 6 years ago
  53. d4d576f ip6_tunnel: Fix encapsulation layout by Stefano Brivio · 6 years ago
  54. 2ee653f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  55. 84dad55 udp6: fix encap return code for resubmitting by Paolo Abeni · 6 years ago
  56. dc012f3 ipv6: mcast: fix a use-after-free in inet6_mc_check by Eric Dumazet · 6 years ago
  57. f547fac ipv6: rate-limit probes for neighbourless routes by Sabrina Dubroca · 6 years ago
  58. 9f7e43d net/xfrm: fix out-of-bounds packet access by Alexei Starovoitov · 6 years ago
  59. 7abab7b net/ipv6: stop leaking percpu memory in fib6 info by Mike Rapoport · 6 years ago
  60. a688caa ipv6: take rcu lock in rawv6_send_hdrinc() by Wei Wang · 6 years ago
  61. ee0b6f4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  62. 36f19d5 net/ipv6: Remove extra call to ip6_convert_metrics for multipath case by David Ahern · 6 years ago
  63. 86f9bd1 net/ipv6: Display all addresses in output of /proc/net/if_inet6 by Jeff Barnhill · 6 years ago
  64. 76c0ddd ip6_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  65. ce7ea4a ipv6: fix memory leak on dst->_metrics by Wei Wang · 6 years ago
  66. 8675860 Revert "ipv6: fix double refcount of fib6_metrics" by Wei Wang · 6 years ago
  67. 30bfd93 net/ipv6: do not copy dst flags on rt init by Peter Oskolkov · 6 years ago
  68. bbd6528 ipv6: fix possible use-after-free in ip6_xmit() by Eric Dumazet · 7 years ago
  69. eb63f29 udp6: add missing checks on edumux packet processing by Paolo Abeni · 7 years ago
  70. c56cae2 gso_segment: Reset skb->mac_len after modifying network header by Toke Høiland-Jørgensen · 7 years ago
  71. 22d0bd8 ipv6: use rt6_info members when dst is set in rt6_fill_node by Xin Long · 7 years ago
  72. 5d407b0 ip: frags: fix crash in ip_do_fragment() by Taehee Yoo · 7 years ago
  73. bfc0698 xfrm: reset transport header back to network header after all input transforms ahave been applied by Sowmini Varadhan · 7 years ago
  74. 36feaac ip6_tunnel: respect ttl inherit for ip6tnl by Hangbin Liu · 7 years ago
  75. 215ab0f xfrm6: call kfree_skb when skb is toobig by Thadeu Lima de Souza Cascardo · 7 years ago
  76. 15a81b4 net/ipv6: Only update MTU metric if it set by David Ahern · 7 years ago
  77. 93bbadd ipv6: don't get lwtstate twice in ip6_rt_copy_init() by Alexey Kodanev · 7 years ago
  78. a03dc36b ipv6: fix cleanup ordering for pingv6 registration by Sabrina Dubroca · 7 years ago
  79. afe49de ipv6: fix cleanup ordering for ip6_mr failure by Sabrina Dubroca · 7 years ago
  80. 9f28954 vti6: remove !skb->ignore_df check from vti6_xmit() by Alexey Kodanev · 7 years ago
  81. 84581bd erspan: set erspan_ver to 1 by default when adding an erspan dev by Xin Long · 7 years ago
  82. d23c4b6 net/ipv6: init ip6 anycast rt->dst.input as ip6_input by Hangbin Liu · 7 years ago
  83. e500c6d addrconf: reduce unnecessary atomic allocations by Cong Wang · 7 years ago
  84. 80f1a0f net/ipv6: Put lwtstate when destroying fib6_info by David Ahern · 7 years ago
  85. 9c86336 ip6_vti: fix a null pointer deference when destroy vti6 tunnel by Haishuang Yan · 7 years ago
  86. e2948e5 ip6_vti: fix creating fallback tunnel device for vti6 by Haishuang Yan · 7 years ago
  87. bb10745 ip6_vti: simplify stats handling in vti6_xmit by Haishuang Yan · 7 years ago
  88. da78671 netfilter: ip6t_rpfilter: set F_IFACE for linklocal addresses by Florian Westphal · 7 years ago
  89. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  90. e6f86b0 ipv6: Add icmp_echo_ignore_all support for ICMPv6 by Virgile Jarry · 7 years ago
  91. 8217ca6 bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selection by Martin KaFai Lau · 7 years ago
  92. eb95f52 net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap by Maria Pasechnik · 7 years ago
  93. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  94. 3789cab ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src address by Shmulik Ladkani · 7 years ago
  95. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  96. 82a4077 ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit by Xin Long · 7 years ago
  97. e70a3aa ipv6: fix double refcount of fib6_metrics by Cong Wang · 7 years ago
  98. 0ed4229 ipv6: defrag: drop non-last frags smaller than min mtu by Florian Westphal · 7 years ago
  99. fa0f527 ip: use rb trees for IP frag queue. by Peter Oskolkov · 7 years ago
  100. 5f379ef ipv6: icmp: Updating pmtu for link local route by Georg Kohmann · 7 years ago