aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/roce_gid_mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12IB/core: Fix oops in netdev_next_upper_dev_rcu()Mark Zhang1-0/+3
2018-11-21RDMA/core: Add GIDs while changing MAC addr only for registered ndevParav Pandit1-2/+4
2018-08-15IB/core: Change filter function return type from int to boolParav Pandit1-29/+41
2018-08-15IB/core: Update GID entries for netdevice whose mac address changesParav Pandit1-6/+7
2018-08-15IB/core: Add default GIDs of the bond master netdevParav Pandit1-29/+59
2018-08-15IB/core: Consider adding default GIDs of bond deviceParav Pandit1-1/+23
2018-08-15IB/core: Delete lower netdevice default GID entries in bonding scenarioParav Pandit1-9/+62
2018-08-14IB/core: Avoid confusing del_netdev_default_ipsParav Pandit1-13/+10
2018-08-14IB/core: Add comment for change upper netevent handlingParav Pandit1-16/+39
2018-05-24IB/core: Remove duplicate declaration of gid_cache_wqParav Pandit1-2/+0
2018-04-23IB/core: Fix deleting default GIDs when changing mac adddressParav Pandit1-12/+14
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+2
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens1-3/+8
2018-01-08IB/core: Change roce_rescan_device to return voidDaniel Jurgens1-3/+1
2017-07-24IB/core: Add generic function to extract IB speed from netdevYuval Shaia1-0/+2
2017-07-17IB/core: Add ordered workqueue for RoCE GID managementMajd Dibbiny1-2/+9
2017-02-15IB/core: Remove pointer casting from void to net_deviceParav Pandit1-18/+10
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-15/+6
2016-12-03IB/core: Remove debug prints after allocation failureLeon Romanovsky1-15/+6
2016-10-18IB/core: Flip to the new dev walk APIDavid Ahern1-19/+23
2015-12-23IB/core: Move rdma_is_upper_dev_rcu to header fileMatan Barak1-16/+4
2015-12-23IB/core: Add ROCE_UDP_ENCAP (RoCE V2) typeMatan Barak1-1/+2
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-8/+52
2015-10-20IB/core: Fix use after free of ifaMatan Barak1-8/+27
2015-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+728
2015-08-30IB/core: Add RoCE table bonding supportMatan Barak1-20/+285
2015-08-30IB/core: Add RoCE GID table managementMatan Barak1-0/+465