summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sg_nents' into rdma.git for-nextJason Gunthorpe2021-08-302-6/+33
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-242-7/+33
| * lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb2021-08-241-0/+1
* | RDMA/core/sa_query: Remove unused functionHåkon Bugge2021-08-191-24/+0
* | RDMA/core: Reorganize create QP low-level functionsLeon Romanovsky2021-08-031-4/+12
* | RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-5/+25
* | RDMA/rdmavt: Decouple QP and SGE lists allocationsLeon Romanovsky2021-08-031-1/+1
|/
* IB/core: Shuffle locks in ib_port_data to save memoryAnand Khoje2021-06-211-1/+3
* RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPsAvihai Horon2021-06-211-0/+8
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-23/+7
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-162-10/+3
* RDMA/core: Expose the ib port sysfs attribute machineryJason Gunthorpe2021-06-161-0/+41
* RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe2021-06-161-4/+5
* RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe2021-06-161-2/+2
* RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe2021-06-161-1/+2
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-6/+7
* IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang2021-06-021-14/+13
* IB/hfi1: Move a function from a header file into a .c fileBart Van Assche2021-05-281-5/+0
* RDMA: Remove unnecessary struct declarationWan Jiabing2021-05-111-1/+0
* RDMA/core: Remove never used ib_modify_wq function callLeon Romanovsky2021-05-111-2/+0
* RDMA/restrack: Add support to get resource tracking for SRQNeta Ostrovsky2021-04-222-0/+9
* Merge branch 'mlx5_memic_ops' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jason Gunthorpe2021-04-131-1/+1
|\
| * RDMA/uverbs: Make UVERBS_OBJECT_METHODS to consider line numberMaor Gottlieb2021-04-131-1/+1
* | IB/cma: Introduce rdma_set_min_rnr_timer()Håkon Bugge2021-04-121-0/+2
* | IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn2021-04-071-0/+2
* | RDMA/uverbs: Fix -Wunused-function warningYueHaibing2021-04-011-3/+4
* | RDMA: Fix a typoBhaskar Chowdhury2021-03-261-1/+1
* | RDMA: Support more than 255 rdma portsMark Bloch2021-03-268-121/+135
* | RDMA/include: Mundane typo fixes throughout the fileBhaskar Chowdhury2021-03-221-4/+4
* | IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas2021-03-111-13/+67
* | RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman2021-03-111-15/+0
* | RDMA/iwcm: Allow AFONLY binding for IPv6 addressesBernard Metzler2021-03-101-0/+1
|/
* RDMA/ipoib: Remove racy Subnet Manager sendonly join checksChristoph Lameter2021-02-161-4/+0
* RDMA/core: Introduce and use API to read port immutable dataParav Pandit2021-02-051-0/+3
* RDMA/core: Add device method for registering dma-buf based memory regionJianxin Xiong2021-01-201-1/+5
* RDMA/umem: Support importing dma-buf as user memory regionJianxin Xiong2021-01-201-3/+45
* RDMA/nldev: Return an error message on failure to turn auto modePatrisious Haddad2021-01-181-1/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-165-109/+189
|\
| * RDMA/uverbs: Fix incorrect variable typeAvihai Horon2020-12-101-0/+10
| * IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-071-0/+11
| * RDMA/uverbs: Allow drivers to create a new HW object during rereg_mrJason Gunthorpe2020-12-072-3/+9
| * RDMA/uverbs: Check ODP in ib_check_mr_access() as wellJason Gunthorpe2020-12-071-1/+5
| * RDMA/restrack: Support all QP typesLeon Romanovsky2020-11-271-2/+8
| * RDMA/core: Allow drivers to disable restrack DBLeon Romanovsky2020-11-271-0/+24
| * RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-23/+50
| * Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-12/+2
| |\
| * | RDMA/mlx5: Use ib_umem_find_best_pgoff() for SRQJason Gunthorpe2020-11-161-0/+42
| * | RDMA: Lift ibdev_to_node from rds to common codeChristoph Hellwig2020-11-121-0/+13
| * | RDMA/core: Remove ib_dma_{alloc,free}_coherentChristoph Hellwig2020-11-121-29/+0
| * | RDMA/core: Make FD destroy callback voidLeon Romanovsky2020-11-121-2/+2