summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2023-12-13RDMA/bnxt_re: Correct module description stringKalesh AP1-1/+1
2023-12-08RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz3-2/+16
2023-11-28RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen1-7/+2
2023-11-20RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky1-1/+1
2023-10-25RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev1-0/+3
2023-10-10RDMA/mlx5: Fix NULL string errorShay Drory1-1/+1
2023-10-10RDMA/siw: Fix connection failure handlingBernard Metzler1-4/+12
2023-10-10RDMA/uverbs: Fix typo of sizeof argumentKonstantin Meskhidze1-1/+1
2023-10-10RDMA/cma: Fix truncation compilation warning in make_cma_portsLeon Romanovsky1-1/+1
2023-10-10IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET1-1/+1
2023-10-10RDMA/core: Require admin capabilities to set system parametersLeon Romanovsky1-0/+1
2023-09-23RDMA/siw: Correct wrong debug messageGuoqing Jiang1-1/+1
2023-09-23RDMA/siw: Balance the reference of cep->kref in the error pathGuoqing Jiang1-1/+0
2023-09-23Revert "IB/isert: Fix incorrect release of isert connection"Leon Romanovsky1-0/+2
2023-09-23IB/uverbs: Fix an potential error pointer dereferenceXiang Yang1-0/+2
2023-08-16IB/hfi1: Fix possible panic during hotplug removeDouglas Miller1-0/+1
2023-08-11RDMA/mlx4: Make check for invalid flags stricterDan Carpenter1-9/+9
2023-07-27IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-07-27RDMA/bnxt_re: Fix to remove an unnecessary logKalesh AP1-4/+1
2023-06-21IB/isert: Fix incorrect release of isert connectionSaravanan Vajravel1-2/+0
2023-06-21IB/isert: Fix possible list corruption in CMA handlerSaravanan Vajravel1-0/+4
2023-06-21IB/isert: Fix dead lock in ib_isertSaravanan Vajravel1-2/+8
2023-06-21IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas1-7/+5
2023-06-21RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun1-4/+3
2023-06-21RDMA/rxe: Removed unused name from rxe_task structBob Pearson3-12/+5
2023-06-21RDMA/rxe: Remove the unused variable objZhu Yanjun3-7/+5
2023-06-21RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji1-1/+6
2023-06-14i40iw: fix build warning in i40iw_manage_apbvt()Greg Kroah-Hartman1-3/+2
2023-06-09RDMA/bnxt_re: Remove the qp from list only if the qp destroy succeedsSelvin Xavier1-11/+11
2023-06-09RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing1-2/+0
2023-06-09treewide: Remove uninitialized_var() usageKees Cook7-16/+16
2023-06-09RDMA/bnxt_re: Fix return value of bnxt_re_process_raw_qp_pkt_rxKalesh AP1-3/+1
2023-06-09RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma3-217/+428
2023-06-09RDMA/bnxt_re: Enable SRIOV VF support on Broadcom's 57500 adapter seriesDevesh Sharma3-57/+82
2023-06-09RDMA/efa: Fix unsupported page sizes in deviceYonatan Nachum1-1/+1
2023-05-30RDMA/core: Fix multiple -Warray-bounds warningsGustavo A. R. Silva1-9/+14
2023-05-17RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang1-1/+1
2023-05-17IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey1-7/+6
2023-05-17RDMA/siw: Remove namespace check from siw_netdev_event()Tetsuo Handa1-3/+0
2023-05-17RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter1-2/+6
2023-05-17RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova1-2/+0
2023-05-17RDMA/siw: Fix potential page_array out of range accessDaniil Dulov1-1/+1
2023-04-20RDMA/core: Fix GID entry ref leak when create_ah failsSaravanan Vajravel1-0/+2
2023-03-03IB/hfi1: Assign npages earlierDean Luick1-7/+2
2023-02-22RDMA/usnic: use iommu_map_atomic() under spin_lock()Yang Yingliang1-4/+4
2023-02-22IB/IPoIB: Fix legacy IPoIB due to wrong number of queuesDragos Tatulea1-0/+8
2023-02-22IB/hfi1: Restore allocated resources on failed copyoutDean Luick1-2/+5
2023-02-06IB/hfi1: Fix expected receive setup error exit issuesDean Luick1-33/+50
2023-02-06IB/hfi1: Reserve user expected TIDsDean Luick1-8/+6
2023-02-06IB/hfi1: Reject a zero-length user expected bufferDean Luick1-0/+2