summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/srpt: fix function pointer cast warningsArnd Bergmann2024-03-011-4/+5
* RDMA/srpt: Make debug output more detailedBart Van Assche2024-03-011-4/+5
* RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe2024-03-016-23/+29
* RDMA/srpt: Support specifying the srpt_service_guid parameterBart Van Assche2024-03-011-2/+6
* RDMA/bnxt_re: Return error for SRQ resizeKalesh AP2024-03-011-3/+2
* IB/hfi1: Fix a memleak in init_credit_returnZhipeng Lu2024-03-011-1/+5
* IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorDaniel Vacek2024-03-011-1/+1
* IB/ipoib: Fix mcast list lockingDaniel Vacek2024-02-231-5/+1
* RDMA/IPoIB: Fix error code return in ipoib_mcast_joinJack Wang2024-02-231-0/+1
* RDMA/usnic: Silence uninitialized symbol smatch warningsLeon Romanovsky2024-01-252-3/+3
* IB/isert: Fix unaligned immediate-data handlingSagi Grimberg2023-12-132-56/+78
* RDMA/bnxt_re: Correct module description stringKalesh AP2023-12-131-1/+1
* RDMA/irdma: Prevent zero-length STAG registrationChristopher Bednarz2023-12-083-2/+16
* RDMA/hfi1: Use FIELD_GET() to extract Link WidthIlpo Järvinen2023-11-281-7/+2
* RDMA/hfi1: Workaround truncation compilation errorLeon Romanovsky2023-11-201-1/+1
* RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev2023-10-251-0/+3
* RDMA/mlx5: Fix NULL string errorShay Drory2023-10-101-1/+1
* RDMA/cma: Fix truncation compilation warning in make_cma_portsLeon Romanovsky2023-10-101-1/+1
* IB/mlx4: Fix the size of a buffer in add_port_entries()Christophe JAILLET2023-10-101-1/+1
* Revert "IB/isert: Fix incorrect release of isert connection"Leon Romanovsky2023-09-231-0/+2
* IB/uverbs: Fix an potential error pointer dereferenceXiang Yang2023-09-231-0/+2
* IB/hfi1: Fix possible panic during hotplug removeDouglas Miller2023-08-161-0/+1
* RDMA/mlx4: Make check for invalid flags stricterDan Carpenter2023-08-111-9/+9
* IB/hfi1: Fix sdma.h tx->num_descs off-by-one errorsPatrick Kelsey2023-08-112-10/+9
* treewide: Remove uninitialized_var() usageKees Cook2023-08-116-13/+13
* IB/isert: Fix incorrect release of isert connectionSaravanan Vajravel2023-06-211-2/+0
* IB/isert: Fix possible list corruption in CMA handlerSaravanan Vajravel2023-06-211-0/+4
* IB/isert: Fix dead lock in ib_isertSaravanan Vajravel2023-06-211-2/+8
* IB/uverbs: Fix to consider event queue closing also upon non-blocking modeYishai Hadas2023-06-211-7/+5
* RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun2023-06-211-4/+3
* RDMA/rxe: Removed unused name from rxe_task structBob Pearson2023-06-213-12/+5
* RDMA/rxe: Remove the unused variable objZhu Yanjun2023-06-213-7/+5
* RDMA/uverbs: Restrict usage of privileged QKEYsEdward Srouji2023-06-211-1/+6
* i40iw: fix build warning in i40iw_manage_apbvt()Greg Kroah-Hartman2023-06-141-3/+2
* RDMA/mlx5: Use correct device num_ports when modify DCMark Zhang2023-05-171-1/+1
* IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU orderPatrick Kelsey2023-05-171-7/+6
* RDMA/mlx4: Prevent shift wrapping in set_user_sq_size()Dan Carpenter2023-05-171-2/+6
* RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova2023-05-171-2/+0
* IB/hfi1: Assign npages earlierDean Luick2023-03-031-7/+2
* IB/hfi1: Restore allocated resources on failed copyoutDean Luick2023-02-221-2/+5
* IB/hfi1: Fix expected receive setup error exit issuesDean Luick2023-02-061-33/+50
* IB/hfi1: Reserve user expected TIDsDean Luick2023-02-061-8/+6
* IB/hfi1: Reject a zero-length user expected bufferDean Luick2023-02-061-0/+2
* RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)2023-01-241-3/+5
* RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb2023-01-181-14/+35
* IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea2023-01-181-0/+7
* RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen2023-01-181-0/+6
* RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu2023-01-181-3/+3
* RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang2023-01-181-0/+2
* RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang2023-01-181-1/+1