summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2023-05-11RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang1-1/+1
2023-05-11RDMA/mlx5: Fix flow counter query via DEVXMark Bloch1-5/+26
2023-05-11RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMRAvihai Horon1-2/+4
2023-05-11IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requestsPatrick Kelsey11-304/+423
2023-05-11IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-11RDMA/erdma: Use fixed hardware page sizeCheng Xu2-8/+13
2023-05-11RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-05-11IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_initKang Chen1-1/+4
2023-04-20RDMA/erdma: Defer probing if netdevice can not be foundCheng Xu1-1/+1
2023-04-20RDMA/erdma: Inline mtt entries into WQE if supportedCheng Xu1-1/+1
2023-04-20RDMA/erdma: Update default EQ depth to 4096 and max_send_wr to 8192Cheng Xu2-2/+2
2023-04-20IB/mlx5: Add support for 400G_8X lane speedMaher Sanalla1-0/+4
2023-04-20RDMA/irdma: Add ipv4 check to irdma_find_listener()Tatyana Nikolova1-6/+10
2023-04-20RDMA/irdma: Increase iWARP CM default rexmit countMustafa Ismail1-1/+1
2023-04-20RDMA/irdma: Fix memory leak of PBLE objectsMustafa Ismail1-0/+3
2023-04-20RDMA/irdma: Do not generate SW completions for NOPsMustafa Ismail1-1/+4
2023-03-11IB/hfi1: Update RMT size calculationDean Luick1-27/+32
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-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/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
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-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/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/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
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/irdma: Do not request 2-level PBLEs for CQ allocMustafa Ismail1-10/+5
2022-12-31RDMA/irdma: Fix RQ completion opcodeMustafa Ismail5-45/+71