summaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | vxlan: Split vxlan_fdb_update() in twoPetr Machata2019-01-171-61/+97
* | vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata2019-01-171-30/+29
|/
* vxlan: Correct merge error.David S. Miller2018-12-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-8/+14
|\
| * vxlan: changelink: Fix handling of default remotesPetr Machata2018-12-181-4/+3
| * vxlan: Fix error path in __vxlan_dev_create()Petr Machata2018-12-181-3/+10
| * vxlan: Unmark offloaded bit on replaced FDB entriesPetr Machata2018-12-181-0/+1
* | vxlan: support for ndo_fdb_getRoopa Prabhu2018-12-161-0/+34
* | net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata2018-12-121-0/+1
* | vxlan: Add vxlan_fdb_clear_offload()Petr Machata2018-12-071-0/+22
* | vxlan: Add vxlan_fdb_replay()Petr Machata2018-12-071-0/+47
* | vxlan: Add a function to init switchdev_notifier_vxlan_fdb_infoPetr Machata2018-12-071-23/+18