1. 1274e1c vxlan: ecmp support for mac fdb entries by Roopa Prabhu · 4 years, 7 months ago
  2. cc8e7c6 vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTR by Sabrina Dubroca · 4 years, 8 months ago
  3. 384d91c vxlan: check return value of gro_cells_init() by Taehee Yoo · 4 years, 10 months ago
  4. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  5. 71130f2 vxlan: fix tos value before xmit by Hangbin Liu · 5 years ago
  6. 98c8147 vxlan: Fix alignment and code style of vxlan.c by Niu Xilei · 5 years ago
  7. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  8. 6c8991f net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup by Sabrina Dubroca · 5 years ago
  9. 36fe3a6 vxlan: implement get_link_ksettings ethtool method by Matthias Schiffer · 5 years ago
  10. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  11. 1d7a552 vxlan: drop "vxlan" parameter in vxlan_fdb_alloc() by Guillaume Nault · 5 years ago
  12. c6761cf vxlan: fix unexpected failure of vxlan_changelink() by Taehee Yoo · 5 years ago
  13. eadf52c vxlan: check tun_info options_len properly by Xin Long · 5 years ago
  14. 0ce1822 vxlan: add adjacent link to limit depth level by Taehee Yoo · 5 years ago
  15. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  16. 7c31e54 vxlan: do not destroy fdb if register_netdevice() is failed by Taehee Yoo · 6 years ago
  17. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  18. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  19. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  20. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  21. 8399a69 vxlan: Don't assume linear buffers in error handler by Stefano Brivio · 6 years ago
  22. fe1e071 vxlan: Use FDB_HASH_SIZE hash_locks to reduce contention by Litao jiao · 6 years ago
  23. 478db1f drivers: net: vxlan: drop unneeded likely() call around IS_ERR() by Enrico Weigelt · 6 years ago
  24. 3616d08 ipv6: Move ipv6 stubs to a separate header file by David Ahern · 6 years ago
  25. cc4807b vxlan: Don't call gro_cells_destroy() before device is unregistered by Zhiqiang Liu · 6 years ago
  26. 59cbf56 vxlan: test dev->flags & IFF_UP before calling gro_cells_receive() by Eric Dumazet · 6 years ago
  27. f98ec78 vxlan: do not need BH again in vxlan_cleanup() by Litao Jiao · 6 years ago
  28. ad6c998 vxlan: Fix GRO cells race condition between receive and link delete by Stefano Brivio · 6 years ago
  29. 70fb082 vxlan: add extack support for create and changelink by Roopa Prabhu · 6 years ago
  30. 8f1af75 vxlan: add ndo_change_proto_down support by Andy Roulin · 6 years ago
  31. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. 4179cb5 vxlan: test dev->flags & IFF_UP before calling netif_rx() by Eric Dumazet · 6 years ago
  33. fc4aa1c net: vxlan: Free a leaked vetoed multicast rdst by Petr Machata · 6 years ago
  34. 6685987 switchdev: Add extack argument to call_switchdev_notifiers() by Petr Machata · 6 years ago
  35. 4c59b7d vxlan: Add extack to switchdev operations by Petr Machata · 6 years ago
  36. 87b0984 net: Add extack argument to ndo_fdb_add() by Petr Machata · 6 years ago
  37. 1cdc98c vxlan: changelink: Delete remote after update by Petr Machata · 6 years ago
  38. 038a5a9 vxlan: changelink: Postpone vxlan_config_apply() by Petr Machata · 6 years ago
  39. 8db9427d5 vxlan: changelink: Inline vxlan_dev_configure() by Petr Machata · 6 years ago
  40. 61f46fe vxlan: Allow vetoing of FDB notifications by Petr Machata · 6 years ago
  41. ccdfd4f vxlan: Have vxlan_fdb_replace() save original rdst value by Petr Machata · 6 years ago
  42. a76d1ca vxlan: Split vxlan_fdb_update() in two by Petr Machata · 6 years ago
  43. c2b200e vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy() by Petr Machata · 6 years ago
  44. 3a6d528a vxlan: Correct merge error. by David S. Miller · 6 years ago
  45. 2be09de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  46. ce5e098f vxlan: changelink: Fix handling of default remotes by Petr Machata · 6 years ago
  47. 6db9246 vxlan: Fix error path in __vxlan_dev_create() by Petr Machata · 6 years ago
  48. 6ad0b5a vxlan: Unmark offloaded bit on replaced FDB entries by Petr Machata · 6 years ago
  49. 474c3c8 vxlan: support for ndo_fdb_get by Roopa Prabhu · 6 years ago
  50. 479c86d net: switchdev: Add extack to struct switchdev_notifier_info by Petr Machata · 6 years ago
  51. e5ff4b1 vxlan: Add vxlan_fdb_clear_offload() by Petr Machata · 6 years ago
  52. 4f89f5b vxlan: Add vxlan_fdb_replay() by Petr Machata · 6 years ago
  53. ff23b91 vxlan: Add a function to init switchdev_notifier_vxlan_fdb_info by Petr Machata · 6 years ago
  54. aab8cc3 vxlan: add support for underlay in non-default VRF by Alexis Bauvin · 6 years ago
  55. 40051c4 vxlan: Allow changing ageing time by Ido Schimmel · 6 years ago
  56. 5728ae0 vxlan: Add hardware FDB learning by Petr Machata · 6 years ago
  57. 0ec566a vxlan: Don't override user-added entries with ext-learned ones by Petr Machata · 6 years ago
  58. 45598c1 vxlan: Mark user-added FDB entries by Petr Machata · 6 years ago
  59. 0e6160f vxlan: vxlan_fdb_notify(): Make switchdev notification configurable by Petr Machata · 6 years ago
  60. 5572c81 vxlan: __vxlan_fdb_delete(): Drop unused argument vid by Petr Machata · 6 years ago
  61. b4d30697 vxlan: Allow configuration of DF behaviour by Stefano Brivio · 6 years ago
  62. c3a43b9 vxlan: ICMP error lookup handler by Stefano Brivio · 6 years ago
  63. d0522f1 net: Add extack argument to rtnl_create_link by David Ahern · 6 years ago
  64. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  65. 6b4f92a geneve, vxlan: Don't set exceptions if skb->len < mtu by Stefano Brivio · 6 years ago
  66. 7463e4f geneve, vxlan: Don't check skb_dst() twice by Stefano Brivio · 6 years ago
  67. 045a5a9 vxlan: Notify for each remote of a removed FDB entry by Petr Machata · 6 years ago
  68. 0efe117 vxlan: Support marking RDSTs as offloaded by Petr Machata · 6 years ago
  69. 1941f1d vxlan: Add vxlan_fdb_find_uc() for FDB querying by Petr Machata · 6 years ago
  70. 9a99735 vxlan: Add switchdev notifications by Petr Machata · 6 years ago
  71. cca45e0 vxlan: Export address checking functions by Ido Schimmel · 6 years ago
  72. 0813e95 vxlan: support NTF_USE refresh of fdb entries by Roopa Prabhu · 6 years ago
  73. 6f41617 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  74. 8fd7806 vxlan: fill ttl inherit info by Hangbin Liu · 6 years ago
  75. 016f3d1 vxlan: reduce dirty cache line in vxlan_find_mac by Li RongQing · 6 years ago
  76. 0241b83 vxlan: fix default fdb entry netlink notify ordering during netdev create by Roopa Prabhu · 6 years ago
  77. 4c2438b vxlan: make netlink notify in vxlan_fdb_destroy optional by Roopa Prabhu · 6 years ago
  78. 25e20e7 vxlan: add new fdb alloc and create helpers by Roopa Prabhu · 6 years ago
  79. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. 603d4cf net: fix use-after-free in GRO with ESP by Sabrina Dubroca · 7 years ago
  81. 256c87c net: check tunnel option type in tunnel flags by Pieter Jansen van Vuuren · 7 years ago
  82. d4546c2 net: Convert GRO SKB handling to list_head. by David Miller · 7 years ago
  83. 72f6d71 vxlan: add ttl inherit support by Hangbin Liu · 7 years ago
  84. 3e3ab9c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. f15ca72 net: don't call update_pmtu unconditionally by Nicolas Dichtel · 7 years ago
  86. fba961a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  87. a93bf0f vxlan: update skb dst pmtu on tx path by Xin Long · 7 years ago
  88. 57b6112 vxlan: speedup vxlan tunnels dismantle by Haishuang Yan · 7 years ago
  89. f870c1f vxlan: restore dev->mtu setting based on lower device by Alexey Kodanev · 7 years ago
  90. fc39c38 vxlan: use __be32 type for the param vni in __vxlan_fdb_delete by Xin Long · 7 years ago
  91. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  92. 8bff3685 vxlan: fix the issue that neigh proxy blocks all icmpv6 packets by Xin Long · 7 years ago
  93. 0e4ec5a vxlan: exit_net cleanup checks added by Vasily Averin · 7 years ago
  94. df7e828 timer: Remove init_timer_deferrable() in favor of timer_setup() by Kees Cook · 7 years ago
  95. fa20e0e vxlan: factor out VXLAN-GPE next protocol by Jiri Benc · 7 years ago
  96. 653ef6a3 vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error reporting by Girish Moodalbail · 7 years ago
  97. 3118e6e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  98. be73b30 vxlan: fix remcsum when GRO on and CHECKSUM_PARTIAL boundary is outer UDP by K. Den · 7 years ago
  99. 0458495 geneve/vxlan: offload ports on register/unregister events by Sabrina Dubroca · 7 years ago
  100. 2d2b13f geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFO by Sabrina Dubroca · 7 years ago