1. 8247a79 vti: do not confirm neighbor when do pmtu update by Hangbin Liu · 5 years ago
  2. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  3. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  4. ff24e49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  5. c9500d7 xfrm: store xfrm_mode directly, not its address by Florian Westphal · 6 years ago
  6. 4c145dc xfrm: make xfrm modes builtin by Florian Westphal · 6 years ago
  7. b45714b xfrm: prefer family stored in xfrm_mode struct by Florian Westphal · 6 years ago
  8. f981c57 vti4: eliminated some duplicate code. by Jeremy Sowden · 6 years ago
  9. 01ce31c vti4: removed duplicate log message. by Jeremy Sowden · 6 years ago
  10. 5483844 vti4: ipip tunnel deregistration fixes. by Jeremy Sowden · 6 years ago
  11. dd9ee34 vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel by Su Yanjun · 6 years ago
  12. cb9f1b7 ip: validate header length on virtual device xmit by Willem de Bruijn · 6 years ago
  13. 1042caa net-ipv4: remove 2 always zero parameters from ipv4_redirect() by Maciej Żenczykowski · 6 years ago
  14. d888f39 net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu() by Maciej Żenczykowski · 6 years ago
  15. cd1aa9c ip_vti: fix a null pointer deferrence when create vti fallback tunnel by Haishuang Yan · 6 years ago
  16. 03080e5e vti4: Don't override MTU passed on link creation via IFLA_MTU by Stefano Brivio · 7 years ago
  17. dd1df24 vti4: Don't count header length twice on tunnel setup by Stefano Brivio · 7 years ago
  18. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  19. db32919 ip_vti: remove the useless err_count check in vti_xmit by Xin Long · 7 years ago
  20. 53954cf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  21. 36f6ee2 vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmit by Alexey Kodanev · 7 years ago
  22. 64bc178 ipv4: speedup ipv6 tunnels dismantle by Eric Dumazet · 7 years ago
  23. 6b1c42e vti: revert flush x-netns xfrm cache when vti interface is removed by Florian Westphal · 7 years ago
  24. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 8 years ago
  25. ad744b2 net: add netlink_ext_ack argument to rtnl_link_ops.changelink by Matthias Schiffer · 8 years ago
  26. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 8 years ago
  27. 8ed508f vti: check nla_put_* return value by Hangbin Liu · 8 years ago
  28. 9830ad4 ip_tunnel: Allow policy-based routing through tunnels by Craig Gallek · 8 years ago
  29. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  30. 1fb81e0 vti: use right inner_mode for inbound inter address family policy checks by thomas.zeitlhofer+lkml@ze-it.at · 8 years ago
  31. a5d0dc8 vti: flush x-netns xfrm cache when vti interface is removed by Lance Richardson · 8 years ago
  32. d6af1a3 vti: Add pmtu handling to vti_xmit. by Steffen Klassert · 9 years ago
  33. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  34. dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 9 years ago
  35. 13206b6 net: Pass net into dst_output and remove dst_output_okfn by Eric W. Biederman · 9 years ago
  36. 5a70649 net: Merge dst_output and dst_output_sk by Eric W. Biederman · 9 years ago
  37. d55c670 ip_vti/ip6_vti: Preserve skb->mark after rcv_cb call by Alexander Duyck · 10 years ago
  38. cd5279c ip_vti/ip6_vti: Do not touch skb->mark on xmit by Alexander Duyck · 10 years ago
  39. 00db412 ipv4: coding style: comparison for inequality with NULL by Ian Morris · 10 years ago
  40. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 10 years ago
  41. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  42. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  43. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  44. 20ea60c ip_tunnel: the lack of vti_link_ops' dellink() cause kernel panic by lucien · 10 years ago
  45. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  46. 1990e4f vti: Simplify error handling in module init and exit by Mathias Krause · 11 years ago
  47. 7c8e6b9 ip_vti: Fix 'ip tunnel add' with 'key' parameters by Dmitry Popov · 11 years ago
  48. f895f0c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 11 years ago
  49. 6d004d6 vti: Use the tunnel mark for lookup in the error handlers. by Steffen Klassert · 11 years ago
  50. a3245236 vti4: Don't count header length twice. by Steffen Klassert · 11 years ago
  51. 8d89dcd vti: don't allow to add the same tunnel twice by Nicolas Dichtel · 11 years ago
  52. 895de9a vti4: Enable namespace changing by Steffen Klassert · 11 years ago
  53. 6e2de80 vti4: Check the tunnel endpoints of the xfrm state and the vti interface by Steffen Klassert · 11 years ago
  54. 78a010c vti4: Support inter address family tunneling. by Steffen Klassert · 11 years ago
  55. a34cd4f vti4: Use the on xfrm_lookup returned dst_entry directly by Steffen Klassert · 11 years ago
  56. df3893c vti: Update the ipv4 side to use it's own receive hook. by Steffen Klassert · 11 years ago
  57. 3acfa1e ipv4: be friend with drop monitor by Eric Dumazet · 11 years ago
  58. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  59. 236c9f8 xfrm: Release dst if this dst is improper for vti tunnel by fan.du · 11 years ago
  60. c3fa32b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  61. 7263a51 vti: get rid of nf mark rule in prerouting by Christophe Gouault · 11 years ago
  62. aba8269 {ipv4,xfrm}: Introduce xfrm_tunnel_notifier for xfrm tunnel mode callback by Fan Du · 11 years ago
  63. 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
  64. b9959fd vti: switch to new ip tunnel code by Amerigo Wang · 11 years ago
  65. ab6c7a0 vti: remove duplicated code to fix a memory leak by Cong Wang · 12 years ago
  66. baafc77 net/ipv4: ip_vti clear skb cb before tunneling. by Saurabh Mohan · 12 years ago
  67. f61dd38 Tunneling: use IP Tunnel stats APIs. by Pravin B Shelar · 12 years ago
  68. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 12 years ago
  69. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  70. 67f4efd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  71. b294200 ipv4/ip_vti.c: VTI fix post-decryption forwarding by Saurabh Mohan · 12 years ago
  72. e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
  73. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  74. 8437e76 vti: fix sparse bit endian warnings by stephen hemminger · 12 years ago
  75. b0558ef xfrm: remove extranous rcu_read_lock by stephen hemminger · 12 years ago
  76. e7d4b18 net/ipv4/ip_vti.c: Fix __rcu warnings detected by sparse. by Saurabh · 12 years ago
  77. 1181412 net/ipv4: VTI support new module for ip_vti. by Saurabh · 12 years ago