1. 40fb70f vxlan: fix wrong usage of VXLAN_VID_MASK by Alexey Kodanev · 10 years ago
  2. 0ace2ca vxlan: Use checksum partial with remote checksum offload by Tom Herbert · 10 years ago
  3. 15e2396 net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offload by Tom Herbert · 10 years ago
  4. 26c4f7d net: Fix remcsum in GRO path to not change packet by Tom Herbert · 10 years ago
  5. 2573bee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. a4870f7 vxlan: Wrong type passed to %pIS by Rasmus Villemoes · 10 years ago
  7. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. db79a62 vxlan: Only set has-GBP bit in header if any other bits would be set by Thomas Graf · 10 years ago
  9. dcdc899 net: add skb functions to process remote checksum offload by Tom Herbert · 10 years ago
  10. 33564bb vxlan: setup the right link netns in newlink hdlr by Nicolas Dichtel · 10 years ago
  11. 4967082 vxlan: advertise link netns in fdb messages by Nicolas Dichtel · 10 years ago
  12. af33c1a vxlan: Eliminate dependency on UDP socket in transmit path by Tom Herbert · 10 years ago
  13. d998f8e udp: Do not require sock in udp_tunnel_xmit_skb by Tom Herbert · 10 years ago
  14. 193523b vxlan: advertise netns of vxlan dev in fdb msg by Nicolas Dichtel · 10 years ago
  15. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  16. 053c095 netlink: make nlmsg_end() and genlmsg_end() void by Johannes Berg · 10 years ago
  17. ac5132d vxlan: Only bind to sockets with compatible flags enabled by Thomas Graf · 10 years ago
  18. 3511494 vxlan: Group Policy extension by Thomas Graf · 10 years ago
  19. dfd8645 vxlan: Remote checksum offload by Tom Herbert · 10 years ago
  20. a2b12f3 udp: pass udp_offload struct to UDP gro callbacks by Tom Herbert · 10 years ago
  21. df8a39d net: rename vlan_tx_* helpers since "tx" is misleading there by Jiri Pirko · 10 years ago
  22. 3bf3947 vxlan: Improve support for header flags by Tom Herbert · 10 years ago
  23. 9b174d8 net: Add Transparent Ethernet Bridging GRO support. by Jesse Gross · 10 years ago
  24. 74f4727 vxlan: Fix double free of skb. by Pravin B Shelar · 10 years ago
  25. 00c83b0 Fix race condition between vxlan_sock_add and vxlan_sock_release by Marcelo Leitner · 10 years ago
  26. f6f6424 net: make vid as a parameter for ndo_fdb_add/ndo_fdb_del by Jiri Pirko · 10 years ago
  27. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. 3dc2b6a vxlan: Fix boolean flip in VXLAN_F_UDP_ZERO_CSUM6_[TX|RX] by Alexander Duyck · 10 years ago
  29. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  30. 5968250 vlan: introduce *vlan_hwaccel_push_inside helpers by Jiri Pirko · 10 years ago
  31. 62749e2 vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto by Jiri Pirko · 10 years ago
  32. 11bf782 vxlan: Inline vxlan_gso_check(). by Joe Stringer · 10 years ago
  33. 23e62de net: Add vxlan_gso_check() helper by Joe Stringer · 10 years ago
  34. 076ce44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  35. 19ca9fc vxlan: Do not reuse sockets for a different address family by Marcelo Leitner · 10 years ago
  36. cfdf1e1 udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete. by Jesse Gross · 10 years ago
  37. 5c91ae0 vxlan: Fix to enable UDP checksums on interface by Tom Herbert · 10 years ago
  38. 7a9f526 vxlan: fix a free after use by Li RongQing · 10 years ago
  39. 91269e3 vxlan: using pskb_may_pull as early as possible by Li RongQing · 10 years ago
  40. ce6502a vxlan: fix a use after free in vxlan_encap_bypass by Li RongQing · 10 years ago
  41. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  42. 996c9fd vxlan: Set inner protocol before transmit by Tom Herbert · 10 years ago
  43. 3c4d1da vxlan: Fix bug introduced by commit acbf74a76300 by Andy Zhou · 10 years ago
  44. acbf74a vxlan: Refactor vxlan driver to make use of the common UDP tunnel functions. by Andy Zhou · 10 years ago
  45. c60c308 vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets by Tom Herbert · 10 years ago
  46. 77cffe2 net: Clarification of CHECKSUM_UNNECESSARY by Tom Herbert · 10 years ago
  47. a45e92a vxlan: fix incorrect initializer in union vxlan_addr by Gerhard Stenzel · 10 years ago
  48. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  49. 545469f neighbour : fix ndm_type type error issue by Jun Zhao · 10 years ago
  50. 3ee64f3 vxlan: Call udp_sock_create by Tom Herbert · 10 years ago
  51. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  52. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  53. f79b064 vxlan: Checksum fixes by Tom Herbert · 10 years ago
  54. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 10 years ago
  55. 6bae1d4 net: Add skb_gro_postpull_rcsum to udp and vxlan by Tom Herbert · 10 years ago
  56. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  57. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  58. f01ec1c vxlan: add x-netns support by Nicolas Dichtel · 10 years ago
  59. 9e4b93f vxlan: ensure to advertise the right fdb remote by Nicolas Dichtel · 10 years ago
  60. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  61. 5933a7b net: vxlan: fix crash when interface is created with no group by Mike Rapoport · 11 years ago
  62. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  63. 4b29dba vxlan: fix nonfunctional neigh_reduce() by David Stevens · 11 years ago
  64. 7346135 vxlan: fix potential NULL dereference in arp_reduce() by David Stevens · 11 years ago
  65. 86c3f0f8 vxlan: remove unused port variable in vxlan_udp_encap_recv() by Pablo Neira Ayuso · 11 years ago
  66. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 11 years ago
  67. 4fe46b9 vxlan: remove extra newline after function definition by Daniel Baluta · 11 years ago
  68. 920a0fd net/vxlan: Go over all candidate streams for GRO matching by Or Gerlitz · 11 years ago
  69. d0bc655 net/vxlan: Share RX skb de-marking and checksum checks with ovs by Or Gerlitz · 11 years ago
  70. 783c146 net: vxlan: convert to act as a pernet subsystem by Daniel Borkmann · 11 years ago
  71. dc01e7d net: Add GRO support for vxlan traffic by Or Gerlitz · 11 years ago
  72. ead5139 net: add vxlan description by Jesse Brandeburg · 11 years ago
  73. fd27e0d net: vxlan: do not use vxlan_net before checking event type by Daniel Borkmann · 11 years ago
  74. 8425783 net: vxlan: properly cleanup devs on module unload by Daniel Borkmann · 11 years ago
  75. acaf4e709 net: vxlan: when lower dev unregisters remove vxlan dev as well by Daniel Borkmann · 11 years ago
  76. 7376394 vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  77. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  78. 8f646c9 vxlan: keep original skb ownership by Eric Dumazet · 11 years ago
  79. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  80. 7bda701 {vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properly by fan.du · 11 years ago
  81. 345010b net: vxlan: use custom ndo_change_mtu handler by Daniel Borkmann · 11 years ago
  82. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  83. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  84. 95ab099 vxlan: leave multicast group when vxlan device down by Gao feng · 11 years ago
  85. 79d4a94 vxlan: remove vxlan_group_used in vxlan_open by Gao feng · 11 years ago
  86. fffc15a vxlan: release rt when found circular route by Fan Du · 11 years ago
  87. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  88. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  89. e50fddc vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  90. e6cd988 vxlan: Have the NIC drivers do less work for offloads by Joseph Gasparakis · 11 years ago
  91. 39deb2c vxlan: silence one build warning by Zhi Yong Wu · 11 years ago
  92. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  93. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  94. 559835ea vxlan: Use RCU apis to access sk_user_data. by Pravin B Shelar · 11 years ago
  95. 2936b6a vxlan: Avoid creating fdb entry with NULL destination by Sridhar Samudrala · 11 years ago
  96. 35e4237 vxlan: Fix sparse warnings by Joseph Gasparakis · 11 years ago
  97. 53cf5275 vxlan: Notify drivers for listening UDP port changes by Joseph Gasparakis · 11 years ago
  98. 430eda6 vxlan: Optimize vxlan rcv by Pravin B Shelar · 11 years ago
  99. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  100. 1179618 vxlan: remove net arg from vxlan[6]_xmit_skb() by Nicolas Dichtel · 11 years ago