1. 6cee105 ipv6_tunnel: Rate limit warning messages by Ido Schimmel · 3 years ago
  2. 56c1c77 ipv6: add net device refcount tracker to struct ip6_tnl by Eric Dumazet · 3 years, 1 month ago
  3. 5a1b7e1 ip: use dev_addr_set() in tunnels by Jakub Kicinski · 3 years, 3 months ago
  4. 3e7a1c7 ip_tunnel: use ndo_siocdevprivate by Arnd Bergmann · 3 years, 5 months ago
  5. b6df007 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 6 months ago
  6. da5a2e4 ip6_tunnel: allow redirecting ip6gre and ipxip6 packets to eth devices by Guillaume Nault · 3 years, 6 months ago
  7. a6e3f298 ip6_tunnel: fix GRE6 segmentation by Jakub Kicinski · 3 years, 6 months ago
  8. 8203c7c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 8 months ago
  9. 941ea91 net: ip6_tunnel: Unregister catch-all devices by Hristo Venev · 3 years, 9 months ago
  10. 0d7a7b2 ipv6: remove extra dev_hold() for fallback tunnels by Eric Dumazet · 3 years, 9 months ago
  11. 48bb569 ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods by Eric Dumazet · 3 years, 9 months ago
  12. f7b8898 ip6_tunnel:: Correct function name parse_tvl_tnl_enc_lim() in the kerneldoc comments by Xiongfeng Wang · 3 years, 9 months ago
  13. 4372339 net: always use icmp{,v6}_ndo_send from ndo_start_xmit by Jason A. Donenfeld · 3 years, 10 months ago
  14. 6b840a0 ip6_tunnel: use ip_tunnel_get_stats64 as ndo_get_stats64 callback by Heiner Kallweit · 4 years, 2 months ago
  15. ae0d0bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  16. 2c4de21 net: ipv6: For kerneldoc warnings with W=1 by Xin Long · 4 years, 2 months ago
  17. 9e7c5b3 ip6_tunnel: set inner ipproto before ip6_tnl_encap by Alexander Ovechkin · 4 years, 2 months ago
  18. 272502f gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY by Mark Tomlinson · 4 years, 4 months ago
  19. b51cd7c net: ipv6: kerneldoc fixes by Andrew Lunn · 4 years, 6 months ago
  20. e53ac93 net: ipip: implement header_ops->parse_protocol for AF_PACKET by Jason A. Donenfeld · 4 years, 6 months ago
  21. f200e98d ip6_tunnel: add generic MPLS receive support by Vadim Fedorenko · 4 years, 7 months ago
  22. 6c11fbf ip6_tunnel: add MPLS transmit support by Vadim Fedorenko · 4 years, 7 months ago
  23. e7bb18e ip6_tunnel: simplify transmit path by Vadim Fedorenko · 4 years, 7 months ago
  24. 46d30cb net: ip6_gre: Distribute switch variables for initialization by Kees Cook · 4 years, 10 months ago
  25. 5fdcce2 net, ip6_tunnel: enhance tunnel locate with link check by William Dauchy · 4 years, 11 months ago
  26. 5311a69 net, ip6_tunnel: fix namespaces move by William Dauchy · 5 years ago
  27. 7a1592b tunnel: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
  28. 01f5bff ip6_tunnel: fix possible use-after-free on xmit by Haishuang Yan · 5 years ago
  29. 416e812 ipv6: Use ipv6_authlen for len by yangxingwu · 5 years ago
  30. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  31. b2e54b0 ip6_tunnel: Match to ARPHRD_TUNNEL6 for dev type by Sheena Mira-ato · 6 years ago
  32. cb9f1b7 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  33. cbb4969 ipv6: tunnels: fix two use-after-free by Eric Dumazet · 6 years ago
  34. d4d576f ip6_tunnel: Fix encapsulation layout by Stefano Brivio · 6 years ago
  35. 76c0ddd8 ip6_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  36. 36feaac ip6_tunnel: respect ttl inherit for ip6tnl by Hangbin Liu · 6 years ago
  37. a736e07 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  38. 3789cab ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src address by Shmulik Ladkani · 6 years ago
  39. 82a4077 ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit by Xin Long · 6 years ago
  40. f7ff1fd ip6_tunnel: remove magic mtu value 0xFFF8 by Nicolas Dichtel · 7 years ago
  41. db7a65e ip6_tunnel: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  42. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  43. 232378e net/ipv6: Change address check to always take a device argument by David Ahern · 7 years ago
  44. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  45. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  46. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  47. a6aa804 ip6_tunnel: fix IFLA_MTU ignored on NEWLINK by Xin Long · 7 years ago
  48. 66997ba net: Convert ip6_tnl_net_ops by Kirill Tkhai · 7 years ago
  49. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  50. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  51. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  52. 2fa771b ip6_tunnel: allow ip6gre dev mtu to be set below 1280 by Xin Long · 7 years ago
  53. 23263ec ip6_tunnel: disable dst caching if tunnel is dual-stack by Eli Cooper · 7 years ago
  54. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  55. c9fefa0 ip6_tunnel: get the min mtu properly in ip6_tnl_xmit by Xin Long · 7 years ago
  56. 51e18a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 74c4b65 adding missing rcu_read_unlock in ipxip6_rcv by Nikita V. Shirokov · 7 years ago
  58. 6712abc ip6_gre: add ip6 gre and gretap collect_md mode by William Tu · 7 years ago
  59. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  60. 77552cf ip6_tunnel: clean up ip4ip6 and ip6ip6's err_handlers by Xin Long · 7 years ago
  61. b00f543 ip6_tunnel: process toobig in a better way by Xin Long · 7 years ago
  62. 383c1f8 ip6_tunnel: add the process for redirect in ip6_tnl_err by Xin Long · 7 years ago
  63. 6aa7de0 locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE() by Mark Rutland · 7 years ago
  64. 908d140 ip6_tunnel: Allow rcv/xmit even if remote address is a local address by Shmulik Ladkani · 7 years ago
  65. 275757e6 ipv6: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  66. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. d41bb33 ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx path by Xin Long · 7 years ago
  68. 1f8d31d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  69. bb401ca ipv6: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  70. 8c22dab ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdline by Xin Long · 7 years ago
  71. 6c1cb43 ip6_tunnel: fix ip6 tunnel lookup in collect_md mode by Haishuang Yan · 7 years ago
  72. 18e1173 ip6_tunnel: fix setting hop_limit value for ipv6 tunnel by Haishuang Yan · 7 years ago
  73. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  74. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  75. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  76. 46f8cd9 ip6_tunnel: Correct tos value in collect_md mode by Haishuang Yan · 8 years ago
  77. f1925ca ip6_tunnel: fix potential issue in __ip6_tnl_rcv by Haishuang Yan · 8 years ago
  78. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  79. 5f733ee ip6_tunnel: fix traffic class routing for tunnels by Liam McBirnie · 8 years ago
  80. 0e9a709 ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packets by Peter Dawson · 8 years ago
  81. 89a23c8 ip6_tunnel: Fix missing tunnel encapsulation limit option by Craig Gallek · 8 years ago
  82. b1513c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  83. 199ab00 ipv6: check skb->protocol before lookup for nexthop by WANG Cong · 8 years ago
  84. 0a473b8 ip6_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  85. 63117f0 ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() by Dan Carpenter · 8 years ago
  86. fbfa743 ipv6: fix ip6_tnl_parse_tlv_enc_lim() by Eric Dumazet · 8 years ago
  87. 21b995a ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() by Eric Dumazet · 8 years ago
  88. 02ca042 ip6_tunnel: Account for tunnel header in tunnel MTU by Jakub Sitnicki · 8 years ago
  89. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  90. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  91. 80d1106a Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()" by Eli Cooper · 8 years ago
  92. f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  93. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  94. b5c2d49 ip6_tunnel: disable caching when the traffic class is inherited by Paolo Abeni · 8 years ago
  95. 613fa3c ipv6: add source address argument for ipv6_push_nfrag_opts by David Lebrun · 8 years ago
  96. e2d118a net: inet: Support UID-based routing in IP protocols. by Lorenzo Colitti · 8 years ago
  97. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  98. ae148b0 ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit() by Eli Cooper · 8 years ago
  99. b96f9af ipv4/6: use core net MTU range checking by Jarod Wilson · 8 years ago
  100. 68d00f3 ip6_tunnel: fix ip6_tnl_lookup by Vadim Fedorenko · 8 years ago