summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch2021-07-191-1/+2
* RDMA/core: Always release restrack objectLeon Romanovsky2021-07-141-1/+1
* RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge2021-07-141-2/+4
* RDMA/cma: Protect RMW with qp_mutexHåkon Bugge2021-07-141-1/+17
* RDMA/core: Don't access cm_id after its destructionShay Drory2021-05-261-2/+3
* RDMA/core: Add CM to restrack after successful attachment to a deviceShay Drory2021-05-141-2/+10
* RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon2021-03-041-29/+41
* RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky2020-12-301-3/+4
* RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe2020-12-301-7/+18
* RDMA/cma: Add missing error handling of listen_idLeon Romanovsky2020-12-301-74/+101
* RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-10/+38
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-171-300/+335
|\
| * RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-011-0/+4
| * RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-221-46/+88
| * RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-221-1/+1
| * RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-221-2/+3
| * RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky2020-09-221-2/+1
| * RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe2020-09-171-108/+88
| * RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-09-171-32/+31
| * RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-09-171-15/+4
| * RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe2020-09-171-31/+7
| * RDMA/cma: Remove cma_comp()Jason Gunthorpe2020-09-171-20/+7
| * RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe2020-09-171-18/+18
| * RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe2020-09-171-22/+45
| * RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe2020-09-171-14/+30
| * Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-1/+2
| |\
| * | RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe2020-08-271-3/+22
* | | net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo2020-09-281-3/+6
| |/ |/|
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-061-134/+123
|\
| * RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe2020-07-291-90/+84
| * RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe2020-07-291-25/+6
| * RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe2020-07-291-26/+36
| * RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe2020-07-291-1/+5
* | RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang2020-06-181-0/+18
|/
* RDMA/core: Move and rename trace_cm_id_create()Chuck Lever2020-06-021-1/+1
* RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-5/+4
* RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky2020-05-271-0/+19
* RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky2020-05-271-0/+8
* RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky2020-05-271-0/+21
* RDMA/cma: Initialize the flow label of CM's route path recordMark Zhang2020-05-061-0/+23
* RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-11/+12
* RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky2020-04-141-2/+7
* RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon2020-03-261-0/+1
* RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe2020-03-101-0/+13
* Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-4/+11
|\
| * Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit2020-02-191-4/+11
* | RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-111-3/+3
* | RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit2020-02-111-18/+24
* | RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-111-5/+4