1. cde8115 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  2. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 6 years ago
  3. 5263a98 net/ipv4: Update ip_tunnel_metadata_cnt static key to modern api by Davidlohr Bueso · 6 years ago
  4. 72f6d71 vxlan: add ttl inherit support by Hangbin Liu · 7 years ago
  5. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  6. b0066da ip_tunnel: Rename & publish init_tunnel_flow by Petr Machata · 7 years ago
  7. f551c91 net: erspan: introduce erspan v2 for ip_gre by William Tu · 7 years ago
  8. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  9. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  10. 64bc178 ipv4: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  11. 1a66a83 gre: add collect_md mode to ERSPAN tunnel by William Tu · 7 years ago
  12. 84e54fe gre: introduce native tunnel support for ERSPAN by William Tu · 7 years ago
  13. 9830ad4 ip_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  14. f35581d ip_tunnels: new IP_TUNNEL_INFO_BRIDGE flag for ip_tunnel_info mode by Roopa Prabhu · 8 years ago
  15. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  16. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  17. cfc7381 ip_tunnel: add collect_md mode to IPIP tunnel by Alexei Starovoitov · 8 years ago
  18. d817f43 net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id() by Amir Vadai · 8 years ago
  19. 9b8c6d7 gre: better support for ICMP messages for gre+ipv6 by Eric Dumazet · 8 years ago
  20. 22a59be net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads by Philip Prindeville · 8 years ago
  21. 55c2bc1 net: Cleanup encap items in ip_tunnels.h by Tom Herbert · 8 years ago
  22. 125372f gre: receive also TEB packets for lwtunnels by Jiri Benc · 8 years ago
  23. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 9 years ago
  24. f38ba95 gre: eliminate holes in ip_tunnel by stephen hemminger · 9 years ago
  25. a6d5bbf ip_tunnel: implement __iptunnel_pull_header by Jiri Benc · 9 years ago
  26. a09a4c8 tunnels: Remove encapsulation offloads on decap. by Jesse Gross · 9 years ago
  27. fca5fdf ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use it by Daniel Borkmann · 9 years ago
  28. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 9 years ago
  29. e28e87e ip_tunnel, bpf: ip_tunnel_info_opts_{get, set} depends on CONFIG_INET by Daniel Borkmann · 9 years ago
  30. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 9 years ago
  31. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 9 years ago
  33. d71785f net: add dst_cache to ovs vxlan lwtunnel by Paolo Abeni · 9 years ago
  34. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 9 years ago
  35. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 9 years ago
  36. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 9 years ago
  37. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  38. b4fe85f ip_tunnel: disable preemption when updating per-cpu tstats by Jason A. Donenfeld · 9 years ago
  39. 63d008a ipv4: send arp replies to the correct tunnel by Jiri Benc · 9 years ago
  40. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  41. 7f9562a ip_tunnels: record IP version in tunnel info by Jiri Benc · 9 years ago
  42. 46fa062 ip_tunnels: convert the mode field of ip_tunnel_info to flags by Jiri Benc · 9 years ago
  43. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  44. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  45. 376534a ip_tunnels: use offsetofend by Jiri Benc · 9 years ago
  46. 6b8847c ip_tunnels: use u8/u16/u32 by Jiri Benc · 9 years ago
  47. ac1cf39 ip_tunnels: remove custom alignment and packing by Jiri Benc · 9 years ago
  48. 2e15ea3 ip_gre: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
  49. 045a0fa ip_tunnel: Call ip_tunnel_core_init() from inet_init() by Thomas Graf · 9 years ago
  50. 0528318 ip_tunnel: Provide tunnel metadata API for CONFIG_INET=n by Thomas Graf · 9 years ago
  51. e703087 fib: Add fib rule match on tunnel id by Thomas Graf · 9 years ago
  52. 3093fbe route: Per route IP tunnel metadata via lightweight tunnel by Thomas Graf · 9 years ago
  53. ee122c7 vxlan: Flow based tunneling by Thomas Graf · 9 years ago
  54. 1d8fff9 ip_tunnel: Make ovs_tunnel_info and ovs_key_ipv4_tunnel generic by Thomas Graf · 9 years ago
  55. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  56. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  57. 1dd144c openvswitch: Support VXLAN Group Policy extension by Thomas Graf · 10 years ago
  58. a8c5f90 ip_tunnel: Ops registration for secondary encap (fou, gue) by Tom Herbert · 10 years ago
  59. f579668 openvswitch: Add support for Geneve tunneling. by Jesse Gross · 10 years ago
  60. 0b5e8b8 net: Add Geneve tunneling protocol driver by Andy Zhou · 10 years ago
  61. 5632848 net: Changes to ip_tunnel to support foo-over-udp encapsulation by Tom Herbert · 10 years ago
  62. 95cb574 ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip" by Dmitry Popov · 10 years ago
  63. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 11 years ago
  64. cf71d2bc sit: fix panic with route cache in ip tunnels by Nicolas Dichtel · 11 years ago
  65. 6c7e761 ipv4: fix a dst leak in tunnels by Eric Dumazet · 11 years ago
  66. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  67. 9a4aa9a ipv4: Use percpu Cache route in IP tunnels by Tom Herbert · 11 years ago
  68. 7d442fa ipv4: Cache dst in tunnels by Tom Herbert · 11 years ago
  69. 2d26f0a ipv4: generalize gre_handle_offloads by Eric Dumazet · 11 years ago
  70. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  71. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  72. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
  74. 4221f40 ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id. by Pravin B Shelar · 11 years ago
  75. 6261d98 ip_tunnel: embed hash list head by stephen hemminger · 11 years ago
  76. 5e6700b sit: add support of x-netns by Nicolas Dichtel · 11 years ago
  77. 5243b6a ip_tunnel: Protect tunnel functions with CONFIG_INET guard. by Jesse Gross · 11 years ago
  78. 9a62822 ip_tunnel: Add dont fragment flag. by Pravin B Shelar · 11 years ago
  79. 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 11 years ago
  80. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  81. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  82. d3b6f61 ip_tunnel: remove __net_init/exit from exported functions by Eric Dumazet · 11 years ago
  83. bf3d6a8 iptunnel: specify protocol outside IP header by Nicolas Dichtel · 11 years ago
  84. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 12 years ago