1. 6769626 net, ip_tunnel: fix namespaces move by William Dauchy · 4 years, 5 months ago
  2. bc60abe ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel by wenxu · 5 years ago
  3. 5569c10 ip_tunnel: Fix name string concatenate in __ip_tunnel_create() by Sultan Alsawaf · 6 years ago
  4. 2b7b2c4 ip_tunnel: be careful when accessing the inner header by Paolo Abeni · 6 years ago
  5. 6cc0290 ip_tunnel: better validate user provided tunnel names by Eric Dumazet · 6 years ago
  6. c2f78bf ipv4: igmp: guard against silly MTU values by Eric Dumazet · 6 years ago
  7. 60b9412 ip_tunnel: fix setting ttl and tos value in collect_md mode by Haishuang Yan · 7 years ago
  8. cfc7381 ip_tunnel: add collect_md mode to IPIP tunnel by Alexei Starovoitov · 8 years ago
  9. 22a59be net: ipv4: Add ability to have GRE ignore DF bit in IPv4 payloads by Philip Prindeville · 8 years ago
  10. 55c2bc1 net: Cleanup encap items in ip_tunnels.h by Tom Herbert · 8 years ago
  11. f27337e ip_tunnel: fix preempt warning in ip tunnel creation/updating by Paolo Abeni · 8 years ago
  12. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 8 years ago
  14. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. e09acdd ip_tunnel: replace dst_cache with generic implementation by Paolo Abeni · 8 years ago
  16. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 8 years ago
  17. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 8 years ago
  18. dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 9 years ago
  19. 2e15ea3 ip_gre: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
  20. fc24f2b ip_tunnel: fix ipv4 pmtu check to honor inner ip header df by Timo Teräs · 9 years ago
  21. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  22. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  23. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  24. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  25. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 9 years ago
  26. f1fb521 ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup() by Thomas Graf · 9 years ago
  27. bb1553c ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops() by Thomas Graf · 9 years ago
  28. a8c5f90 ip_tunnel: Ops registration for secondary encap (fou, gue) by Tom Herbert · 10 years ago
  29. 63487ba net: Move fou_build_header into fou.c and refactor by Tom Herbert · 10 years ago
  30. bc1fc39 ip_tunnel: Add GUE support by Tom Herbert · 10 years ago
  31. 7371e02 ip_tunnel: Account for secondary encapsulation header in max_headroom by Tom Herbert · 10 years ago
  32. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  33. d61746b ip_tunnel: Don't allow to add the same tunnel multiple times. by Steffen Klassert · 10 years ago
  34. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  35. a35165c ipv4: do not use this_cpu_ptr() in preemptible context by Eric Dumazet · 10 years ago
  36. 5632848 net: Changes to ip_tunnel to support foo-over-udp encapsulation by Tom Herbert · 10 years ago
  37. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  38. 95cb574 ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip" by Dmitry Popov · 10 years ago
  39. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  40. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  41. e005659 ip_tunnel: fix ip_tunnel_lookup by Dmitry Popov · 10 years ago
  42. f886497 ipv4: fix dst race in sk_dst_get() by Eric Dumazet · 10 years ago
  43. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  44. 5ce54af ip_tunnel: fix i_key matching in ip_tunnel_find by Dmitry Popov · 10 years ago
  45. 7c8e6b9 ip_vti: Fix 'ip tunnel add' with 'key' parameters by Dmitry Popov · 10 years ago
  46. 586d5fc ip_tunnel: fix possible rtable leak by Dmitry Popov · 10 years ago
  47. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  48. 78ff4be ip_tunnel: Initialize the fallback device properly by Steffen Klassert · 10 years ago
  49. 22fb22e ipv4: ip_tunnels: disable cache for nbma gre tunnels by Timo Teräs · 10 years ago
  50. ee30ef4 ip_tunnel: don't add tunnel twice by Duan Jiong · 10 years ago
  51. 4929fd8 ip_tunnel: delete unneeded call to netdev_priv by Julia Lawall · 10 years ago
  52. e96f2e7 ip_tunnel: Set network header properly for IP_ECN_decapsulate() by Ying Cai · 10 years ago
  53. 8c923ce ip_tunnel: use the right netns in ioctl handler by Nicolas Dichtel · 10 years ago
  54. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  55. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  56. fbd02dd ip_tunnel: Fix dst ref-count. by Pravin B Shelar · 10 years ago
  57. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 6d608f0 ip_tunnel: Make vti work with i_key set by Steffen Klassert · 10 years ago
  59. cf71d2bc sit: fix panic with route cache in ip tunnels by Nicolas Dichtel · 10 years ago
  60. ebe44f3 ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.c by David S. Miller · 10 years ago
  61. 6dd3c9e ip_tunnel: return more precise errno value when adding tunnel fails by Florian Westphal · 10 years ago
  62. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  63. b045d37 ip_tunnel: fix panic in ip_tunnel_xmit() by Eric Dumazet · 10 years ago
  64. 27d79f3 net: ipv4: Use PTR_ERR_OR_ZERO by Sachin Kamat · 10 years ago
  65. 11c21a3 ip_tunnel: clear IPCB in ip_tunnel_xmit() in case dst_link_failure() is called by Duan Jiong · 10 years ago
  66. 967680e ipv4: remove the useless argument from ip_tunnel_hash() by Duan Jiong · 10 years ago
  67. 3acfa1e ipv4: be friend with drop monitor by Eric Dumazet · 10 years ago
  68. 6c7e761 ipv4: fix a dst leak in tunnels by Eric Dumazet · 10 years ago
  69. d0eb1f7 ip_tunnel: fix sparse non static symbol warning by Wei Yongjun · 10 years ago
  70. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 10 years ago
  71. 9a4aa9a ipv4: Use percpu Cache route in IP tunnels by Tom Herbert · 10 years ago
  72. 7d442fa ipv4: Cache dst in tunnels by Tom Herbert · 10 years ago
  73. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  74. 81b9eab core/dev: do not ignore dmac in dev_forward_skb() by Alexei Starovoitov · 11 years ago
  75. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  76. cfe4a53 ip_tunnel: Remove double unregister of the fallback device by Steffen Klassert · 11 years ago
  77. 6701328 ip_tunnel: Add fallback tunnels to the hash lists by Steffen Klassert · 11 years ago
  78. 3e08f4a ip_tunnel: Fix a memory corruption in ip_tunnel_xmit by Steffen Klassert · 11 years ago
  79. d4a71b1 ip_tunnel: Do not use stale inner_iph pointer. by Pravin B Shelar · 11 years ago
  80. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  81. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  82. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  83. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  84. b4de77a ipip: potential race in ip_tunnel_init_net() by Dan Carpenter · 11 years ago
  85. ea857f2 ipip: dereferencing an ERR_PTR in ip_tunnel_init_net() by Dan Carpenter · 11 years ago
  86. 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
  87. fc8f999 ipv4 tunnels: use net_eq() helper to check netns by Nicolas Dichtel · 11 years ago
  88. 64261f2 dev: move skb_scrub_packet() after eth_type_trans() by Nicolas Dichtel · 11 years ago
  89. 6261d98 ip_tunnel: embed hash list head by stephen hemminger · 11 years ago
  90. 8c91e16 gre: Fix MTU sizing check for gretap tunnels by Alexander Duyck · 11 years ago
  91. 23a3647 ip_tunnels: Use skb-len to PMTU check. by Pravin B Shelar · 11 years ago
  92. 5e6700b sit: add support of x-netns by Nicolas Dichtel · 11 years ago
  93. 963b89e sit: fix 4in4 + IPsec scenario by Nicolas Dichtel · 11 years ago
  94. 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 11 years ago
  95. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  96. d98cae64e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  97. d3b6f61 ip_tunnel: remove __net_init/exit from exported functions by Eric Dumazet · 11 years ago
  98. 6bc19fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  99. bf3d6a8 iptunnel: specify protocol outside IP header by Nicolas Dichtel · 11 years ago
  100. a622260 ip_tunnel: fix kernel panic with icmp_dest_unreach by Eric Dumazet · 11 years ago