summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Remove access to nexthop group structDavid Ahern2020-06-101-5/+3
* nexthop: Fix fdb labeling for groupsDavid Ahern2020-06-101-1/+1
* net: change addr_list_lock back to static keyCong Wang2020-06-091-3/+1
* vxlan: fix dereference of nexthop group in nexthop update pathRoopa Prabhu2020-06-011-2/+2
* vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel2020-06-011-0/+4
* vxlan: few locking fixes in nexthop event handlerRoopa Prabhu2020-05-301-7/+25
* vxlan: add check to prevent use of remote ip attributes with NDA_NH_IDRoopa Prabhu2020-05-301-0/+4
* vxlan: Do not assume RTNL is held in vxlan_fdb_info()Ido Schimmel2020-05-241-3/+12
* vxlan: support for nexthop notifiersRoopa Prabhu2020-05-221-4/+29
* vxlan: ecmp support for mac fdb entriesRoopa Prabhu2020-05-221-59/+247
* vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca2020-04-231-3/+3
* vxlan: check return value of gro_cells_init()Taehee Yoo2020-03-181-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+2
|\
| * vxlan: fix tos value before xmitHangbin Liu2020-01-021-2/+2
* | vxlan: Fix alignment and code style of vxlan.cNiu Xilei2020-01-021-10/+11
|/
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-2/+2
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-5/+3
* vxlan: implement get_link_ksettings ethtool methodMatthias Schiffer2019-11-121-2/+22
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-12/+50
|\
| * vxlan: fix unexpected failure of vxlan_changelink()Taehee Yoo2019-10-301-3/+6
| * vxlan: check tun_info options_len properlyXin Long2019-10-291-2/+4
| * vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-10/+43
* | vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()Guillaume Nault2019-10-301-3/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-081-10/+27
|\
| * vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo2019-07-011-10/+27
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-4/+1
|\|
| * Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-1/+1
|\| |
| * | vxlan: Don't assume linear buffers in error handlerStefano Brivio2019-06-111-1/+1
| |/
* | vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao2019-06-061-33/+59
* | drivers: net: vxlan: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-06-051-1/+1
|/
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-0/+1
* vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu2019-03-181-3/+1
* vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* vxlan: do not need BH again in vxlan_cleanup()Litao Jiao2019-03-081-2/+2
* vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio2019-03-081-1/+2
* vxlan: add extack support for create and changelinkRoopa Prabhu2019-02-261-67/+141
* vxlan: add ndo_change_proto_down supportAndy Roulin2019-02-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-3/+11
|\
| * vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet2019-02-111-3/+11
* | net: vxlan: Free a leaked vetoed multicast rdstPetr Machata2019-02-071-9/+11
* | switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata2019-01-171-1/+1
* | vxlan: Add extack to switchdev operationsPetr Machata2019-01-171-28/+40
* | net: Add extack argument to ndo_fdb_add()Petr Machata2019-01-171-1/+2
* | vxlan: changelink: Delete remote after updatePetr Machata2019-01-171-9/+8
* | vxlan: changelink: Postpone vxlan_config_apply()Petr Machata2019-01-171-21/+14
* | vxlan: changelink: Inline vxlan_dev_configure()Petr Machata2019-01-171-1/+5
* | vxlan: Allow vetoing of FDB notificationsPetr Machata2019-01-171-18/+46
* | vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata2019-01-171-2/+4