summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-03-11IB/hfi1: Update RMT size calculationDean Luick1-27/+32
2023-03-10RDMA/siw: Fix user page pinning accountingBernard Metzler1-11/+12
2023-03-10IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-03-10IB/hfi1: Fix math bugs in hfi1_can_pin_pages()Patrick Kelsey1-21/+40
2023-03-10RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson2-52/+76
2023-03-10RDMA/rxe: cleanup some error handling in rxe_verbs.cYunsheng Lin1-57/+23
2023-03-10iw_cxgb4: Fix potential NULL dereference in c4iw_fill_res_cm_id_entry()Dan Carpenter1-1/+1
2023-03-10RDMA/irdma: Cap MSIX used to online CPUs + 1Mustafa Ismail1-0/+2
2023-03-10RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich1-0/+3
2023-03-10RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich1-0/+4
2023-03-10RDMA/hns: Fix refcount leak in hns_roce_mmapMiaoqian Lin1-2/+3
2023-03-10RDMA/erdma: Fix refcount leak in erdma_mmapMiaoqian Lin1-1/+3
2023-03-03IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-02-14RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-02-14RDMA/irdma: Fix potential NULL-ptr-dereferenceNikita Zhandarovich1-0/+3
2023-02-14IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-02-14IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2023-02-09READ is "data destination", not source...Al Viro1-1/+1
2023-02-01IB/hfi1: Remove user expected buffer invalidate raceDean Luick2-5/+55
2023-02-01IB/hfi1: Immediately remove invalid memory from hardwareDean Luick2-14/+30
2023-02-01IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-02-01IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-02-01IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2
2023-02-01RDMA/core: Fix ib block iterator counter overflowYonatan Nachum1-2/+5
2023-02-01RDMA/rxe: Prevent faulty rkey generationDaisuke Matsuda1-5/+5
2023-02-01RDMA/rxe: Fix inaccurate constants in rxe_type_infoDaisuke Matsuda1-11/+11
2023-01-24RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2023-01-12RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-12RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for deviceShay Drory1-3/+3
2022-12-31RDMA/siw: Fix pointer cast warningArnd Bergmann1-1/+1
2022-12-31IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2022-12-31RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-31RDMA/hns: Fix error code of CMDChengchang Tang2-1/+30
2022-12-31RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-31RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2022-12-31RDMA/hns: Fix AH attr queried by query_qpChengchang Tang1-0/+2
2022-12-31RDMA/hns: Fix the gid problem caused by free mrYixing Liu2-46/+137
2022-12-31RDMA/srp: Fix error return code in srp_parse_options()Wang Yufen1-14/+82
2022-12-31RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2022-12-31RDMA: Disable IB HW for UMLRandy Dunlap1-0/+2
2022-12-31RDMA/nldev: Fix failure to send large messagesMark Zhang1-1/+1
2022-12-31RDMA/nldev: Add checks for nla_nest_start() in fill_stat_counter_qps()Yuan Can1-0/+2
2022-12-31RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2022-12-31RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2022-12-31RDMA/irdma: Initialize net_type before checking itMustafa Ismail1-0/+1
2022-12-31RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2022-12-31RDMA/hns: Fix incorrect sge nums calculationLuoyouming4-30/+110
2022-12-31RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2022-12-31RDMA/rxe: Fix mr->map double freeLi Zhijian1-7/+2