aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-21RDMA/core: Add CM to restrack after successful attachment to a deviceShay Drory1-2/+10
2021-04-21RDMA/cma: Skip device which doesn't support CMParav Pandit1-0/+14
2021-04-12IB/cma: Introduce rdma_set_min_rnr_timer()HÃ¥kon Bugge1-0/+41
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang1-9/+12
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-9/+9
2021-03-22RDMA/cma: Remove unused leftovers in cma codeGal Pressman1-9/+0
2021-03-10RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler1-0/+1
2021-02-16RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon1-29/+41
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-11/+0
2020-12-14RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky1-3/+4
2020-11-25RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe1-7/+18
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-10/+38
2020-11-16RDMA/cma: Add missing error handling of listen_idLeon Romanovsky1-74/+101
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-10/+38
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-300/+335
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-0/+4
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastructureTaehee Yoo1-3/+6
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky1-46/+88
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky1-1/+1
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-2/+3
2020-09-22RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky1-2/+1
2020-09-17RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe1-108/+88
2020-09-17RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe1-32/+31
2020-09-17RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe1-15/+4
2020-09-17RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe1-31/+7
2020-09-17RDMA/cma: Remove cma_comp()Jason Gunthorpe1-20/+7
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe1-18/+18
2020-09-17RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe1-22/+45
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe1-14/+30
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-1/+2
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe1-3/+22
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+2
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-134/+123
2020-07-29RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe1-90/+84
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe1-25/+6
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe1-26/+36
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe1-1/+5
2020-06-18RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang1-0/+18
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever1-1/+1
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-5/+4
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky1-0/+19
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky1-0/+8
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky1-0/+21
2020-05-06RDMA/cma: Initialize the flow label of CM's route path recordMark Zhang1-0/+23
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-11/+12
2020-04-14RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky1-2/+7
2020-03-26RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon1-0/+1
2020-03-10RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe1-0/+13
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe1-4/+11
2020-02-19Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit1-4/+11