1. bea9641 net: Add IANA_VXLAN_UDP_PORT definition to vxlan header file by Moshe Shemesh · 6 years ago
  2. 70fb082 vxlan: add extack support for create and changelink by Roopa Prabhu · 6 years ago
  3. 4c59b7d vxlan: Add extack to switchdev operations by Petr Machata · 6 years ago
  4. e5ff4b1 vxlan: Add vxlan_fdb_clear_offload() by Petr Machata · 6 years ago
  5. 4f89f5b vxlan: Add vxlan_fdb_replay() by Petr Machata · 6 years ago
  6. 45598c1 vxlan: Mark user-added FDB entries by Petr Machata · 6 years ago
  7. b4d30697 vxlan: Allow configuration of DF behaviour by Stefano Brivio · 6 years ago
  8. 0efe117 vxlan: Support marking RDSTs as offloaded by Petr Machata · 6 years ago
  9. 1941f1d vxlan: Add vxlan_fdb_find_uc() for FDB querying by Petr Machata · 6 years ago
  10. 9a99735 vxlan: Add switchdev notifications by Petr Machata · 6 years ago
  11. 5ff4ff4 net: Add netif_is_vxlan() by Ido Schimmel · 6 years ago
  12. cca45e0 vxlan: Export address checking functions by Ido Schimmel · 6 years ago
  13. 293681f vxlan: Remove duplicated include from vxlan.h by YueHaibing · 6 years ago
  14. 72f6d71 vxlan: add ttl inherit support by Hangbin Liu · 7 years ago
  15. 5ef7e0b vxlan: Fix trailing semicolon by Luis de Bethencourt · 7 years ago
  16. f1c8d37 vxlan: trivial indenting fix. by William Tu · 7 years ago
  17. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  18. fa20e0e vxlan: factor out VXLAN-GPE next protocol by Jiri Benc · 7 years ago
  19. 66af846 net, vxlan: convert vxlan_sock.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  20. 69e7666 vxlan: fix hlist corruption by Jiri Benc · 7 years ago
  21. 0f22a3c vxlan: check valid combinations of address scopes by Matthias Schiffer · 7 years ago
  22. dc5321d vxlan: get rid of redundant vxlan_dev.flags by Matthias Schiffer · 7 years ago
  23. 9efdb92 vxlan: remove unsed vxlan_dev_dst_port() by pravin shelar · 8 years ago
  24. c6fcc4f vxlan: avoid using stale vxlan socket. by pravin shelar · 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. 1938ee1 net: Remove deprecated tunnel specific UDP offload functions by Alexander Duyck · 8 years ago
  27. 7c46a64 net: Merge VXLAN and GENEVE push notifiers into a single notifier by Alexander Duyck · 8 years ago
  28. 86a9805 vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includes by Alexander Duyck · 8 years ago
  29. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  30. af67eb9 vxlan: Add checksum check to the features check function by Alexander Duyck · 9 years ago
  31. b7aade1 vxlan: break dependency with netdev drivers by Hannes Frederic Sowa · 9 years ago
  32. 0412bd9 vxlan: synchronously and race-free destruction of vxlan sockets by Hannes Frederic Sowa · 9 years ago
  33. 5602c48 vxlan: change vxlan to use UDP socket GRO by Tom Herbert · 9 years ago
  34. e1e5314 vxlan: implement GPE by Jiri Benc · 9 years ago
  35. 5692d7e vxlan: fix sparse warnings by Jiri Benc · 9 years ago
  36. e7f70af vxlan: support setting IPv6 flow label by Daniel Borkmann · 9 years ago
  37. 6ceb31c VXLAN: Support outer IPv4 Tx checksums by default by Alexander Duyck · 9 years ago
  38. 07dabf2 vxlan: tun_id is 64bit, not 32bit by Jiri Benc · 9 years ago
  39. 54bfd87 vxlan: keep flags and vni in network byte order by Jiri Benc · 9 years ago
  40. d4ac05f vxlan: introduce vxlan_hdr by Jiri Benc · 9 years ago
  41. 0c1d70a net: use dst_cache for vxlan device by Paolo Abeni · 9 years ago
  42. 828788a vxlan: restructure vxlan.h definitions by Jiri Benc · 9 years ago
  43. 427bc46 vxlan: remove duplicated macros by Jiri Benc · 9 years ago
  44. 0e715d6 vxlan: cleanup types by Jiri Benc · 9 years ago
  45. b3e0d3d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  46. a188222 net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASK by Tom Herbert · 9 years ago
  47. c5fb8ca vxlan: fix incorrect RCO bit in VXLAN header by Jiri Benc · 9 years ago
  48. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  49. 48e92c4 vxlan: fix multiple inclusion of vxlan.h by Jiri Benc · 9 years ago
  50. 58ce31c vxlan: GRO support at tunnel layer by Tom Herbert · 9 years ago
  51. 705cc62 vxlan: provide access function for vxlan socket address family by Jiri Benc · 9 years ago
  52. da8b43c vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA by Alexei Starovoitov · 9 years ago
  53. 614732e openvswitch: Use regular VXLAN net_device device by Thomas Graf · 9 years ago
  54. 0dfbdf4 vxlan: Factor out device configuration by Thomas Graf · 9 years ago
  55. ee122c7 vxlan: Flow based tunneling by Thomas Graf · 9 years ago
  56. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 10 years ago
  57. 0fa74a4b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  58. 40fb70f vxlan: fix wrong usage of VXLAN_VID_MASK by Alexey Kodanev · 10 years ago
  59. d299ce1 vxlan: Correct path typo in comment by Simon Horman · 10 years ago
  60. 0ace2ca vxlan: Use checksum partial with remote checksum offload by Tom Herbert · 10 years ago
  61. af33c1a vxlan: Eliminate dependency on UDP socket in transmit path by Tom Herbert · 10 years ago
  62. ac5132d vxlan: Only bind to sockets with compatible flags enabled by Thomas Graf · 10 years ago
  63. 3511494 vxlan: Group Policy extension by Thomas Graf · 10 years ago
  64. dfd8645 vxlan: Remote checksum offload by Tom Herbert · 10 years ago
  65. 3bf3947 vxlan: Improve support for header flags by Tom Herbert · 10 years ago
  66. 5f35227 net: Generalize ndo_gso_check to ndo_features_check by Jesse Gross · 10 years ago
  67. 11bf782 vxlan: Inline vxlan_gso_check(). by Joe Stringer · 10 years ago
  68. 23e62de net: Add vxlan_gso_check() helper by Joe Stringer · 10 years ago
  69. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  70. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  71. f01ec1c vxlan: add x-netns support by Nicolas Dichtel · 11 years ago
  72. dc01e7d net: Add GRO support for vxlan traffic by Or Gerlitz · 11 years ago
  73. e6cd988 vxlan: Have the NIC drivers do less work for offloads by Joseph Gasparakis · 11 years ago
  74. 53cf5275 vxlan: Notify drivers for listening UDP port changes by Joseph Gasparakis · 11 years ago
  75. 1179618 vxlan: remove net arg from vxlan[6]_xmit_skb() by Nicolas Dichtel · 11 years ago
  76. e4c7ed4 vxlan: add ipv6 support by Cong Wang · 11 years ago
  77. 4956053 vxlan: Factor out vxlan send api. by Pravin B Shelar · 11 years ago
  78. 012a572 vxlan: Extend vxlan handlers for openvswitch. by Pravin B Shelar · 11 years ago