aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c
AgeCommit message (Expand)Author
2020-06-17vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel
2020-04-29vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca
2020-03-18vxlan: check return value of gro_cells_init()Taehee Yoo
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-02vxlan: fix tos value before xmitHangbin Liu
2020-01-02vxlan: Fix alignment and code style of vxlan.cNiu Xilei
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-11-12vxlan: implement get_link_ksettings ethtool methodMatthias Schiffer
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-30vxlan: drop "vxlan" parameter in vxlan_fdb_alloc()Guillaume Nault
2019-10-30vxlan: fix unexpected failure of vxlan_changelink()Taehee Yoo
2019-10-29vxlan: check tun_info options_len properlyXin Long
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-07-01vxlan: do not destroy fdb if register_netdevice() is failedTaehee Yoo
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-11vxlan: Don't assume linear buffers in error handlerStefano Brivio
2019-06-06vxlan: Use FDB_HASH_SIZE hash_locks to reduce contentionLitao jiao
2019-06-05drivers: net: vxlan: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
2019-03-18vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu
2019-03-10vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet
2019-03-08vxlan: do not need BH again in vxlan_cleanup()Litao Jiao
2019-03-08vxlan: Fix GRO cells race condition between receive and link deleteStefano Brivio
2019-02-26vxlan: add extack support for create and changelinkRoopa Prabhu
2019-02-24vxlan: add ndo_change_proto_down supportAndy Roulin
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-11vxlan: test dev->flags & IFF_UP before calling netif_rx()Eric Dumazet
2019-02-07net: vxlan: Free a leaked vetoed multicast rdstPetr Machata
2019-01-17switchdev: Add extack argument to call_switchdev_notifiers()Petr Machata
2019-01-17vxlan: Add extack to switchdev operationsPetr Machata
2019-01-17net: Add extack argument to ndo_fdb_add()Petr Machata
2019-01-17vxlan: changelink: Delete remote after updatePetr Machata
2019-01-17vxlan: changelink: Postpone vxlan_config_apply()Petr Machata
2019-01-17vxlan: changelink: Inline vxlan_dev_configure()Petr Machata
2019-01-17vxlan: Allow vetoing of FDB notificationsPetr Machata
2019-01-17vxlan: Have vxlan_fdb_replace() save original rdst valuePetr Machata
2019-01-17vxlan: Split vxlan_fdb_update() in twoPetr Machata
2019-01-17vxlan: Move up vxlan_fdb_free(), vxlan_fdb_destroy()Petr Machata
2018-12-20vxlan: Correct merge error.David S. Miller
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-18vxlan: changelink: Fix handling of default remotesPetr Machata
2018-12-18vxlan: Fix error path in __vxlan_dev_create()Petr Machata
2018-12-18vxlan: Unmark offloaded bit on replaced FDB entriesPetr Machata
2018-12-16vxlan: support for ndo_fdb_getRoopa Prabhu
2018-12-12net: switchdev: Add extack to struct switchdev_notifier_infoPetr Machata