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-20RDMA/erdma: Fix some typosCheng Xu3-3/+3
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-10RDMA/mana_ib: Fix a bug when the PF indicates more entries for registering me...Long Li1-10/+12
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-02-06RDMA/mana_ib: Prevent array underflow in mana_ib_create_qp_raw()Dan Carpenter1-1/+1
2023-01-31IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-01-30RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-01-29RDMA/irdma: Fix potential NULL-ptr-dereferenceNikita Zhandarovich1-0/+3
2023-01-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
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-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+5
2022-12-14Merge 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-08RDMA/hns: Fix XRC caps on HIP08Chengchang Tang1-2/+3
2022-12-08RDMA/hns: Fix error code of CMDChengchang Tang2-1/+30
2022-12-08RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2022-12-08RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2