1. c60c308 vxlan: Enable checksum unnecessary conversions for vxlan/UDP sockets by Tom Herbert · 10 years ago
  2. 77cffe2 net: Clarification of CHECKSUM_UNNECESSARY by Tom Herbert · 10 years ago
  3. a45e92a vxlan: fix incorrect initializer in union vxlan_addr by Gerhard Stenzel · 10 years ago
  4. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. 545469f neighbour : fix ndm_type type error issue by Jun Zhao · 10 years ago
  6. 3ee64f3 vxlan: Call udp_sock_create by Tom Herbert · 10 years ago
  7. 5d5eacb bridge: fdb dumping takes a filter device by Jamal Hadi Salim · 10 years ago
  8. 535fb8d vxlan: Call udp_flow_src_port by Tom Herbert · 10 years ago
  9. f79b064 vxlan: Checksum fixes by Tom Herbert · 10 years ago
  10. 2853af6 vxlan: use dev->needed_headroom instead of dev->hard_header_len by Cong Wang · 10 years ago
  11. 6bae1d4 net: Add skb_gro_postpull_rcsum to udp and vxlan by Tom Herbert · 10 years ago
  12. 359a0ea vxlan: Add support for UDP checksums (v4 sending, v6 zero csums) by Tom Herbert · 10 years ago
  13. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  14. f01ec1c vxlan: add x-netns support by Nicolas Dichtel · 10 years ago
  15. 9e4b93f vxlan: ensure to advertise the right fdb remote by Nicolas Dichtel · 10 years ago
  16. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  17. 5933a7b net: vxlan: fix crash when interface is created with no group by Mike Rapoport · 10 years ago
  18. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. 4b29dba vxlan: fix nonfunctional neigh_reduce() by David Stevens · 10 years ago
  20. 7346135 vxlan: fix potential NULL dereference in arp_reduce() by David Stevens · 10 years ago
  21. 86c3f0f8 vxlan: remove unused port variable in vxlan_udp_encap_recv() by Pablo Neira Ayuso · 10 years ago
  22. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  23. 4fe46b9 vxlan: remove extra newline after function definition by Daniel Baluta · 10 years ago
  24. 920a0fd net/vxlan: Go over all candidate streams for GRO matching by Or Gerlitz · 10 years ago
  25. d0bc655 net/vxlan: Share RX skb de-marking and checksum checks with ovs by Or Gerlitz · 11 years ago
  26. 783c146 net: vxlan: convert to act as a pernet subsystem by Daniel Borkmann · 11 years ago
  27. dc01e7d net: Add GRO support for vxlan traffic by Or Gerlitz · 11 years ago
  28. ead5139 net: add vxlan description by Jesse Brandeburg · 11 years ago
  29. fd27e0d net: vxlan: do not use vxlan_net before checking event type by Daniel Borkmann · 11 years ago
  30. 8425783 net: vxlan: properly cleanup devs on module unload by Daniel Borkmann · 11 years ago
  31. acaf4e709 net: vxlan: when lower dev unregisters remove vxlan dev as well by Daniel Borkmann · 11 years ago
  32. 7376394 vxlan: use __dev_get_by_index instead of dev_get_by_index to find interface by Ying Xue · 11 years ago
  33. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  34. 8f646c9 vxlan: keep original skb ownership by Eric Dumazet · 11 years ago
  35. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  36. 7bda701 {vxlan, inet6} Mark vxlan_dev flags with VXLAN_F_IPV6 properly by fan.du · 11 years ago
  37. 345010b net: vxlan: use custom ndo_change_mtu handler by Daniel Borkmann · 11 years ago
  38. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  39. 3958afa1b net: Change skb_get_rxhash to skb_get_hash by Tom Herbert · 11 years ago
  40. 95ab099 vxlan: leave multicast group when vxlan device down by Gao feng · 11 years ago
  41. 79d4a94 vxlan: remove vxlan_group_used in vxlan_open by Gao feng · 11 years ago
  42. fffc15a vxlan: release rt when found circular route by Fan Du · 11 years ago
  43. 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
  44. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  45. e50fddc vxlan: Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...)) by Duan Jiong · 11 years ago
  46. e6cd988 vxlan: Have the NIC drivers do less work for offloads by Joseph Gasparakis · 11 years ago
  47. 39deb2c vxlan: silence one build warning by Zhi Yong Wu · 11 years ago
  48. 4fbef95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  49. 0bbf87d net ipv4: Convert ipv4.ip_local_port_range to be per netns v3 by Eric W. Biederman · 11 years ago
  50. 559835ea vxlan: Use RCU apis to access sk_user_data. by Pravin B Shelar · 11 years ago
  51. 2936b6a vxlan: Avoid creating fdb entry with NULL destination by Sridhar Samudrala · 11 years ago
  52. 35e4237 vxlan: Fix sparse warnings by Joseph Gasparakis · 11 years ago
  53. 53cf5275 vxlan: Notify drivers for listening UDP port changes by Joseph Gasparakis · 11 years ago
  54. 430eda6 vxlan: Optimize vxlan rcv by Pravin B Shelar · 11 years ago
  55. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  56. 1179618 vxlan: remove net arg from vxlan[6]_xmit_skb() by Nicolas Dichtel · 11 years ago
  57. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  58. 7367d0b drivers/net: Convert uses of compare_ether_addr to ether_addr_equal by Joe Perches · 11 years ago
  59. 660d98c vxlan: include net/ip6_checksum.h for csum_ipv6_magic() by Cong Wang · 11 years ago
  60. 8c1bb79 vxlan: fix flowi6_proto value by Cong Wang · 11 years ago
  61. f564f45 vxlan: add ipv6 proxy support by Cong Wang · 11 years ago
  62. e15a00a vxlan: add ipv6 route short circuit support by Cong Wang · 11 years ago
  63. e4c7ed4 vxlan: add ipv6 support by Cong Wang · 11 years ago
  64. dcdc7a5 vxlan: using kfree_rcu() to simplify the code by Wei Yongjun · 11 years ago
  65. 1eaa817 vxlan: Add tx-vlan offload support. by Pravin B Shelar · 11 years ago
  66. 649c5b8 vxlan: Improve vxlan headroom calculation. by Pravin B Shelar · 11 years ago
  67. 4956053 vxlan: Factor out vxlan send api. by Pravin B Shelar · 11 years ago
  68. 012a572 vxlan: Extend vxlan handlers for openvswitch. by Pravin B Shelar · 11 years ago
  69. 5cfccc5 vxlan: Add vxlan recv demux. by Pravin B Shelar · 11 years ago
  70. 7ce0475 vxlan: Restructure vxlan receive. by Pravin B Shelar · 11 years ago
  71. 9c2e24e vxlan: Restructure vxlan socket apis. by Pravin B Shelar · 11 years ago
  72. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  73. ffbe4a5 vxlan: fix a soft lockup in vxlan module removal by Cong Wang · 11 years ago
  74. 614334d vxlan: fix a regression of igmp join by Cong Wang · 11 years ago
  75. 5ca5461 vxlan: fix rcu related warning by stephen hemminger · 11 years ago
  76. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  77. 906dc18 vxlan fdb replace an existing entry by Thomas Richter · 11 years ago
  78. 3fc2de2 vxlan: fix igmp races by stephen hemminger · 11 years ago
  79. 372675a vxlan: unregister on namespace exit by stephen hemminger · 11 years ago
  80. fe5c356 vxlan: add necessary locking on device removal by stephen hemminger · 11 years ago
  81. f89e57c vxlan: Fix kernel crash on rmmod. by Pravin B Shelar · 11 years ago
  82. ba609e9 vxlan: fix function name spelling by Stephen Hemminger · 11 years ago
  83. 58e4c76 vxlan: fdb: allow specifying multiple destinations for zero MAC by Mike Rapoport · 11 years ago
  84. bc7892b vxlan: allow removal of single destination from fdb entry by Mike Rapoport · 11 years ago
  85. f0b074b vxlan: introduce vxlan_fdb_parse by Mike Rapoport · 11 years ago
  86. a5e7c10 vxlan: introduce vxlan_fdb_find_rdst by Mike Rapoport · 11 years ago
  87. afbd8ba vxlan: add implicit fdb entry for default destination by Mike Rapoport · 11 years ago
  88. 60d9d4c vxlan: Fix sparse warnings. by Pravin B Shelar · 11 years ago
  89. 234f5b7 vxlan: cosmetic cleanup's by Stephen Hemminger · 11 years ago
  90. bb3fd68 vxlan: Use initializer for dummy structures by Stephen Hemminger · 11 years ago
  91. 9daaa39 vxlan: port module param should be ushort by Stephen Hemminger · 11 years ago
  92. 3e61aa8 vxlan: convert remotes list to list_rcu by Stephen Hemminger · 11 years ago
  93. 4ad1693 vxlan: make vxlan_xmit_one void by Stephen Hemminger · 11 years ago
  94. ebf4063 vxlan: move cleanup to uninit by Stephen Hemminger · 11 years ago
  95. 1c51a91 vxlan: fix race caused by dropping rtnl_unlock by Stephen Hemminger · 11 years ago
  96. 8385f50 vxlan: send notification when MAC migrates by Stephen Hemminger · 11 years ago
  97. 7c47ced vxlan: move IGMP join/leave to work queue by Stephen Hemminger · 11 years ago
  98. 758c57d vxlan: fix crash from work pending on module removal by Stephen Hemminger · 11 years ago
  99. b715398 vxlan: fix out of order operation on module removal by Stephen Hemminger · 11 years ago
  100. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago