summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Add rdma_connect_locked()Jason Gunthorpe2020-10-281-10/+38
* RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman2020-10-261-3/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-10-1728-1298/+1804
|\
| * RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb2020-10-161-5/+6
| * RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-53/+22
| * Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2020-10-162-84/+16
| |\
| | * RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb2020-10-051-82/+12
| * | RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon2020-10-011-1/+195
| * | RDMA/core: Introduce new GID table query APIAvihai Horon2020-10-011-3/+63
| * | RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-014-5/+14
| * | RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2020-10-012-2/+3
| * | RDMA/core: Constify struct attribute_groupRikard Falkeborn2020-10-011-6/+6
| * | IB/core: Enable ODP sync without faultingYishai Hadas2020-10-011-10/+25
| * | IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas2020-10-011-166/+112
| * | RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe2020-09-301-6/+5
| * | RDMA/core: Remove ucontext->closingJason Gunthorpe2020-09-301-1/+0
| * | 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
| * | | 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
| |\ \ \