summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
12 daysRDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
12 daysbnxt_re: Fix imm_data endiannessJack Wang2-7/+7
12 daysRDMA/rxe: Don't set BTH_ACK_MASK for UC or UD QPsHonggang LI1-3/+4
12 daysRDMA/mlx4: Fix truncated output warning in alias_GUID.cLeon Romanovsky1-1/+1
12 daysRDMA/mlx4: Fix truncated output warning in mad.cLeon Romanovsky1-1/+1
2024-07-18IB/core: Implement a limit on UMAD receive ListMichael Guralnik1-6/+15
2024-06-16RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky1-2/+6
2024-06-16RDMA/hns: Use complete parentheses in macrosChengchang Tang1-6/+6
2024-05-02RDMA/mlx5: Fix port number for counter query in multi-port configurationMichael Guralnik1-1/+2
2024-03-01RDMA/srpt: fix function pointer cast warningsArnd Bergmann1-4/+5
2024-03-01RDMA/srpt: Make debug output more detailedBart Van Assche1-4/+5
2024-03-01RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe6-23/+29
2024-03-01RDMA/srpt: Support specifying the srpt_service_guid parameterBart Van Assche1-2/+6
2024-03-01RDMA/bnxt_re: Return error for SRQ resizeKalesh AP1-3/+2
2024-03-01IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu1-1/+5
2024-03-01IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek1-1/+1
2024-02-23IB/ipoib: Fix mcast list lockingDaniel Vacek1-5/+1
2024-02-23RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang1-0/+1
2024-01-26RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2-3/+3
2023-12-13IB/isert: Fix unaligned immediate-data handlingSagi Grimberg2-56/+78
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/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-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-08-11IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2-10/+9
2023-08-11treewide: Remove uninitialized_var() usageKees Cook6-13/+13
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-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/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-03-03IB/hfi1: Assign npages earlierDean Luick1-7/+2
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