summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)AuthorLines
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-04-30RDMA/core: Add an option to display driver-specific QPs in the rdmatoolChiara Meiohas-2/+5
2024-04-25fix missing vmalloc.h includesKent Overstreet-0/+1
2024-03-03RDMA/uverbs: Avoid -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-6/+8
2024-02-21RDMA/uverbs: Remove flexible arrays from struct *_filterErick Archer-18/+1
2023-12-04RDMA/core: Fix umem iterator when PAGE_SIZE is greater then HCA pgszMike Marciniszyn-1/+9
2023-10-04RDMA/core: Fix a couple of obvious typos in commentsChuck Lever-1/+1
2023-10-02RDMA: Annotate struct rdma_hw_stats with __counted_byKees Cook-1/+1
2023-09-26IB/mlx5: Expose XDR speed through MADOr Har-Toov-0/+2
2023-09-26IB/core: Add support for XDR link speedOr Har-Toov-0/+2
2023-09-20RDMA/core: Add support to dump SRQ resource in RAW formatwenglianfa-0/+1
2023-09-20RDMA/core: Add dedicated SRQ resource tracker functionwenglianfa-0/+1
2023-08-13RDMA Remove unused function declarationsYue Haibing-23/+0
2023-07-03rdma: fix INFINIBAND_USER_ACCESS dependencyArnd Bergmann-2/+4
2023-06-11RDMA/cma: Always set static rate to 0 for RoCEMark Zhang-23/+0
2023-04-16RDMA: Add ib_virt_dma_to_page()Jason Gunthorpe-0/+25
2023-02-12RDMA/umem: Remove unused 'work' member from struct ib_umemJason Gunthorpe-1/+0
2023-02-07RDMA/restrack: Correct spellingDeming Wang-2/+2
2023-01-15RDMA/mlx: Calling qp event handler in workqueue contextMark Zhang-1/+1
2023-01-10RDMA/cma: Refactor the inbound/outbound path records process flowMark Zhang-2/+1
2022-12-09RDMA: Extend RDMA kernel verbs ABI to support flushLi Zhijian-1/+20
2022-12-01RDMA: Extend RDMA kernel ABI to support atomic writeXiao Yang-0/+5
2022-11-28RDMA: Add netdevice_tracker to ib_device_set_netdev()Jason Gunthorpe-0/+1
2022-10-19RDMA/opa_vnic: fix spelling typo in commentJiangshan Yi-1/+1
2022-10-19RDMA/core: return -EOPNOSUPP for ODP unsupported deviceLi Zhijian-1/+1
2022-09-27RDMA/core: Add UVERBS_ATTR_RAW_FDJason Gunthorpe-0/+13
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang-0/+2
2022-09-22RDMA/cma: Multiple path records support with netlink channelMark Zhang-1/+8
2022-09-22RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_pathsMark Zhang-1/+6
2022-08-30IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang-1/+0
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang-6/+1
2022-08-21IB: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds-0/+11
2022-07-26RDMA/core: introduce ib_dma_pci_p2p_dma_supported()Logan Gunthorpe-0/+11
2022-07-22RDMA: Fix comment typoXin Gao-1/+1
2022-06-16RDMA/core: Add a netevent notifier to cmaPatrisious Haddad-0/+1
2022-05-24RDMA/core: Fix typo in commentJulia Lawall-1/+1
2022-04-12Merge branch 'mlx5-next' of https://git.kernel.org/pub/scm/linux/kernel/git/m...Jason Gunthorpe-8/+0
2022-04-09RDMA/core: Delete IPsec flow action logic from the coreLeon Romanovsky-8/+0
2022-04-06RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe-53/+38
2022-04-04IB/uverbs: Move part of enum ib_device_cap_flags to uapiXiao Yang-38/+66
2022-04-04IB/uverbs: Move enum ib_raw_packet_caps to uapiXiao Yang-7/+11
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-1/+1
2022-01-07RDMA/core: Calculate UDP source port based on flow label or lqpn/rqpnZhu Yanjun-0/+17
2022-01-05IB/mlx5: Expose NDR speed through MADMaher Sanalla-0/+1
2022-01-05RDMA/mad: Delete duplicated init_query_mad functionsLeon Romanovsky-1/+11
2021-11-16RDMA/netlink: Add __maybe_unused to static inline in C fileLeon Romanovsky-1/+1
2021-10-29RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang-0/+9
2021-10-28RDMA/umem: Allow pinned dmabuf umem usageGal Pressman-0/+11
2021-10-13RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg()Logan Gunthorpe-1/+6