1. a725e51 vxlan: metadata based tunneling for IPv6 by Jiri Benc · 9 years ago
  2. 6f264e4 vxlan: do not shadow flags variable by Jiri Benc · 9 years ago
  3. 705cc62 vxlan: provide access function for vxlan socket address family by Jiri Benc · 9 years ago
  4. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  5. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  6. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  7. 22dba39 net: vxlan: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  8. 07a51cd vxlan: fix fdb_dump index calculation by Atzm Watanabe · 9 years ago
  9. da8b43c vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA by Alexei Starovoitov · 9 years ago
  10. f8a9b1b vxlan: expose COLLECT_METADATA flag to user space by Alexei Starovoitov · 9 years ago
  11. 343d60a ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument by Roopa Prabhu · 9 years ago
  12. 6b6948d vxlan: Use proper endian type for vni in vxlan[6]_xmit_skb by Thomas Graf · 9 years ago
  13. 614732e openvswitch: Use regular VXLAN net_device device by Thomas Graf · 9 years ago
  14. 0dfbdf4 vxlan: Factor out device configuration by Thomas Graf · 9 years ago
  15. e703087 fib: Add fib rule match on tunnel id by Thomas Graf · 9 years ago
  16. 3093fbe route: Per route IP tunnel metadata via lightweight tunnel by Thomas Graf · 9 years ago
  17. ee122c7 vxlan: Flow based tunneling by Thomas Graf · 9 years ago
  18. 7177a3b net/vxlan: Fix kernel unaligned access in __vxlan_find_mac by Sowmini Varadhan · 9 years ago
  19. 14e1d0f vxlan: release lock after each bucket in vxlan_cleanup by Sorin Dumitru · 9 years ago
  20. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  21. 13c3ed6 vxlan: correct typo in call to unregister_netdevice_queue by John W. Linville · 9 years ago
  22. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 9 years ago
  23. 239fb79 vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups by Thomas Graf · 9 years ago
  24. 6084042 vxlan: remove the unnecessary codes by Li RongQing · 9 years ago
  25. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  26. b736a62 udptunnels: Call handle_offloads after inserting vlan tag. by Jesse Gross · 9 years ago
  27. f13b168 vxlan: do not exit on error in vxlan_stop() by WANG Cong · 9 years ago
  28. 2790460 vxlan: fix a shadow local variable by WANG Cong · 9 years ago
  29. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  30. c4b4951 vxlan: correct spelling in comments by Simon Horman · 10 years ago
  31. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 10 years ago
  32. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 10 years ago
  33. f0ef312 vxlan: fix indentation by Jiri Benc · 10 years ago
  34. 24c0e68 vxlan: simplify if clause in dev_close by Marcelo Ricardo Leitner · 10 years ago
  35. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  36. 149d754 vxlan: fix possible use of uninitialized in vxlan_igmp_{join, leave} by Marcelo Ricardo Leitner · 10 years ago
  37. 56ef9c9 vxlan: Move socket initialization to within rtnl scope by Marcelo Ricardo Leitner · 10 years ago
  38. 54ff9ef ipv4, ipv6: kill ip_mc_{join, leave}_group and ipv6_sock_mc_{join, drop} by Marcelo Ricardo Leitner · 10 years ago
  39. 40fb70f vxlan: fix wrong usage of VXLAN_VID_MASK by Alexey Kodanev · 10 years ago
  40. 719a11c vxlan: Don't set s_addr in vxlan_create_sock by Simon Horman · 10 years ago
  41. 0ace2ca vxlan: Use checksum partial with remote checksum offload by Tom Herbert · 10 years ago
  42. 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 10 years ago
  43. 26c4f7d net: Fix remcsum in GRO path to not change packet by Tom Herbert · 10 years ago
  44. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. a4870f7 vxlan: Wrong type passed to %pIS by Rasmus Villemoes · 10 years ago
  46. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  47. db79a62 vxlan: Only set has-GBP bit in header if any other bits would be set by Thomas Graf · 10 years ago
  48. dcdc899 net: add skb functions to process remote checksum offload by Tom Herbert · 10 years ago
  49. 33564bb vxlan: setup the right link netns in newlink hdlr by Nicolas Dichtel · 10 years ago
  50. 4967082 vxlan: advertise link netns in fdb messages by Nicolas Dichtel · 10 years ago
  51. af33c1a vxlan: Eliminate dependency on UDP socket in transmit path by Tom Herbert · 10 years ago
  52. d998f8e udp: Do not require sock in udp_tunnel_xmit_skb by Tom Herbert · 10 years ago
  53. 193523b vxlan: advertise netns of vxlan dev in fdb msg by Nicolas Dichtel · 10 years ago
  54. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  55. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  56. ac5132d vxlan: Only bind to sockets with compatible flags enabled by Thomas Graf · 10 years ago
  57. 3511494 vxlan: Group Policy extension by Thomas Graf · 10 years ago
  58. dfd8645 vxlan: Remote checksum offload by Tom Herbert · 10 years ago
  59. a2b12f3 udp: pass udp_offload struct to UDP gro callbacks by Tom Herbert · 10 years ago
  60. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  61. 3bf3947 vxlan: Improve support for header flags by Tom Herbert · 10 years ago
  62. 9b174d8 net: Add Transparent Ethernet Bridging GRO support. by Jesse Gross · 10 years ago
  63. 74f4727 vxlan: Fix double free of skb. by Pravin B Shelar · 10 years ago
  64. 00c83b0 Fix race condition between vxlan_sock_add and vxlan_sock_release by Marcelo Leitner · 10 years ago
  65. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  66. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  67. 3dc2b6a vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX] by Alexander Duyck · 10 years ago
  68. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  69. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  70. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  71. 11bf782 vxlan: Inline vxlan_gso_check(). by Joe Stringer · 10 years ago
  72. 23e62de net: Add vxlan_gso_check() helper by Joe Stringer · 10 years ago
  73. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  74. 19ca9fc vxlan: Do not reuse sockets for a different address family by Marcelo Leitner · 10 years ago
  75. cfdf1e1 udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. by Jesse Gross · 10 years ago
  76. 5c91ae0 vxlan: Fix to enable UDP checksums on interface by Tom Herbert · 10 years ago
  77. 7a9f526 vxlan: fix a free after use by Li RongQing · 10 years ago
  78. 91269e3 vxlan: using pskb_may_pull as early as possible by Li RongQing · 10 years ago
  79. ce6502a vxlan: fix a use after free in vxlan_encap_bypass by Li RongQing · 10 years ago
  80. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  81. 996c9fd vxlan: Set inner protocol before transmit by Tom Herbert · 10 years ago
  82. 3c4d1da vxlan: Fix bug introduced by commit acbf74a76300 by Andy Zhou · 10 years ago
  83. acbf74a vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions. by Andy Zhou · 10 years ago
  84. c60c308 vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets by Tom Herbert · 10 years ago
  85. 77cffe2 net: Clarification of CHECKSUM_UNNECESSARY by Tom Herbert · 10 years ago
  86. a45e92a vxlan: fix incorrect initializer in union vxlan_addr by Gerhard Stenzel · 10 years ago
  87. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  88. 545469f neighbour : fix ndm_type type error issue by Jun Zhao · 10 years ago
  89. 3ee64f3 vxlan: Call udp_sock_create by Tom Herbert · 10 years ago
  90. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  91. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  92. f79b064 vxlan: Checksum fixes by Tom Herbert · 10 years ago
  93. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 10 years ago
  94. 6bae1d4 net: Add skb_gro_postpull_rcsum to udp and vxlan by Tom Herbert · 10 years ago
  95. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  96. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  97. f01ec1c vxlan: add x-netns support by Nicolas Dichtel · 10 years ago
  98. 9e4b93f vxlan: ensure to advertise the right fdb remote by Nicolas Dichtel · 10 years ago
  99. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  100. 5933a7b net: vxlan: fix crash when interface is created with no group by Mike Rapoport · 11 years ago