aboutsummaryrefslogtreecommitdiff
path: root/include/rdma
AgeCommit message (Expand)AuthorFilesLines
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceGravatar Jason Gunthorpe 1-1/+2
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceGravatar Avihai Horon 1-3/+3
2020-10-01RDMA/core: Introduce new GID table query APIGravatar Avihai Horon 1-0/+3
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeGravatar Avihai Horon 1-7/+10
2020-10-01IB/core: Enable ODP sync without faultingGravatar Yishai Hadas 1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Gravatar Yishai Hadas 1-13/+8
2020-09-30RDMA/core: Remove ucontext->closingGravatar Jason Gunthorpe 1-6/+0
2020-09-22RDMA/restrack: Improve readability in task name managementGravatar Leon Romanovsky 2-45/+15
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsGravatar Leon Romanovsky 1-1/+0
2020-09-22RDMA/restrack: Count references to the verbs objectsGravatar Leon Romanovsky 1-7/+0
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextGravatar Jason Gunthorpe 1-3/+4
2020-09-18RDMA: Fix link active_speed sizeGravatar Aharon Landau 1-3/+4
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeGravatar Leon Romanovsky 1-5/+4
2020-09-17RDMA: Clean MW allocation and free flowsGravatar Leon Romanovsky 1-2/+2
2020-09-11RDMA/core: Added missing WR and WC opcodesGravatar Bob Pearson 1-7/+9
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Gravatar Jason Gunthorpe 1-2/+0
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Gravatar Jason Gunthorpe 1-3/+12
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Gravatar Jason Gunthorpe 1-0/+20
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Gravatar Jason Gunthorpe 1-24/+0
2020-09-09RDMA: Make counters destroy symmetricalGravatar Leon Romanovsky 1-1/+1
2020-09-09RDMA: Restore ability to return error for destroy WQGravatar Leon Romanovsky 1-2/+2
2020-09-09RDMA: Change XRCD destroy return valueGravatar Leon Romanovsky 1-1/+1
2020-09-09RDMA: Allow fail of destroy CQGravatar Leon Romanovsky 1-2/+4
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQGravatar Leon Romanovsky 1-56/+6
2020-09-09RDMA: Restore ability to fail on SRQ destroyGravatar Leon Romanovsky 1-3/+5
2020-09-09RDMA: Restore ability to fail on AH destroyGravatar Leon Romanovsky 1-3/+5
2020-09-09RDMA: Restore ability to fail on PD deallocateGravatar Leon Romanovsky 1-8/+5
2020-09-09RDMA/core: Change how failing destroy is handled during uobj abortGravatar Jason Gunthorpe 1-5/+0
2020-08-31RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()Gravatar Jason Gunthorpe 1-4/+5
2020-08-31RDMA/hns: Get udp sport num dynamically instead of using a fixed valueGravatar Weihang Li 1-0/+1
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Gravatar Jason Gunthorpe 1-0/+5
2020-08-18RDMA/cm: Remove unused cm_classGravatar Jason Gunthorpe 1-3/+0
2020-08-18RDMA: Remove constant domain argument from flow creation callGravatar Leon Romanovsky 1-12/+1
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 31-986/+103
2020-07-29IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEGravatar Mike Marciniszyn 1-0/+19
2020-07-29RDMA/include: Replace license text with SPDX tagsGravatar Leon Romanovsky 31-946/+59
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsGravatar Leon Romanovsky 2-0/+15
2020-07-06RDMA: Move XRCD to be under ib_core responsibilityGravatar Leon Romanovsky 1-3/+3
2020-07-06RDMA/core: Create and destroy counters in the ib_coreGravatar Leon Romanovsky 1-3/+4
2020-07-06IB/uverbs: Expose UAPI to query ucontextGravatar Yishai Hadas 1-0/+4
2020-07-06RDMA/core: Optimize XRC target lookupGravatar Maor Gottlieb 1-3/+2
2020-07-06RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domainGravatar Maor Gottlieb 1-15/+3
2020-07-06RDMA: Remove the udata parameter from alloc_mr callbackGravatar Gal Pressman 1-1/+1
2020-07-06RDMA/core: Remove ib_alloc_mr_user functionGravatar Gal Pressman 1-8/+2
2020-07-03RDMA/mlx5: Introduce ODP prefetch counterGravatar Maor Gottlieb 1-0/+1
2020-06-24RDMA/core: Delete not-used create RWQ table functionGravatar Leon Romanovsky 1-3/+0
2020-06-24RDMA: Add support to dump resource tracker in RAW formatGravatar Maor Gottlieb 1-0/+3
2020-06-23RDMA: Add dedicated CM_ID resource tracker functionGravatar Maor Gottlieb 1-2/+2
2020-06-23RDMA: Add dedicated QP resource tracker functionGravatar Maor Gottlieb 1-0/+1
2020-06-23RDMA: Add a dedicated CQ resource tracker functionGravatar Maor Gottlieb 1-0/+1