summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2023-01-10IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-01-10IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-01-10IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-01-10IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-01-10IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2023-01-01RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-01RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds42-346/+2393
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+5
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-9/+8
2022-12-13Merge tag 'dma-mapping-6.2-2022-12-13' of git://git.infradead.org/users/hch/d...Linus Torvalds3-36/+8
2022-12-09Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe5-17/+16
2022-12-08RDMA/mlx5: Remove not-used IB_FLOW_SPEC_IB defineZhu Yanjun1-1/+0
2022-12-07RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-07RDMA/hns: Fix error code of CMDChengchang Tang2-1/+30
2022-12-07RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-07RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2022-12-07RDMA/hns: Fix AH attr queried by query_qpChengchang Tang1-0/+2
2022-12-07RDMA/hns: Fix the gid problem caused by free mrYixing Liu2-46/+137
2022-12-07RDMA/hfi1: use sysfs_emit() to instead of scnprintf()ye xingchen1-1/+1
2022-12-04RDMA/mlx5: no need to kfree NULL pointerLi Zhijian1-4/+2
2022-12-04RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2022-12-01IB/hfi1: Switch to netif_napi_add()Yang Yang1-1/+1
2022-11-30RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usageDavid Hildenbrand1-1/+1
2022-11-30RDMA/usnic: remove FOLL_FORCE usageDavid Hildenbrand1-5/+4
2022-11-29net/mlx5: Generalize name of UMR alignment definitionTariq Toukan2-9/+8
2022-11-29RDMA/mlx4: Remove NULL check before dev_{put, hold}zhang songyi1-8/+4
2022-11-24RDMA/erdma: Notify the latest PI to FW for reflushing when necessaryCheng Xu2-9/+26
2022-11-24RDMA/erdma: Implement the lifecycle of reflushing work for each QPCheng Xu3-0/+28
2022-11-24RDMA/erdma: Add a workqueue for WRs reflushingCheng Xu2-2/+13
2022-11-24RDMA/erdma: Fix a typo in annotationCheng Xu1-1/+1
2022-11-24driver core: make struct class.devnode() take a const *Greg Kroah-Hartman1-2/+2
2022-11-22RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-11-22RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-11-22RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-11-21RDMA/qib: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig2-18/+5
2022-11-21RDMA/hfi1: don't pass bogus GFP_ flags to dma_alloc_coherentChristoph Hellwig1-18/+3
2022-11-18RDMA/hns: Fix incorrect sge nums calculationLuoyouming4-30/+110
2022-11-18RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-11-18IB/hfi1: Replace 1-element array with singletonKees Cook1-11/+11
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-3/+2
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2-4/+4
2022-11-17RDMA/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail1-10/+5
2022-11-17RDMA/irdma: Fix RQ completion opcodeMustafa Ismail5-45/+71
2022-11-17RDMA/irdma: Fix inline for multiple SGE'sMustafa Ismail3-104/+119
2022-11-14RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky1-3/+2
2022-11-11RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li10-0/+1713
2022-11-07RDMA/erdma: Implement atomic operations supportCheng Xu3-8/+52
2022-11-07RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu4-0/+11