summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cache.c
AgeCommit message (Expand)AuthorLines
2022-01-28RDMA/core: Delete useless module.h includeLeon Romanovsky-1/+0
2022-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-3/+9
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski-0/+1
2021-12-14RDMA/core: Modify rdma_query_gid() to return accurate error codesAvihai Horon-3/+9
2021-07-16IB/core: Shifting initialization of device->cache_lockAnand Khoje-2/+0
2021-07-16IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache()Anand Khoje-3/+5
2021-06-21IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje-6/+1
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang-5/+5
2021-05-28IB/core: Only update PKEY and GID caches on respective eventsHÃ¥kon Bugge-8/+15
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang-1/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch-46/+38
2021-01-19RDMA/core/cache: Fix some misspellings, missing and superfluous param descrip...Lee Jones-5/+4
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman-3/+0
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-4/+68
2020-10-01RDMA/core: Introduce new GID table query APIAvihai Horon-3/+63
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon-0/+4
2020-10-01RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon-1/+1
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo-3/+7
2020-07-20RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib-16/+29
2020-05-12IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein-2/+5
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-19RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier-0/+17
2020-01-07IB/core: Cut down single member ib_cache structureParav Pandit-15/+15
2020-01-07IB/core: Let IB core distribute cache update eventsParav Pandit-46/+75
2019-10-22IB/core: Do not notify GID change event of an unregistered deviceParav Pandit-7/+1
2019-07-25RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit-0/+1
2019-05-07IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro-1/+0
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit-12/+61
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit-0/+1
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit-0/+55
2019-04-24IB/core: Allow vlan link local address based RoCE GIDsParav Pandit-23/+4
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe-13/+11
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe-58/+31
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe-2/+2
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe-3/+3
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe-0/+3
2018-12-18RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit-4/+3
2018-12-12RDMA: Start use ib_device_opsKamal Heib-6/+6
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe-33/+33
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe-24/+22
2018-09-25RDMA/core: Set right entry state before releasing referenceParav Pandit-34/+34
2018-09-12RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attributeParav Pandit-0/+33
2018-07-09RDMA/core: Remove set-but-not-used variablesBart Van Assche-6/+0
2018-07-09RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()Bart Van Assche-38/+0
2018-06-25RDMA/core: Remove unused ib cache functionsJason Gunthorpe-68/+0
2018-06-22IB/core: Free GID table entry during GID deletionParav Pandit-5/+23
2018-06-18IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe-17/+8
2018-06-18IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe-103/+161
2018-06-18IB/core: Introduce GID attribute get, put and hold APIsParav Pandit-0/+86
2018-06-18RDMA: Use GID from the ib_gid_attr during the add_gid() callbackParav Pandit-1/+1