summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Align write and ioctl checks of QP typesLeon Romanovsky2020-09-291-2/+15
* RDMA/restrack: Improve readability in task name managementLeon Romanovsky2020-09-2210-114/+157
* RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky2020-09-227-50/+22
* RDMA/restrack: Count references to the verbs objectsLeon Romanovsky2020-09-229-31/+70
* RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky2020-09-221-2/+1
* RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroyJason Gunthorpe2020-09-181-50/+29
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-183-5/+6
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-182-2/+3
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-09-112-3/+3
| |\
| | * RDMA/core: Fix reported speed and widthKamal Heib2020-09-021-1/+1
| | * RDMA/core: Fix unsafe linked list traversal after failing to allocate CQXi Wang2020-09-021-2/+2
* | | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-174-35/+26
* | | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-173-8/+20
* | | RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe2020-09-171-108/+88
* | | RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe2020-09-171-32/+31
* | | RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe2020-09-171-15/+4
* | | RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe2020-09-171-31/+7
* | | RDMA/cma: Remove cma_comp()Jason Gunthorpe2020-09-171-20/+7
* | | RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe2020-09-171-18/+18
* | | RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe2020-09-171-22/+45
* | | RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe2020-09-171-14/+30
* | | RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-12/+0
* | | RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe2020-09-111-1/+6
* | | RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe2020-09-091-3/+8
* | | RDMA/umem: Prevent small pages from being returned by ib_umem_find_best_pgsz()Jason Gunthorpe2020-09-091-0/+6
* | | RDMA/umem: Fix ib_umem_find_best_pgsz() for mappings that cross a page boundaryJason Gunthorpe2020-09-091-2/+7
* | | RDMA: Make counters destroy symmetricalLeon Romanovsky2020-09-091-1/+3
* | | 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