aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-16RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter1-4/+0
2021-02-05RDMA/core: Introduce and use API to read port immutable dataParav Pandit1-0/+3
2021-01-20RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong1-1/+5
2021-01-20RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong1-3/+45
2021-01-18RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad1-1/+2
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-109/+189
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-0/+10
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-0/+11
2020-12-07RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2-3/+9
2020-12-07RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe1-1/+5
2020-11-27RDMA/restrack: Support all QP typesLeon Romanovsky1-2/+8
2020-11-27RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky1-0/+24
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski2-0/+2
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-23/+50
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-12/+2
2020-11-16RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe1-0/+42
2020-11-12RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig1-0/+13
2020-11-12RDMA/core: Remove ib_dma_{alloc,free}_coherentChristoph Hellwig1-29/+0
2020-11-12RDMA/core: Make FD destroy callback voidLeon Romanovsky1-2/+2
2020-11-12RDMA/core: Postpone uobject cleanup on failure till FD closeLeon Romanovsky1-42/+2
2020-10-28IB/verbs: avoid nested container_of()Arnd Bergmann1-6/+9
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-12/+2
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-0/+2
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe1-1/+0
2020-10-26RDMA: Check attr_mask during modify_qpJason Gunthorpe1-0/+2
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-1/+2
2020-10-01RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-3/+3
2020-10-01RDMA/core: Introduce new GID table query APIAvihai Horon1-0/+3
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon1-7/+10
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-1/+1
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-13/+8
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-6/+0
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky2-45/+15
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky1-1/+0
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky1-7/+0
2020-09-18Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe1-3/+4
2020-09-18RDMA: Fix link active_speed sizeAharon Landau1-3/+4
2020-09-17RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky1-5/+4
2020-09-17RDMA: Clean MW allocation and free flowsLeon Romanovsky1-2/+2
2020-09-11RDMA/core: Added missing WR and WC opcodesBob Pearson1-7/+9
2020-09-11RDMA/mlx4: Use ib_umem_num_dma_blocks()Jason Gunthorpe1-2/+0
2020-09-11RDMA/umem: Split ib_umem_num_pages() into ib_umem_num_dma_blocks()Jason Gunthorpe1-3/+12
2020-09-09RDMA/umem: Add rdma_umem_for_each_dma_block()Jason Gunthorpe1-0/+20
2020-09-09RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz()Jason Gunthorpe1-24/+0
2020-09-09RDMA: Make counters destroy symmetricalLeon Romanovsky1-1/+1
2020-09-09RDMA: Restore ability to return error for destroy WQLeon Romanovsky1-2/+2
2020-09-09RDMA: Change XRCD destroy return valueLeon Romanovsky1-1/+1
2020-09-09RDMA: Allow fail of destroy CQLeon Romanovsky1-2/+4
2020-09-09RDMA/core: Delete function indirection for alloc/free kernel CQLeon Romanovsky1-56/+6
2020-09-09RDMA: Restore ability to fail on SRQ destroyLeon Romanovsky1-3/+5