summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang2022-09-221-5/+5
* RDMA/ucma: Protect mc during concurrent multicast leavesLeon Romanovsky2022-01-281-11/+23
* RDMA/core: Use the DEVICE_ATTR_RO macroYueHaibing2021-05-281-4/+3
* RDMA/ucma: Cleanup to reduce duplicate codeXiaofei Tan2021-05-111-2/+2
* RDMA/core: Add necessary spacesWenpeng Liang2021-04-121-2/+2
* RDMA/core: Print the function name by __func__ instead of an fixed stringWenpeng Liang2021-04-121-2/+2
* RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe2021-01-061-63/+72
* RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-1/+1
* RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb2020-10-161-5/+6
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-221-4/+3
* RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe2020-09-181-50/+29
* RDMA/ucma: Fix resource leak on error pathAlex Dewar2020-09-021-7/+8
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | RDMA/ucma: Remove closing and the close_wqJason Gunthorpe2020-08-271-34/+15
* | RDMA/ucma: Rework how new connections are passed through event deliveryJason Gunthorpe2020-08-271-126/+96
* | RDMA/ucma: Narrow file->mut in ucma_event_handler()Jason Gunthorpe2020-08-271-9/+7
* | RDMA/ucma: Change backlog into an atomicJason Gunthorpe2020-08-271-7/+8
* | RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe2020-08-271-0/+2
* | RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe2020-08-271-1/+3
* | RDMA/ucma: Fix the locking of ctx->fileJason Gunthorpe2020-08-271-1/+5
* | RDMA/ucma: Do not use file->mut to lock destroyingJason Gunthorpe2020-08-271-3/+11
* | RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe2020-08-271-4/+8
* | RDMA/ucma: Remove mc_list and rely on xarrayJason Gunthorpe2020-08-271-37/+22
* | RDMA/ucma: Fix error cases around ucma_alloc_ctx()Jason Gunthorpe2020-08-271-26/+42
* | RDMA/ucma: Consolidate the two destroy flowsJason Gunthorpe2020-08-271-42/+22
* | RDMA/ucma: Remove unnecessary locking of file->ctx_list in closeJason Gunthorpe2020-08-271-4/+7
* | RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()Jason Gunthorpe2020-08-271-2/+2
|/
* RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe2020-07-271-0/+4
* RDMA/cma: Provide ECE reject reasonLeon Romanovsky2020-05-271-1/+14
* RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky2020-05-271-3/+11
* RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky2020-05-271-1/+5
* RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky2020-05-271-3/+11
* RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky2020-05-121-7/+9
* RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe2020-02-271-2/+47
* RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe2020-02-191-5/+5
* RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky2020-02-131-1/+1
* RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe2019-06-181-0/+23
* ucma: Convert ctx_idr to XArrayMatthew Wilcox2019-06-071-34/+24
* ucma: Convert multicast_idr to XArrayMatthew Wilcox2019-06-071-19/+11
* RDMA/ucma: Use struct_size() helperGustavo A. R. Silva2019-06-071-2/+1
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg2019-02-081-0/+7
* RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-161-0/+3
* ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang2018-09-131-0/+2
* RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn2018-09-041-0/+6
* infiniband: fix a possible use-after-free bugCong Wang2018-06-041-1/+5
* RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier2018-04-231-1/+1
* RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe2018-04-191-12/+24
* RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch2018-04-161-3/+3