aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/ucma.c
AgeCommit message (Expand)Author
2022-01-28RDMA/ucma: Protect mc during concurrent multicast leavesLeon Romanovsky
2021-05-28RDMA/core: Use the DEVICE_ATTR_RO macroYueHaibing
2021-05-11RDMA/ucma: Cleanup to reduce duplicate codeXiaofei Tan
2021-04-12RDMA/core: Add necessary spacesWenpeng Liang
2021-04-12RDMA/core: Print the function name by __func__ instead of an fixed stringWenpeng Liang
2021-01-06RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky
2020-09-18RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe
2020-09-02RDMA/ucma: Fix resource leak on error pathAlex Dewar
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-27RDMA/ucma: Remove closing and the close_wqJason Gunthorpe
2020-08-27RDMA/ucma: Rework how new connections are passed through event deliveryJason Gunthorpe
2020-08-27RDMA/ucma: Narrow file->mut in ucma_event_handler()Jason Gunthorpe
2020-08-27RDMA/ucma: Change backlog into an atomicJason Gunthorpe
2020-08-27RDMA/ucma: Add missing locking around rdma_leave_multicast()Jason Gunthorpe
2020-08-27RDMA/ucma: Fix locking for ctx->events_reportedJason Gunthorpe
2020-08-27RDMA/ucma: Fix the locking of ctx->fileJason Gunthorpe
2020-08-27RDMA/ucma: Do not use file->mut to lock destroyingJason Gunthorpe
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe
2020-08-27RDMA/ucma: Remove mc_list and rely on xarrayJason Gunthorpe
2020-08-27RDMA/ucma: Fix error cases around ucma_alloc_ctx()Jason Gunthorpe
2020-08-27RDMA/ucma: Consolidate the two destroy flowsJason Gunthorpe
2020-08-27RDMA/ucma: Remove unnecessary locking of file->ctx_list in closeJason Gunthorpe
2020-08-27RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()Jason Gunthorpe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky
2020-05-27RDMA/ucma: Deliver ECE parameters through UCMA eventsLeon Romanovsky
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky
2020-05-12RDMA/ucma: Return stable IB device index as identifierLeon Romanovsky
2020-02-27RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe
2020-02-19RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe
2020-02-13RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe
2019-06-07ucma: Convert ctx_idr to XArrayMatthew Wilcox
2019-06-07ucma: Convert multicast_idr to XArrayMatthew Wilcox
2019-06-07RDMA/ucma: Use struct_size() helperGustavo A. R. Silva
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-02-08IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg
2018-10-16RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2018-09-13ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang
2018-09-04RDMA/ucma: check fd type in ucma_migrate_id()Jann Horn
2018-06-04infiniband: fix a possible use-after-free bugCong Wang
2018-04-23RDMA/ucma: Allow resolving address w/o specifying source addressRoland Dreier
2018-04-19RDMA/ucma: Check for a cm_id->device in all user calls that need itJason Gunthorpe
2018-04-16RDMA/ucma: ucma_context reference leak in error pathShamir Rabinovitch
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds