aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cache.c
AgeCommit message (Expand)Author
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit
2019-04-24IB/core: Allow vlan link local address based RoCE GIDsParav Pandit
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe
2018-12-18RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-25RDMA/core: Set right entry state before releasing referenceParav Pandit
2018-09-12RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attributeParav Pandit
2018-07-09RDMA/core: Remove set-but-not-used variablesBart Van Assche
2018-07-09RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()Bart Van Assche
2018-06-25RDMA/core: Remove unused ib cache functionsJason Gunthorpe
2018-06-22IB/core: Free GID table entry during GID deletionParav Pandit
2018-06-18IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe
2018-06-18IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe
2018-06-18IB/core: Introduce GID attribute get, put and hold APIsParav Pandit
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit
2018-06-18IB/core: Introduce GID entry reference countsParav Pandit
2018-06-17IB/core: Store default GID property per-table instead of per-entryParav Pandit
2018-06-17IB/core: Do not set the gid type when reserving default entriesParav Pandit
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-29RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit
2018-05-24IB/core: Introduce and use rdma_gid_table()Parav Pandit
2018-05-24IB/core: Reduce the places that use zgidParav Pandit
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-05-09IB/core: Reuse gid_table_release_one() in table allocation failureParav Pandit
2018-05-09IB/core: Make gid_table_reserve_default() return voidParav Pandit
2018-04-23IB/core: Fix deleting default GIDs when changing mac adddressParav Pandit
2018-04-23IB/core: Fix to avoid deleting IPv6 look alike default GIDsParav Pandit
2018-04-23IB/core: Don't allow default GID addition at non reseved slotsParav Pandit
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit
2018-04-03IB/core: Refactor GID modify code for RoCEParav Pandit
2018-04-03IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit
2018-03-27IB/core: Refer to RoCE port property to decide building cacheParav Pandit
2018-03-27IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit
2018-03-27IB/core: Generate GID change event regardless of RoCE GID table propertyParav Pandit
2018-03-19IB/core: Use rdma_is_port_valid()Parav Pandit
2018-03-15IB/core: Fix comments of GID query functionsParav Pandit
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens