1. ca6f4e1 ip_gre: add validation for csum_start by Shreyansh Chouhan · 2 years, 9 months ago
  2. 5394976 ip_gre: fix parsing gre header in ipgre_err by Haishuang Yan · 6 years ago
  3. d817f43 net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id() by Amir Vadai · 8 years ago
  4. 3d7b332 gre: set inner_protocol on xmit by Simon Horman · 8 years ago
  5. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 20e1954 ipv6: RFC 4884 partial support for SIT/GRE tunnels by Eric Dumazet · 8 years ago
  7. 9b8c6d7 gre: better support for ICMP messages for gre+ipv6 by Eric Dumazet · 8 years ago
  8. e582615 gre: fix error handler by Eric Dumazet · 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. da6f1da ovs/gre: fix rtnl notifications on iface deletion by Nicolas Dichtel · 8 years ago
  11. 106da66 ovs/gre,geneve: fix error path when creating an iface by Nicolas Dichtel · 8 years ago
  12. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. da73b4e gre: Fix wrong tpi->proto in WCCP by Haishuang Yan · 8 years ago
  14. e271c7b gre: do not keep the GRE header around in collect medata mode by Jiri Benc · 8 years ago
  15. 125372f gre: receive also TEB packets for lwtunnels by Jiri Benc · 8 years ago
  16. 244a797 gre: move iptunnel_pull_header down to ipgre_rcv by Jiri Benc · 8 years ago
  17. f132ae7 gre: change gre_parse_header to return the header length by Jiri Benc · 8 years ago
  18. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  19. 182a352 gre: Create common functions for transmit by Tom Herbert · 8 years ago
  20. 95f5c64 gre: Move utility functions to common headers by Tom Herbert · 8 years ago
  21. b7f8fe2 gre: do not pull header in ICMP error processing by Jiri Benc · 8 years ago
  22. 946b636 gre: reject GUE and FOU in collect metadata mode by Jiri Benc · 8 years ago
  23. 2090714 gre: build header correctly for collect metadata tunnels by Jiri Benc · 8 years ago
  24. a64b04d gre: do not assign header_ops in collect metadata mode by Jiri Benc · 8 years ago
  25. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  26. a0ca153 GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOU by Alexander Duyck · 8 years ago
  27. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 8 years ago
  28. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  29. d13b161 gre: clear IFF_TX_SKB_SHARING by Jiri Benc · 8 years ago
  30. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 8 years ago
  31. 3c1cb4d net/ipv4: add dst cache support for gre lwtunnels by Paolo Abeni · 8 years ago
  32. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 8 years ago
  33. 5393610 net: gre: Implement LCO for GRE over IPv4 by Edward Cree · 8 years ago
  34. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 8 years ago
  35. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 8 years ago
  36. dfc3b0e net: remove unnecessary mroute.h includes by Nikolay Aleksandrov · 8 years ago
  37. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  38. 7f9562a ip_tunnels: record IP version in tunnel info by Jiri Benc · 9 years ago
  39. 46fa062 ip_tunnels: convert the mode field of ip_tunnel_info to flags by Jiri Benc · 9 years ago
  40. c29a70d tunnel: introduce udp_tun_rx_dst() by Pravin B Shelar · 9 years ago
  41. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  42. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  43. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  44. 9f57c67 gre: Remove support for sharing GRE protocol hook. by Pravin B Shelar · 9 years ago
  45. b2acd1d openvswitch: Use regular GRE net_device instead of vport by Pravin B Shelar · 9 years ago
  46. 2e15ea3 ip_gre: Add support to collect tunnel metadata. by Pravin B Shelar · 9 years ago
  47. 51456b2 ipv4: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  48. 1e99584 ipip,gre,vti,sit: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  49. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  50. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  51. 3e97fa7 gre/ipip: use be16 variants of netlink functions by Sabrina Dubroca · 9 years ago
  52. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 9 years ago
  53. bec94d4 gre: allow live address change by stephen hemminger · 9 years ago
  54. 8a0033a gre: fix the inner mac header in nbma tunnel xmit path by Timo Teräs · 9 years ago
  55. e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
  56. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  57. 54bc9ba gre: Set inner protocol in v4 and v6 GRE transmit by Tom Herbert · 10 years ago
  58. 4565e99 gre: Setup and TX path for gre/UDP foo-over-udp encapsulation by Tom Herbert · 10 years ago
  59. f8c1b7c gre: allow changing mac address when device is up by stephen hemminger · 10 years ago
  60. b57708a gre: add x-netns support by Nicolas Dichtel · 10 years ago
  61. 5a45527 gre: don't allow to add the same tunnel twice by Nicolas Dichtel · 10 years ago
  62. c0c0c50 net: gre: use icmp_hdr() to get inner ip header by Duan Jiong · 10 years ago
  63. 3acfa1e ipv4: be friend with drop monitor by Eric Dumazet · 10 years ago
  64. 0e3da5b ip_gre: fix msg_name parsing for recvfrom/recvmsg by Timo Teräs · 10 years ago
  65. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
  67. 77a482b ip_gre: fix ipgre_header to return correct offset by Timo Teräs · 11 years ago
  68. 6c734fb gre: fix a regression in ioctl by Cong Wang · 11 years ago
  69. 45f2e99 gre: export gre_handle_offloads() function. by Pravin B Shelar · 11 years ago
  70. 752f36d gre: export gre_build_header() function. by Pravin B Shelar · 11 years ago
  71. bda7bb4 gre: Allow multiple protocol listener for gre protocol. by Pravin B Shelar · 11 years ago
  72. bf3d6a8 iptunnel: specify protocol outside IP header by Nicolas Dichtel · 11 years ago
  73. 96f5a84 ip_gre: fix a possible crash in ipgre_err() by Eric Dumazet · 11 years ago
  74. 2bac7cb net: ipv4: typo issue, remove erroneous semicolon by Chen Gang · 11 years ago
  75. 22251c7 ip_gre: fix a possible crash in parse_gre_header() by Eric Dumazet · 11 years ago
  76. 537aadc ip_gre: don't overwrite iflink during net_dev init by Antonio Quartulli · 11 years ago
  77. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  78. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  79. 8c6216d Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally" by Timo Teräs · 11 years ago
  80. 6aed0c8 tunnel: use iptunnel_xmit() again by Cong Wang · 11 years ago
  81. 7992ae6 Revert "ip_gre: propogate target device GSO capability to the tunnel device" by Pravin B Shelar · 11 years ago
  82. 8f10098 IP_GRE: Fix GRE_CSUM case. by Pravin B Shelar · 11 years ago
  83. 490ab08 IP_GRE: Fix IP-Identification. by Pravin B Shelar · 11 years ago
  84. 4aa896c ip_gre: remove an extra dst_release() by Eric Dumazet · 11 years ago
  85. eb6b9a8 ip_gre: propogate target device GSO capability to the tunnel device by Dmitry Kravkov · 11 years ago
  86. aa0e51c ip_gre: allow CSUM capable devices to handle packets by Dmitry Kravkov · 11 years ago
  87. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  88. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  89. 040468a ip_gre: When TOS is inherited, use configured TOS value for non-IP packets by David Ward · 11 years ago
  90. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  91. 5465740 IP_GRE: Fix kernel panic in IP_GRE with GRE csum. by Pravin B Shelar · 11 years ago
  92. 861aa6d ipv4/ip_gre: set transport header correctly to gre header by Isaku Yamahata · 11 years ago
  93. f7e75ba ip_gre: fix possible use after free by Eric Dumazet · 11 years ago
  94. 412ed94 ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally by Isaku Yamahata · 11 years ago
  95. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  96. e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
  97. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  98. 9fbef05 gre: fix sparse warning by stephen hemminger · 12 years ago
  99. 60769a5 ipv4: gre: add GRO capability by Eric Dumazet · 12 years ago
  100. eccc1bb tunnel: drop packet if ECN present with not-ECT by stephen hemminger · 12 years ago