aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-12vxlan: implement get_link_ksettings ethtool methodMatthias Schiffer1-2/+22
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+50
2019-10-30vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()Guillaume Nault1-3/+2
2019-10-30vxlan: fix unexpected failure of vxlan_changelink()Taehee Yoo1-3/+6
2019-10-29vxlan: check tun_info options_len properlyXin Long1-2/+4
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo1-10/+43
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+27
2019-07-01vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo1-10/+27
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-06-11vxlan: Don't assume linear buffers in error handlerStefano Brivio1-1/+1
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao1-33/+59
2019-06-05drivers: net: vxlan: drop unneeded likely() call around IS_ERR()Enrico Weigelt1-1/+1
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-0/+1
2019-03-18vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu1-3/+1
2019-03-10vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+11
2019-03-08vxlan: do not need BH again in vxlan_cleanup()Litao Jiao1-2/+2
2019-03-08vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio1-1/+2
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu1-67/+141
2019-02-24vxlan: add ndo_change_proto_down supportAndy Roulin1-0/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+11
2019-02-11vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet1-3/+11
2019-02-07net: vxlan: Free a leaked vetoed multicast rdstPetr Machata1-9/+11
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata1-1/+1
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata1-28/+40
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata1-1/+2
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata1-9/+8
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata1-21/+14
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata1-1/+5
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata1-18/+46
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata1-2/+4
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata1-61/+97
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata1-30/+29
2018-12-20vxlan: Correct merge error.David S. Miller1-1/+1
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+14
2018-12-18vxlan: changelink: Fix handling of default remotesPetr Machata1-4/+3
2018-12-18vxlan: Fix error path in __vxlan_dev_create()Petr Machata1-3/+10
2018-12-18vxlan: Unmark offloaded bit on replaced FDB entriesPetr Machata1-0/+1
2018-12-16vxlan: support for ndo_fdb_getRoopa Prabhu1-0/+34
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata1-0/+1
2018-12-07vxlan: Add vxlan_fdb_clear_offload()Petr Machata1-0/+22
2018-12-07vxlan: Add vxlan_fdb_replay()Petr Machata1-0/+47
2018-12-07vxlan: Add a function to init switchdev_notifier_vxlan_fdb_infoPetr Machata1-23/+18
2018-12-03vxlan: add support for underlay in non-default VRFAlexis Bauvin1-8/+24
2018-11-21vxlan: Allow changing ageing timeIdo Schimmel1-4/+6
2018-11-21vxlan: Add hardware FDB learningPetr Machata1-1/+72
2018-11-21vxlan: Don't override user-added entries with ext-learned onesPetr Machata1-9/+17
2018-11-21vxlan: Mark user-added FDB entriesPetr Machata1-6/+11