summaryrefslogtreecommitdiffstats
path: root/include/rdma
Commit message (Expand)AuthorAgeFilesLines
* uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-1/+1
* RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpnZhu Yanjun2022-01-071-0/+17
* IB/mlx5: Expose NDR speed through MADMaher Sanalla2022-01-051-0/+1
* RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky2022-01-051-1/+11
* RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky2021-11-161-1/+1
* RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2021-10-291-0/+9
* RDMA/umem: Allow pinned dmabuf umem usageGal Pressman2021-10-281-0/+11
* RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()Logan Gunthorpe2021-10-131-1/+6
* RDMA/mlx5: Add modify_op_stat() supportAharon Landau2021-10-121-0/+2
* RDMA/mlx5: Add steering support in optional flow countersAharon Landau2021-10-121-0/+1
* RDMA/counter: Add optional counter supportAharon Landau2021-10-122-0/+15
* RDMA/counter: Add an is_disabled field in struct rdma_hw_statsAharon Landau2021-10-121-0/+3
* RDMA/core: Add a helper API rdma_free_hw_stats_structMark Zhang2021-10-121-23/+4
* RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-121-6/+15
* 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