1. 5dd6835 net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 4 years, 9 months ago
  2. 2c1a05e geneve: move debug check after netdev unregister by Florian Westphal · 4 years, 6 months ago
  3. 36bd44b geneve: correctly handle ipv6.disable module parameter by Jiri Benc · 6 years ago
  4. c647233 geneve: should not call rt6_lookup() when ipv6 was disabled by Hangbin Liu · 6 years ago
  5. 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
  6. 7463e4f geneve, vxlan: Don't check skb_dst() twice by Stefano Brivio · 6 years ago
  7. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  8. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 6 years ago
  9. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 6 years ago
  10. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 6 years ago
  11. c40e89f geneve: configure MTU based on a lower device by Alexey Kodanev · 6 years ago
  12. 321acc1 geneve: check MTU for a minimum in geneve_change_mtu() by Alexey Kodanev · 6 years ago
  13. 5edbea6 geneve: cleanup hard coded value for Ethernet header length by Alexey Kodanev · 6 years ago
  14. 4c52a88 geneve: remove white-space before '#if IS_ENABLED(CONFIG_IPV6)' by Alexey Kodanev · 6 years ago
  15. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  17. a0ce093 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. 52a589d geneve: update skb dst pmtu on tx path by Xin Long · 7 years ago
  19. 2843a25 geneve: speedup geneve tunnels dismantle by Haishuang Yan · 7 years ago
  20. f9094b7 geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6 by Hangbin Liu · 7 years ago
  21. fd7eafd geneve: fix fill_info when link down by Hangbin Liu · 7 years ago
  22. ab384b6 geneve: exit_net cleanup check added by Vasily Averin · 7 years ago
  23. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  24. 3fa5f11 geneve: Get rid of is_all_zero(), streamline is_tnl_info_zero() by Stefano Brivio · 7 years ago
  25. 772e97b geneve: Fix function matching VNI and tunnel ID on big-endian by Stefano Brivio · 7 years ago
  26. c5ebc44 geneve: use netlink_ext_ack for error reporting in rtnl operations by Girish Moodalbail · 7 years ago
  27. 3b2b69e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  28. 04db70d9 geneve: maximum value of VNI cannot be used by Girish Moodalbail · 7 years ago
  29. 0458495 geneve/vxlan: offload ports on register/unregister events by Sabrina Dubroca · 7 years ago
  30. 2d2b13f geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO by Sabrina Dubroca · 7 years ago
  31. 5b861f6 geneve: add rtnl changelink support by Girish Moodalbail · 7 years ago
  32. 4b4c21f geneve: fix hlist corruption by Jiri Benc · 7 years ago
  33. a8b8a889 net: add netlink_ext_ack argument to rtnl_link_ops.validate by Matthias Schiffer · 7 years ago
  34. 7a3f4a1 net: add netlink_ext_ack argument to rtnl_link_ops.newlink by Matthias Schiffer · 7 years ago
  35. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  36. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  37. fe741e2 geneve: add missing rx stats accounting by Girish Moodalbail · 7 years ago
  38. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 7 years ago
  39. 9a1c44d geneve: fix needed_headroom and max_mtu for collect_metadata by Eric Garver · 7 years ago
  40. 11387fe geneve: fix fill_info when using collect_metadata by Eric Garver · 7 years ago
  41. 5e0740c geneve: fix incorrect setting of UDP checksum flag by Girish Moodalbail · 7 years ago
  42. a717e3f geneve: lock RCU on TX path by Jakub Kicinski · 8 years ago
  43. 31ac1c1 geneve: fix ip_hdr_len reserved for geneve6 tunnel. by Haishuang Yan · 8 years ago
  44. 2e0b26e geneve: Optimize geneve device lookup. by pravin shelar · 8 years ago
  45. bcceeec geneve: Remove redundant socket checks. by pravin shelar · 8 years ago
  46. c3ef5aa geneve: Merge ipv4 and ipv6 geneve_build_skb() by pravin shelar · 8 years ago
  47. 9b4437a geneve: Unify LWT and netdev handling. by pravin shelar · 8 years ago
  48. c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
  49. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  50. fceb9c3 geneve: avoid using stale geneve socket. by pravin shelar · 8 years ago
  51. 9157208 net: use core MTU range checking in core net infra by Jarod Wilson · 8 years ago
  52. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  53. e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 8 years ago
  54. 30d0844 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  55. d5d5e8d geneve: fix max_mtu setting by Haishuang Yan · 8 years ago
  56. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. efeb226 geneve: fix tx_errors statistics by Haishuang Yan · 8 years ago
  58. 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 8 years ago
  59. e7b3db5 net: Combine GENEVE and VXLAN port notifiers into single functions by Alexander Duyck · 8 years ago
  60. 86a9805 vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes by Alexander Duyck · 8 years ago
  61. 4100948 ovs/geneve: fix rtnl notifications on iface deletion by Nicolas Dichtel · 8 years ago
  62. 106da66 ovs/gre,geneve: fix error path when creating an iface by Nicolas Dichtel · 8 years ago
  63. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 8 years ago
  64. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 8 years ago
  66. 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 8 years ago
  67. 681e683 geneve: break dependency with netdev drivers by Hannes Frederic Sowa · 8 years ago
  68. 1ba64fa geneve: testing the wrong variable in geneve6_build_skb() by Dan Carpenter · 8 years ago
  69. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  70. 4a0090a geneve: change to use UDP socket GRO by Tom Herbert · 8 years ago
  71. 95caf6f geneve: fix populating tclass in geneve_get_v6_dst by Daniel Borkmann · 8 years ago
  72. c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 9 years ago
  73. 8eb3b99 geneve: support setting IPv6 flow label by Daniel Borkmann · 9 years ago
  74. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 9 years ago
  75. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 9 years ago
  76. 14ca075 bpf: support for access to tunnel options by Daniel Borkmann · 9 years ago
  77. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  78. 14f1f72 GENEVE: Support outer IPv4 Tx checksums by default by Alexander Duyck · 9 years ago
  79. c868ee7 lwt: fix rx checksum setting for lwt devices tunneling over ipv6 by Paolo Abeni · 9 years ago
  80. fc41cdb geneve: clear IFF_TX_SKB_SHARING by Jiri Benc · 9 years ago
  81. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 9 years ago
  82. 9fc4754 geneve: move geneve device lookup before iptunnel_pull_header by Jiri Benc · 9 years ago
  83. 1e9f12e geneve: implement geneve_get_sk_family helper by Jiri Benc · 9 years ago
  84. aeee0e6 geneve: Refine MTU limit by David Wragg · 9 years ago
  85. 468dfff geneve: add dst caching support by Paolo Abeni · 9 years ago
  86. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 9 years ago
  87. 55e5bfb geneve: Relax MTU constraints by David Wragg · 9 years ago
  88. 35e2d11 tunnels: Allow IPv6 UDP checksums to be correctly controlled. by Jesse Gross · 9 years ago
  89. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  90. 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 9 years ago
  91. c07f30a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  92. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  93. 184fc8b geneve: initialize needed_headroom by Paolo Abeni · 9 years ago
  94. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  95. 05ca402 geneve: Add geneve_get_rx_port support by Singhai, Anjali · 9 years ago
  96. a8170d2 geneve: Add geneve udp port offload for ethernet devices by Singhai, Anjali · 9 years ago
  97. abe492b geneve: UDP checksum configuration via netlink by Tom Herbert · 9 years ago
  98. a322a1b geneve: Fix IPv6 xmit stats update. by Pravin B Shelar · 9 years ago
  99. b8812fa geneve: add IPv6 bits to geneve_fill_metadata_dst by John W. Linville · 9 years ago
  100. 3a56f86 geneve: handle ipv6 priority like ipv4 tos by John W. Linville · 9 years ago