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