summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)Author
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on AH destroyLeon Romanovsky
2020-09-09RDMA: Restore ability to fail on PD deallocateLeon Romanovsky
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortJason 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-31RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leakedJason 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-24RDMA/cm: Add tracepoints to track MAD send operationsChuck Lever
2020-08-24RDMA/cm: Replace pr_debug() call sites with tracepointsChuck Lever
2020-08-24RDMA/core: Move the rdma_show_ib_cm_event() macroChuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-20RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King
2020-08-18RDMA/cm: Remove unused cm_classJason Gunthorpe
2020-08-18RDMA: Remove constant domain argument from flow creation callLeon Romanovsky
2020-08-12mm/gup: remove task_struct pointer for all gup codePeter Xu
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-08-04Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-31RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet
2020-07-30RDMA/core: Free DIM memory in error unwindLeon Romanovsky
2020-07-30RDMA/core: Stop DIM before destroying CQLeon Romanovsky
2020-07-29RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang
2020-07-29RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe
2020-07-27RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng
2020-07-27RDMA/cm: Add min length checks to user structure copiesJason Gunthorpe
2020-07-24RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky
2020-07-24RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky
2020-07-24RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb
2020-07-24RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky
2020-07-20RDMA/core: Remove query_pkey from the mandatory opsKamal Heib
2020-07-20RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib
2020-07-20RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib