aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/vxlan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-25vxlan: fix last fdb index during dump of fdb with nhidRoopa Prabhu1-0/+4
2020-06-10vxlan: Remove access to nexthop group structDavid Ahern1-5/+3
2020-06-10nexthop: Fix fdb labeling for groupsDavid Ahern1-1/+1
2020-06-09net: change addr_list_lock back to static keyCong Wang1-3/+1
2020-06-01vxlan: fix dereference of nexthop group in nexthop update pathRoopa Prabhu1-2/+2
2020-06-01vxlan: Avoid infinite loop when suppressing NS messages with invalid optionsIdo Schimmel1-0/+4
2020-05-30vxlan: few locking fixes in nexthop event handlerRoopa Prabhu1-7/+25
2020-05-30vxlan: add check to prevent use of remote ip attributes with NDA_NH_IDRoopa Prabhu1-0/+4
2020-05-24vxlan: Do not assume RTNL is held in vxlan_fdb_info()Ido Schimmel1-3/+12
2020-05-22vxlan: support for nexthop notifiersRoopa Prabhu1-4/+29
2020-05-22vxlan: ecmp support for mac fdb entriesRoopa Prabhu1-59/+247
2020-04-23vxlan: use the correct nlattr array in NL_SET_ERR_MSG_ATTRSabrina Dubroca1-3/+3
2020-03-18vxlan: check return value of gro_cells_init()Taehee Yoo1-2/+9
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-01-02vxlan: fix tos value before xmitHangbin Liu1-2/+2
2020-01-02vxlan: Fix alignment and code style of vxlan.cNiu Xilei1-10/+11
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-2/+2
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-5/+3
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