summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cache.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: fix repeated words in commentswangjianli2022-10-241-1/+1
* RDMA/core: Delete useless module.h includeLeon Romanovsky2022-01-281-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-131-3/+9
|\
| * RDMA/core: Modify rdma_query_gid() to return accurate error codesAvihai Horon2021-12-141-3/+9
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+1
|/
* IB/core: Shifting initialization of device->cache_lockAnand Khoje2021-07-161-2/+0
* IB/core: Updating cache for subnet_prefix in config_non_roce_gid_cache()Anand Khoje2021-07-161-3/+5
* IB/core: Removed port validity check from ib_get_cached_subnet_prefixAnand Khoje2021-06-211-6/+1
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-5/+5
* IB/core: Only update PKEY and GID caches on respective eventsHÃ¥kon Bugge2021-05-281-8/+15
* RDMA/core: Correct format of bracesWenpeng Liang2021-04-121-1/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-46/+38
* RDMA/core/cache: Fix some misspellings, missing and superfluous param descrip...Lee Jones2021-01-191-5/+4
* RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman2020-12-071-3/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-171-4/+68
|\
| * RDMA/core: Introduce new GID table query APIAvihai Horon2020-10-011-3/+63
| * RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-011-0/+4
| * RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2020-10-011-1/+1
* | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+7
|/
* RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib2020-07-201-16/+29
* IB/core: Fix potential NULL pointer dereference in pkey cacheJack Morgenstein2020-05-121-2/+5
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
* RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier2020-02-191-0/+17
* IB/core: Cut down single member ib_cache structureParav Pandit2020-01-071-15/+15
* IB/core: Let IB core distribute cache update eventsParav Pandit2020-01-071-46/+75
* IB/core: Do not notify GID change event of an unregistered deviceParav Pandit2019-10-221-7/+1
* RDMA/core: Annotate destroy of mutex to ensure that it is released as unlockedParav Pandit2019-07-251-0/+1
* IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-071-1/+0
* RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-031-12/+61
* RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-0/+1
* RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-0/+55
* IB/core: Allow vlan link local address based RoCE GIDsParav Pandit2019-04-241-23/+4
* RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-191-13/+11
* RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-58/+31
* RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-2/+2
* RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-3/+3
* RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2019-02-081-0/+3
* RDMA/core: Delete RoCE GID in hw when corresponding IP is deletedParav Pandit2018-12-181-4/+3
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-6/+6
* Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-161-33/+33
|\
| * RDMA/core: Set right entry state before releasing referenceParav Pandit2018-09-251-34/+34
* | RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-24/+22
* | RDMA/core: Introduce rdma_read_gid_attr_ndev_rcu() to check GID attributeParav Pandit2018-09-121-0/+33
|/
* RDMA/core: Remove set-but-not-used variablesBart Van Assche2018-07-091-6/+0
* RDMA/core: Remove ib_find_cached_gid() and ib_find_cached_gid_by_port()Bart Van Assche2018-07-091-38/+0
* RDMA/core: Remove unused ib cache functionsJason Gunthorpe2018-06-251-68/+0
* IB/core: Free GID table entry during GID deletionParav Pandit2018-06-221-5/+23
* IB/core: Make rdma_find_gid_by_filter support all protocolsJason Gunthorpe2018-06-181-17/+8
* IB/core: Provide rdma_ versions of the gid cache APIJason Gunthorpe2018-06-181-103/+161
* IB/core: Introduce GID attribute get, put and hold APIsParav Pandit2018-06-181-0/+86