summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-092-7/+10
* RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-091-2/+6
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-092-3/+11
* RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky2020-09-091-15/+12
* RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky2020-09-091-2/+6
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-091-2/+6
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-092-4/+7
* RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe2020-09-091-15/+15
* 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-316-13/+13
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-235-12/+12
| * RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King2020-08-201-1/+1
* | RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leakedJason Gunthorpe2020-08-311-1/+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-272-7/+30
* | 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 tracepoints to track MAD send operationsChuck Lever2020-08-242-2/+125
* | RDMA/cm: Replace pr_debug() call sites with tracepointsChuck Lever2020-08-244-55/+351
* | RDMA/core: Move the rdma_show_ib_cm_event() macroChuck Lever2020-08-241-40/+0
* | RDMA/cm: Remove unused cm_classJason Gunthorpe2020-08-181-24/+0
* | RDMA: Remove constant domain argument from flow creation callLeon Romanovsky2020-08-181-2/+2
|/
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-08-0620-670/+665
|\
| * RDMA/umem: Add a schedule point in ib_umem_get()Eric Dumazet2020-07-311-0/+1
| * RDMA/netlink: Remove CAP_NET_RAW check when dump a raw QPMark Zhang2020-07-291-3/+0
| * RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe2020-07-291-90/+84
| * RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe2020-07-291-25/+6
| * RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe2020-07-291-26/+36
| * RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe2020-07-291-1/+5
| * RDMA/core: Fix return error value in _ib_modify_qp() to negativeLi Heng2020-07-271-1/+1
| * RDMA/uverbs: Silence shiftTooManyBitsSigned warningLeon Romanovsky2020-07-241-1/+1
| * RDMA/uverbs: Remove redundant assignmentsLeon Romanovsky2020-07-241-5/+5
| * RDMA/mlx5: Add missing srcu_read_lock in ODP implicit flowMaor Gottlieb2020-07-242-1/+4
| * RDMA/core: Update write interface to use automatic object lifetimeLeon Romanovsky2020-07-241-207/+86
| * RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsLeon Romanovsky2020-07-242-1/+10
| * RDMA/core: Remove query_pkey from the mandatory opsKamal Heib2020-07-201-1/+3
| * RDMA/core: Allocate the pkey cache only if the pkey_tbl_len is setKamal Heib2020-07-201-16/+29
| * RDMA/core: Expose pkeys sysfs files only if pkey_tbl_len is setKamal Heib2020-07-201-20/+41
| * RDMA/counter: Allow manually bind QPs with different pids to same counterMark Zhang2020-07-101-1/+1