aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/ucma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-28RDMA/core: Use the DEVICE_ATTR_RO macroYueHaibing1-4/+3
2021-05-11RDMA/ucma: Cleanup to reduce duplicate codeXiaofei Tan1-2/+2
2021-04-12RDMA/core: Add necessary spacesWenpeng Liang1-2/+2
2021-04-12RDMA/core: Print the function name by __func__ instead of an fixed stringWenpeng Liang1-2/+2
2021-01-06RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe1-63/+72
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-1/+1
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky1-4/+3
2020-09-18RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe1-50/+29
2020-09-02RDMA/ucma: Fix resource leak on error pathAlex Dewar1-7/+8
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-2/+2
2020-08-27RDMA/ucma: Remove closing and the close_wqJason Gunthorpe1-34/+15
2020-08-27RDMA/ucma: Rework how new connections are passed through event deliveryJason Gunthorpe1-126/+96
2020-08-27RDMA/ucma: Narrow file->mut in ucma_event_handler()Jason Gunthorpe1-9/+7
2020-08-27RDMA/ucma: Change backlog into an atomicJason Gunthorpe1-7/+8
2020-08-27RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe1-0/+2
2020-08-27RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe1-1/+3
2020-08-27RDMA/ucma: Fix the locking of ctx->fileJason Gunthorpe1-1/+5
2020-08-27RDMA/ucma: Do not use file->mut to lock destroyingJason Gunthorpe1-3/+11
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe1-4/+8
2020-08-27RDMA/ucma: Remove mc_list and rely on xarrayJason Gunthorpe1-37/+22
2020-08-27RDMA/ucma: Fix error cases around ucma_alloc_ctx()Jason Gunthorpe1-26/+42
2020-08-27RDMA/ucma: Consolidate the two destroy flowsJason Gunthorpe1-42/+22
2020-08-27RDMA/ucma: Remove unnecessary locking of file->ctx_list in closeJason Gunthorpe1-4/+7
2020-08-27RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()Jason Gunthorpe1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe1-0/+4
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky1-1/+14
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky1-3/+11
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky1-1/+5
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky1-3/+11
2020-05-12RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky1-7/+9
2020-02-27RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe1-2/+47
2020-02-19RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe1-5/+5
2020-02-13RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky1-1/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+23
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox1-34/+24
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox1-19/+11
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg1-0/+7
2018-10-16RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-09-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang1-0/+2
2018-09-04RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn1-0/+6
2018-06-04infiniband: fix a possible use-after-free bugCong Wang1-1/+5
2018-04-23RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier1-1/+1
2018-04-19RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe1-12/+24
2018-04-16RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch1-3/+3
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-16/+24
2018-04-03RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA deviceRoland Dreier1-0/+3