summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Restore ability to return error for destroy WQLeon Romanovsky2020-09-098-16/+25
* RDMA: Change XRCD destroy return valueLeon Romanovsky2020-09-094-6/+11
* RDMA: Allow fail of destroy CQLeon Romanovsky2020-09-0930-35/+62
* 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-0926-45/+54
* RDMA/mlx5: Issue FW command to destroy SRQ on reentryLeon Romanovsky2020-09-091-3/+12
* RDMA: Restore ability to fail on AH destroyLeon Romanovsky2020-09-0921-35/+41
* RDMA: Restore ability to fail on PD deallocateLeon Romanovsky2020-09-0928-34/+51
* RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server initMd Haris Iqbal2020-09-092-3/+80
* RDMA/hns: Avoid unncessary initializationLijun Ou2020-09-096-24/+24
* RDMA/core: Change how failing destroy is handled during uobj abortJason Gunthorpe2020-09-091-15/+15
* RDMA/rxe: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-033-8/+8
* RDMA/qib: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-032-9/+8
* RDMA/i40iw: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-7/+7
* RDMA/hfi1: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-031-11/+11
* RDMA/bnxt_re: Convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-032-10/+8
* RDMA/mlx5: Fix potential race between destroy and CQE pollLeon Romanovsky2020-09-031-2/+3
* RDMA/ucma: Fix resource leak on error pathAlex Dewar2020-09-021-7/+8
* RDMA/qedr: Fix reported max_pkeysKamal Heib2020-09-021-1/+1
* RDMA/qib: Tidy up process_cc()Alex Dewar2020-08-311-37/+13
* RDMA/qib: Remove superfluous fallthrough statementsAlex Dewar2020-08-311-2/+0
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-3158-130/+114
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2348-112/+100
| * Revert "RDMA/hns: Reserve one sge in order to avoid local length error"Weihang Li2020-08-205-14/+8
| * RDMA/hfi1: Correct an interlock issue for TID RDMA WRITE requestKaike Wan2020-08-201-0/+1
| * RDMA/bnxt_re: Do not add user qps to flushlistSelvin Xavier2020-08-201-1/+2
| * RDMA/core: Fix spelling mistake "Could't" -> "Couldn't"Colin Ian King2020-08-201-1/+1
| * RDMA/usnic: Fix spelling mistake "transistion" -> "transition"Colin Ian King2020-08-181-1/+1
| * RDMA/hns: Fix spelling mistake "epmty" -> "empty"Colin Ian King2020-08-181-1/+1
* | RDMA/rxe: Address an issue with hardened user copyBob Pearson2020-08-313-73/+2
* | RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-3132-896/+32
* | RDMA/core: Trigger a WARN_ON if the driver causes uobjects to become leakedJason Gunthorpe2020-08-311-1/+2
* | RDMA/hns: Get udp sport num dynamically instead of using a fixed valueWeihang Li2020-08-313-13/+41
* | RDMA/rxe: Fix style warningsBob Pearson2020-08-274-6/+4
* | RDMA/hns: Add a check for current state before modifying QPLang Cheng2020-08-271-2/+4
* | RDMA/usnic: Remove the query_pkey callbackKamal Heib2020-08-273-15/+0
* | 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