1. 7d34fa7 vxlan: fix too large pskb_may_pull with remote checksum by Jiri Benc · 8 years ago
  2. eaa93bf vxlan: fix populating tclass in vxlan6_get_route by Daniel Borkmann · 8 years ago
  3. c194cf9 gro: Defer clearing of flush bit in tunnel paths by Alexander Duyck · 8 years ago
  4. e7f70af vxlan: support setting IPv6 flow label by Daniel Borkmann · 8 years ago
  5. 1346114 ip_tunnel: add support for setting flow label via collect metadata by Daniel Borkmann · 8 years ago
  6. 1400615 vxlan: allow setting ipv6 traffic class by Daniel Borkmann · 8 years ago
  7. db3c613 bpf, vxlan, geneve, gre: fix usage of dst_cache on xmit by Daniel Borkmann · 8 years ago
  8. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  9. 6297b91 vxlan: use reset to set header pointers by Zhang Shengju · 8 years ago
  10. 4024fcf vxlan: fix missing options_len update on RX with collect metadata by Daniel Borkmann · 8 years ago
  11. 472681d net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump. by MINOURA Makoto / 箕浦 真 · 8 years ago
  12. 10a5af2 vxlan: simplify metadata_dst usage in vxlan_rcv by Jiri Benc · 8 years ago
  13. f2d1968ec vxlan: consolidate rx handling to a single function by Jiri Benc · 8 years ago
  14. 760c680 vxlan: move ECN decapsulation to a separate function by Jiri Benc · 8 years ago
  15. 1ab016e vxlan: move inner L2 header processing to a separate function by Jiri Benc · 8 years ago
  16. 64f87d3 vxlan: consolidate GBP handling even more by Jiri Benc · 8 years ago
  17. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  18. 6ceb31c VXLAN: Support outer IPv4 Tx checksums by default by Alexander Duyck · 8 years ago
  19. f468a72 vxlan: do not use fdb in metadata mode by Jiri Benc · 8 years ago
  20. 82a0f6b vxlan: clear IFF_TX_SKB_SHARING by Jiri Benc · 8 years ago
  21. 7f290c9 iptunnel: scrub packet in iptunnel_pull_header by Jiri Benc · 8 years ago
  22. c9e78ef vxlan: move vxlan device lookup before iptunnel_pull_header by Jiri Benc · 8 years ago
  23. 07dabf2 vxlan: tun_id is 64bit, not 32bit by Jiri Benc · 8 years ago
  24. b9167b2 vxlan: treat vni in metadata based tunnels consistently by Jiri Benc · 8 years ago
  25. 288b01c vxlan: clean up rx error path by Jiri Benc · 8 years ago
  26. f14eceb vxlan: clean up extension handling on rx by Jiri Benc · 8 years ago
  27. 3288af0 vxlan: move GBP header parsing to a separate function by Jiri Benc · 8 years ago
  28. be5cfea vxlan: simplify vxlan_remcsum by Jiri Benc · 8 years ago
  29. 54bfd87 vxlan: keep flags and vni in network byte order by Jiri Benc · 8 years ago
  30. d4ac05f vxlan: introduce vxlan_hdr by Jiri Benc · 8 years ago
  31. d71785f net: add dst_cache to ovs vxlan lwtunnel by Paolo Abeni · 8 years ago
  32. 0c1d70a net: use dst_cache for vxlan device by Paolo Abeni · 8 years ago
  33. 6fa7966 net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads by Edward Cree · 8 years ago
  34. b570850 net: vxlan: enable local checksum offload by Edward Cree · 8 years ago
  35. 40d29af vxlan: udp_tunnel duplicate include net/udp_tunnel.h by stephen hemminger · 8 years ago
  36. 7e05915 vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devices by David Wragg · 8 years ago
  37. 72564b5 vxlan: Relax MTU constraints by David Wragg · 8 years ago
  38. f491e56 vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb by Jiri Benc · 8 years ago
  39. b4ed5ca vxlan: consolidate csum flag handling by Jiri Benc · 8 years ago
  40. 1a8496b vxlan: consolidate output route calculation by Jiri Benc · 8 years ago
  41. 7256eac vxlan: fix a out of bounds access in __vxlan_find_mac by Li RongQing · 8 years ago
  42. 35e2d11 tunnels: Allow IPv6 UDP checksums to be correctly controlled. by Jesse Gross · 8 years ago
  43. 9d367ed Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. 787d7ac udp: restrict offloads to one namespace by Hannes Frederic Sowa · 8 years ago
  45. 07b9b37 vxlan: fix test which detect duplicate vxlan iface by Nicolas Dichtel · 8 years ago
  46. 039f506 ip_tunnel: Move stats update to iptunnel_xmit() by Pravin B Shelar · 9 years ago
  47. ce212d0 vxlan: interpret IP headers for ECN correctly by Jiri Benc · 9 years ago
  48. 239e944 vxlan: support ndo_fill_metadata_dst also for IPv6 by Jiri Benc · 9 years ago
  49. e5d4b29 vxlan: move IPv6 outpute route calculation to a function by Jiri Benc · 9 years ago
  50. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  51. fc4099f openvswitch: Fix egress tunnel info. by Pravin B Shelar · 9 years ago
  52. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. e277de5 tunnels: Don't require remote endpoint or ID during creation. by Jesse Gross · 9 years ago
  54. b1be00a vxlan: support both IPv4 and IPv6 sockets in a single vxlan device by Jiri Benc · 9 years ago
  55. 205f356 vxlan: make vxlan_sock_add and vxlan_sock_release complementary by Jiri Benc · 9 years ago
  56. 057ba29 vxlan: reject IPv6 addresses if IPv6 is not configured by Jiri Benc · 9 years ago
  57. 9dc2ad1 vxlan: set needed headroom correctly by Jiri Benc · 9 years ago
  58. 0f1b735 vxlan: Refactor vxlan_udp_encap_recv() to kill compiler warning by Geert Uytterhoeven · 9 years ago
  59. 4c22279 ip-tunnel: Use API to access tunnel metadata options. by Pravin B Shelar · 9 years ago
  60. a43a9ef vxlan: do not receive IPv4 packets on IPv6 socket by Jiri Benc · 9 years ago
  61. 7f9562a ip_tunnels: record IP version in tunnel info by Jiri Benc · 9 years ago
  62. 46fa062 ip_tunnels: convert the mode field of ip_tunnel_info to flags by Jiri Benc · 9 years ago
  63. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  64. c29a70d tunnel: introduce udp_tun_rx_dst() by Pravin B Shelar · 9 years ago
  65. bef0057 vxlan: re-ignore EADDRINUSE from igmp_join by Marcelo Ricardo Leitner · 9 years ago
  66. 58ce31c vxlan: GRO support at tunnel layer by Tom Herbert · 9 years ago
  67. b7fe10e gro: Fix remcsum offload to deal with frags in GRO by Tom Herbert · 9 years ago
  68. a725e51 vxlan: metadata based tunneling for IPv6 by Jiri Benc · 9 years ago
  69. 6f264e4 vxlan: do not shadow flags variable by Jiri Benc · 9 years ago
  70. 705cc62 vxlan: provide access function for vxlan socket address family by Jiri Benc · 9 years ago
  71. 61adedf route: move lwtunnel state to dst_entry by Jiri Benc · 9 years ago
  72. 7c383fb ip_tunnels: use tos and ttl fields also for IPv6 by Jiri Benc · 9 years ago
  73. c1ea5d6 ip_tunnels: add IPv6 addresses to ip_tunnel_key by Jiri Benc · 9 years ago
  74. 22dba39 net: vxlan: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  75. 07a51cd vxlan: fix fdb_dump index calculation by Atzm Watanabe · 9 years ago
  76. da8b43c vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATA by Alexei Starovoitov · 9 years ago
  77. f8a9b1b vxlan: expose COLLECT_METADATA flag to user space by Alexei Starovoitov · 9 years ago
  78. 343d60a ipv6: change ipv6_stub_impl.ipv6_dst_lookup to take net argument by Roopa Prabhu · 9 years ago
  79. 6b6948d vxlan: Use proper endian type for vni in vxlan[6]_xmit_skb by Thomas Graf · 9 years ago
  80. 614732e openvswitch: Use regular VXLAN net_device device by Thomas Graf · 9 years ago
  81. 0dfbdf4 vxlan: Factor out device configuration by Thomas Graf · 9 years ago
  82. e703087 fib: Add fib rule match on tunnel id by Thomas Graf · 9 years ago
  83. 3093fbe route: Per route IP tunnel metadata via lightweight tunnel by Thomas Graf · 9 years ago
  84. ee122c7 vxlan: Flow based tunneling by Thomas Graf · 9 years ago
  85. 7177a3b net/vxlan: Fix kernel unaligned access in __vxlan_find_mac by Sowmini Varadhan · 9 years ago
  86. 14e1d0f vxlan: release lock after each bucket in vxlan_cleanup by Sorin Dumitru · 9 years ago
  87. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  88. 13c3ed6 vxlan: correct typo in call to unregister_netdevice_queue by John W. Linville · 9 years ago
  89. 7a0877d netns: rename peernet2id() to peernet2id_alloc() by Nicolas Dichtel · 9 years ago
  90. 239fb79 vxlan: Correctly set flow*i_mark and flow4i_proto in route lookups by Thomas Graf · 9 years ago
  91. 6084042 vxlan: remove the unnecessary codes by Li RongQing · 9 years ago
  92. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  93. b736a62 udptunnels: Call handle_offloads after inserting vlan tag. by Jesse Gross · 9 years ago
  94. f13b168 vxlan: do not exit on error in vxlan_stop() by WANG Cong · 9 years ago
  95. 2790460 vxlan: fix a shadow local variable by WANG Cong · 9 years ago
  96. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  97. c4b4951 vxlan: correct spelling in comments by Simon Horman · 9 years ago
  98. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  99. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  100. f0ef312 vxlan: fix indentation by Jiri Benc · 9 years ago