1. 5a1b7e1 ip: use dev_addr_set() in tunnels by Jakub Kicinski · 3 years, 3 months ago
  2. d2e11fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
  3. 3e7a1c7 ip_tunnel: use ndo_siocdevprivate by Arnd Bergmann · 3 years, 5 months ago
  4. 227adfb net: Set true network header for ECN decapsulation by Gilad Naaman · 3 years, 5 months ago
  5. 9992a07 net: ip_tunnel: fix mtu calculation for ETHER tunnel devices by Hangbin Liu · 3 years, 6 months ago
  6. 4372339 net: always use icmp{,v6}_ndo_send from ndo_start_xmit by Jason A. Donenfeld · 3 years, 10 months ago
  7. 28e104d net: ip_tunnel: fix mtu calculation by Vadim Fedorenko · 4 years ago
  8. 50c6616 net: fix pmtu check in nopmtudisc mode by Florian Westphal · 4 years ago
  9. 20149e9 ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags by wenxu · 4 years, 2 months ago
  10. 560b50c ipv4: use dev_sw_netstats_rx_add() by Fabian Frederick · 4 years, 3 months ago
  11. ba61539 ip_tunnel: fix use-after-free in ip_tunnel_lookup() by Taehee Yoo · 4 years, 6 months ago
  12. 607259a6 net: add a new ndo_tunnel_ioctl method by Christoph Hellwig · 4 years, 7 months ago
  13. 25629fd net, ip_tunnel: fix interface lookup with no key by William Dauchy · 4 years, 9 months ago
  14. d0f4185 net, ip_tunnel: fix namespaces move by William Dauchy · 5 years ago
  15. 7a1592b tunnel: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
  16. c942299 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269 by Thomas Gleixner · 6 years ago
  17. f4b3ec4 iptunnel: NULL pointer deref for ip_md_tunnel_xmit by Alan Maguire · 6 years ago
  18. 24ba144 route: Add multipath_hash in flowi_common to make user-define hash by wenxu · 6 years ago
  19. 186d936 ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit by wenxu · 6 years ago
  20. 1d68101 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. 6e6b904 ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit by wenxu · 6 years ago
  22. c8b34e6 ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit by wenxu · 6 years ago
  23. f46fe4f ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit by wenxu · 6 years ago
  24. d71b5753 ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel by wenxu · 6 years ago
  25. cb9f1b7 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  26. ccfec9e ip_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  27. 000ade8 ip_tunnel: Fix name string concatenate in __ip_tunnel_create() by Sultan Alsawaf · 7 years ago
  28. 82612de ip_tunnel: restore binding to ifaces with a large mtu by Nicolas Dichtel · 7 years ago
  29. 9cb726a ip_tunnel: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  30. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  31. 5568cdc ip_tunnel: Resolve ipsec merge conflict properly. by David S. Miller · 7 years ago
  32. 020295d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  33. f6cc9c0 ip_tunnel: Emit events for post-register MTU changes by Petr Machata · 7 years ago
  34. 24fc797 ip_tunnel: Clamp MTU to bounds on new link by Stefano Brivio · 7 years ago
  35. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  36. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. b0066da ip_tunnel: Rename & publish init_tunnel_flow by Petr Machata · 7 years ago
  38. 4e99477 ip_tunnel: Do not use mark in skb by default by Thomas Winter · 7 years ago
  39. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  40. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  41. 5c38bd1 ip_tunnel: Use mark in skb by default by Thomas Winter · 7 years ago
  42. b547602 ipv4: igmp: guard against silly MTU values by Eric Dumazet · 7 years ago
  43. 64bc178 ipv4: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  44. 833a8b4 ip_tunnel: fix ip tunnel lookup in collect_md mode by Haishuang Yan · 7 years ago
  45. 0f693f1 ip_tunnel: fix setting ttl and tos value in collect_md mode by Haishuang Yan · 7 years ago
  46. 469f87e ip_tunnel: fix potential issue in ip_tunnel_rcv by Haishuang Yan · 8 years ago
  47. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 8 years ago
  48. 9830ad4 ip_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  49. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  50. b96f9af ipv4/6: use core net MTU range checking by Jarod Wilson · 8 years ago
  51. cfc7381 ip_tunnel: add collect_md mode to IPIP tunnel by Alexei Starovoitov · 8 years ago
  52. 22a59be net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads by Philip Prindeville · 9 years ago
  53. 55c2bc1 net: Cleanup encap items in ip_tunnels.h by Tom Herbert · 9 years ago
  54. f27337e ip_tunnel: fix preempt warning in ip tunnel creation/updating by Paolo Abeni · 9 years ago
  55. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 9 years ago
  57. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  58. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 9 years ago
  59. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 9 years ago
  60. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  61. dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 9 years ago
  62. 2e15ea3 ip_gre: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
  63. fc24f2b2 ip_tunnel: fix ipv4 pmtu check to honor inner ip header df by Timo Teräs · 9 years ago
  64. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 10 years ago
  65. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  66. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 10 years ago
  67. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  68. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  69. f1fb521 ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup() by Thomas Graf · 10 years ago
  70. bb1553c ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops() by Thomas Graf · 10 years ago
  71. a8c5f90 ip_tunnel: Ops registration for secondary encap (fou, gue) by Tom Herbert · 10 years ago
  72. 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
  73. bc1fc39 ip_tunnel: Add GUE support by Tom Herbert · 10 years ago
  74. 7371e02 ip_tunnel: Account for secondary encapsulation header in max_headroom by Tom Herbert · 10 years ago
  75. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  76. d61746b ip_tunnel: Don't allow to add the same tunnel multiple times. by Steffen Klassert · 10 years ago
  77. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  78. a35165c ipv4: do not use this_cpu_ptr() in preemptible context by Eric Dumazet · 10 years ago
  79. 5632848 net: Changes to ip_tunnel to support foo-over-udp encapsulation by Tom Herbert · 10 years ago
  80. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  81. 95cb574 ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip" by Dmitry Popov · 10 years ago
  82. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  84. e005659 ip_tunnel: fix ip_tunnel_lookup by Dmitry Popov · 10 years ago
  85. f886497 ipv4: fix dst race in sk_dst_get() by Eric Dumazet · 11 years ago
  86. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  87. 5ce54af ip_tunnel: fix i_key matching in ip_tunnel_find by Dmitry Popov · 11 years ago
  88. 7c8e6b9 ip_vti: Fix 'ip tunnel add' with 'key' parameters by Dmitry Popov · 11 years ago
  89. 586d5fc ip_tunnel: fix possible rtable leak by Dmitry Popov · 11 years ago
  90. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. 78ff4be ip_tunnel: Initialize the fallback device properly by Steffen Klassert · 11 years ago
  92. 22fb22e ipv4: ip_tunnels: disable cache for nbma gre tunnels by Timo Teräs · 11 years ago
  93. ee30ef4d ip_tunnel: don't add tunnel twice by Duan Jiong · 11 years ago
  94. 4929fd8 ip_tunnel: delete unneeded call to netdev_priv by Julia Lawall · 11 years ago
  95. e96f2e7 ip_tunnel: Set network header properly for IP_ECN_decapsulate() by Ying Cai · 11 years ago
  96. 8c923ce ip_tunnel: use the right netns in ioctl handler by Nicolas Dichtel · 11 years ago
  97. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  98. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. fbd02dd ip_tunnel: Fix dst ref-count. by Pravin B Shelar · 11 years ago
  100. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago