summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpnZhu Yanjun2022-01-081-0/+17
* RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2021-10-291-0/+9
* 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/counter: Add optional counter supportAharon Landau2021-10-121-0/+13
* 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-301-0/+28
|\
| * RDMA: Use the sg_table directly and remove the opencoded version from umemMaor Gottlieb2021-08-251-0/+28
* | 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
|/
* IB/core: Shuffle locks in ib_port_data to save memoryAnand Khoje2021-06-221-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-171-23/+7
* RDMA: Change ops->init_port to ops->port_groupsJason Gunthorpe2021-06-171-6/+3
* RDMA/core: Create the device hw_counters through the normal groups mechanismJason Gunthorpe2021-06-171-4/+5
* RDMA/core: Split port and device counter sysfs attributesJason Gunthorpe2021-06-171-2/+2
* RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointerJason Gunthorpe2021-06-171-1/+2
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-171-6/+7
* 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-221-0/+5
* IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn2021-04-081-0/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-82/+95
* RDMA/core: Remove unused req_ncomp_notif device operationGal Pressman2021-03-111-15/+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
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-101/+97
|\
| * 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-071-3/+4
| * 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: remove use of dma_virt_opsChristoph Hellwig2020-11-171-23/+50
| * 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: Postpone uobject cleanup on failure till FD closeLeon Romanovsky2020-11-121-42/+2
| * RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-0/+2
| * RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe2020-10-261-1/+0
| * RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+2
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+1
|/
* RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe2020-10-161-1/+2
* RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon2020-10-021-3/+3
* RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon2020-10-021-7/+10
* RDMA/core: Remove ucontext->closingJason Gunthorpe2020-09-301-6/+0
* Merge branch 'mlx5_active_speed' into rdma.git for-nextJason Gunthorpe2020-09-181-3/+4
|\
| * RDMA: Fix link active_speed sizeAharon Landau2020-09-181-3/+4
* | RDMA: Convert RWQ table logic to ib_core allocation schemeLeon Romanovsky2020-09-171-5/+4
* | RDMA: Clean MW allocation and free flowsLeon Romanovsky2020-09-171-2/+2
* | RDMA/core: Added missing WR and WC opcodesBob Pearson2020-09-111-7/+9