1. cc42f98 vxlan: check return value of gro_cells_init() by Taehee Yoo · 4 years, 2 months ago
  2. 57574c5 vxlan: fix tos value before xmit by Hangbin Liu · 4 years, 5 months ago
  3. 0ee544c vxlan: check tun_info options_len properly by Xin Long · 4 years, 7 months ago
  4. 5da9828 vxlan: Don't call gro_cells_destroy() before device is unregistered by Zhiqiang Liu · 5 years ago
  5. 8fa3e87 vxlan: Fix GRO cells race condition between receive and link delete by Stefano Brivio · 5 years ago
  6. 9b0e9c2 vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() by Eric Dumazet · 5 years ago
  7. 163b06a vxlan: test dev->flags & IFF_UP before calling netif_rx() by Eric Dumazet · 5 years ago
  8. deaee4d vxlan: dont migrate permanent fdb entries during learn by Roopa Prabhu · 7 years ago
  9. 9c8cd2a vxlan: correctly handle ipv6.disable module parameter by Jiri Benc · 7 years ago
  10. 441f5af vxlan: vxlan dev should inherit lowerdev's gso_max_size by Felix Manlunas · 7 years ago
  11. beabc60 vxlan: fix hlist corruption by Jiri Benc · 7 years ago
  12. 32bd4d2 vxlan: do not age static remote mac entries by Balakrishnan Raman · 7 years ago
  13. c242e1a vxlan: fix use-after-free on deletion by Mark Bloch · 7 years ago
  14. b5e9b7a vxlan: eliminate cached dst leak by Lance Richardson · 7 years ago
  15. 0a40da4 vxlan: lock RCU on TX path by Jakub Kicinski · 7 years ago
  16. a64407f vxlan: don't allow overwrite of config src addr by Brian Russell · 7 years ago
  17. ee2da79 vxlan: correctly validate VXLAN ID against VXLAN_N_VID by Matthias Schiffer · 7 years ago
  18. f23fd87 vxlan: fix oops in dev_fill_metadata_dst by Paolo Abeni · 7 years ago
  19. d1c95f9c vxlan: fix byte order of vxlan-gpe port number by Lance Richardson · 7 years ago
  20. 17b4636 vxlan: fix a potential issue when create a new vxlan fdb entry. by Haishuang Yan · 7 years ago
  21. 4053ab1 vxlan: hide unused local variable by Arnd Bergmann · 8 years ago
  22. c6fcc4f vxlan: avoid using stale vxlan socket. by pravin shelar · 8 years ago
  23. fcd91dd net: add recursion limit to GRO by Sabrina Dubroca · 8 years ago
  24. b20b378 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. d817f43 net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id() by Amir Vadai · 8 years ago
  26. 5e1e61a vxlan: Update tx_errors statistics if vxlan_build_skb return err. by Haishuang Yan · 8 years ago
  27. 3555621 vxlan: fix duplicated and wrong error messages by Jiri Benc · 8 years ago
  28. 9b4cdd5 vxlan: reject multicast destination without an interface by Jiri Benc · 8 years ago
  29. 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 8 years ago
  30. d297653 rtnetlink: fdb dump: optimize by saving last interface markers by Roopa Prabhu · 8 years ago
  31. 2a7a3c5 vxlan: remove the useless header file protocol.h by Zhu Yanjun · 8 years ago
  32. bbec780 net: vxlan: lwt: Fix vxlan local traffic. by pravin shelar · 8 years ago
  33. 272d96a net: vxlan: lwt: Use source ip address during route lookup. by pravin shelar · 8 years ago
  34. e5de25d drivers/net: fixup comments after "Future-proof tunnel offload handlers" by Sabrina Dubroca · 8 years ago
  35. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  36. b9adcd69 vxlan: Add new UDP encapsulation offload type for VXLAN-GPE by Alexander Duyck · 8 years ago
  37. 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 8 years ago
  38. e7b3db5 net: Combine GENEVE and VXLAN port notifiers into single functions by Alexander Duyck · 8 years ago
  39. 86a9805 vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes by Alexander Duyck · 8 years ago
  40. cf5da33 ovs/vxlan: fix rtnl notifications on iface deletion by Nicolas Dichtel · 8 years ago
  41. ce57766 vxlan: Accept user specified MTU value when create new vxlan link by Chen Haiquan · 8 years ago
  42. e5aed00 udp: prevent skbs lingering in tunnel socket queues by Hannes Frederic Sowa · 8 years ago
  43. 8be0cfa vxlan: set mac_header correctly in GPE mode by Jiri Benc · 8 years ago
  44. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  45. 229740c udp_offload: Set encapsulation before inner completes. by Jarno Rajahalme · 8 years ago
  46. 43b8448 udp_tunnel: Remove redundant udp_tunnel_gro_complete(). by Jarno Rajahalme · 8 years ago
  47. 65226ef vxlan: fix initialization with custom link parameters by Jiri Benc · 8 years ago
  48. b7aade1 vxlan: break dependency with netdev drivers by Hannes Frederic Sowa · 8 years ago
  49. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  50. 544a773 vxlan: reduce usage of synchronize_net in ndo_stop by Hannes Frederic Sowa · 8 years ago
  51. 0412bd9 vxlan: synchronously and race-free destruction of vxlan sockets by Hannes Frederic Sowa · 8 years ago
  52. 61618ee vxlan: fix incorrect type by Jiri Benc · 8 years ago
  53. 5602c48 vxlan: change vxlan to use UDP socket GRO by Tom Herbert · 8 years ago
  54. e1e5314 vxlan: implement GPE by Jiri Benc · 8 years ago
  55. 47e5d1b vxlan: move fdb code to common location in vxlan_xmit by Jiri Benc · 8 years ago
  56. 0c867c9 vxlan: move Ethernet initialization to a separate function by Jiri Benc · 8 years ago
  57. 7d34fa7 vxlan: fix too large pskb_may_pull with remote checksum by Jiri Benc · 8 years ago
  58. eaa93bf vxlan: fix populating tclass in vxlan6_get_route by Daniel Borkmann · 8 years ago
  59. c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 8 years ago
  60. e7f70af vxlan: support setting IPv6 flow label by Daniel Borkmann · 8 years ago
  61. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 8 years ago
  62. 1400615 vxlan: allow setting ipv6 traffic class by Daniel Borkmann · 8 years ago
  63. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 8 years ago
  64. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 6297b91 vxlan: use reset to set header pointers by Zhang Shengju · 8 years ago
  66. 4024fcf vxlan: fix missing options_len update on RX with collect metadata by Daniel Borkmann · 8 years ago
  67. 472681d net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. by MINOURA Makoto / 箕浦 真 · 8 years ago
  68. 10a5af2 vxlan: simplify metadata_dst usage in vxlan_rcv by Jiri Benc · 8 years ago
  69. f2d1968ec vxlan: consolidate rx handling to a single function by Jiri Benc · 8 years ago
  70. 760c680 vxlan: move ECN decapsulation to a separate function by Jiri Benc · 8 years ago
  71. 1ab016e vxlan: move inner L2 header processing to a separate function by Jiri Benc · 8 years ago
  72. 64f87d3 vxlan: consolidate GBP handling even more by Jiri Benc · 8 years ago
  73. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 6ceb31c VXLAN: Support outer IPv4 Tx checksums by default by Alexander Duyck · 8 years ago
  75. f468a72 vxlan: do not use fdb in metadata mode by Jiri Benc · 8 years ago
  76. 82a0f6b vxlan: clear IFF_TX_SKB_SHARING by Jiri Benc · 8 years ago
  77. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 8 years ago
  78. c9e78ef vxlan: move vxlan device lookup before iptunnel_pull_header by Jiri Benc · 8 years ago
  79. 07dabf2 vxlan: tun_id is 64bit, not 32bit by Jiri Benc · 8 years ago
  80. b9167b2 vxlan: treat vni in metadata based tunnels consistently by Jiri Benc · 8 years ago
  81. 288b01c vxlan: clean up rx error path by Jiri Benc · 8 years ago
  82. f14eceb vxlan: clean up extension handling on rx by Jiri Benc · 8 years ago
  83. 3288af0 vxlan: move GBP header parsing to a separate function by Jiri Benc · 8 years ago
  84. be5cfea vxlan: simplify vxlan_remcsum by Jiri Benc · 8 years ago
  85. 54bfd87 vxlan: keep flags and vni in network byte order by Jiri Benc · 8 years ago
  86. d4ac05f vxlan: introduce vxlan_hdr by Jiri Benc · 8 years ago
  87. d71785f net: add dst_cache to ovs vxlan lwtunnel by Paolo Abeni · 8 years ago
  88. 0c1d70a net: use dst_cache for vxlan device by Paolo Abeni · 8 years ago
  89. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 8 years ago
  90. b570850 net: vxlan: enable local checksum offload by Edward Cree · 8 years ago
  91. 40d29af vxlan: udp_tunnel duplicate include net/udp_tunnel.h by stephen hemminger · 8 years ago
  92. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 8 years ago
  93. 72564b5 vxlan: Relax MTU constraints by David Wragg · 8 years ago
  94. f491e56 vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb by Jiri Benc · 8 years ago
  95. b4ed5ca vxlan: consolidate csum flag handling by Jiri Benc · 8 years ago
  96. 1a8496b vxlan: consolidate output route calculation by Jiri Benc · 8 years ago
  97. 7256eac vxlan: fix a out of bounds access in __vxlan_find_mac by Li RongQing · 8 years ago
  98. 35e2d11 tunnels: Allow IPv6 UDP checksums to be correctly controlled. by Jesse Gross · 8 years ago
  99. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  100. 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 8 years ago