summaryrefslogtreecommitdiffstats
path: root/include/rdma/ib_verbs.h
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Fix a couple of obvious typos in commentsChuck Lever2023-10-041-1/+1
* RDMA: Annotate struct rdma_hw_stats with __counted_byKees Cook2023-10-021-1/+1
* IB/core: Add support for XDR link speedOr Har-Toov2023-09-261-0/+2
* RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa2023-09-201-0/+1
* RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa2023-09-201-0/+1
* RDMA Remove unused function declarationsYue Haibing2023-08-131-2/+0
* RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe2023-04-161-0/+25
* RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang2023-01-151-1/+1
* RDMA: Extend RDMA kernel verbs ABI to support flushLi Zhijian2022-12-091-1/+17
* RDMA: Extend RDMA kernel ABI to support atomic writeXiao Yang2022-12-011-0/+3
* RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe2022-11-281-0/+1
* RDMA/core: return -EOPNOSUPP for ODP unsupported deviceLi Zhijian2022-10-191-1/+1
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-0/+11
|\
| * RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe2022-07-261-0/+11
* | RDMA: Fix comment typoXin Gao2022-07-221-1/+1
|/
* RDMA/core: Fix typo in commentJulia Lawall2022-05-241-1/+1
* Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe2022-04-121-8/+0
|\
| * RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky2022-04-091-8/+0
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-061-51/+37
* | IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang2022-04-041-38/+66
* | IB/uverbs: Move enum ib_raw_packet_caps to uapiXiao Yang2022-04-041-7/+11
|/
* RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpnZhu Yanjun2022-01-071-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-241-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-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-161-6/+3
* 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
* 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-071-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
|\