summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
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
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
2023-01-24RDMA/srp: Move large values to a new enum for gcc13Jiri Slaby (SUSE)1-3/+5
2023-01-18RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-18IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2023-01-18RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2023-01-18RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2023-01-18RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2023-01-18RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-10-26RDMA/rxe: Fix the error caused by qp->skZhu Yanjun1-2/+4
2022-10-26RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun1-1/+3
2022-09-15RDMA/mlx5: Set local port to one when accessing countersChris Mi1-0/+6
2022-08-25RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-25RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-07-07RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2-1/+4
2022-06-14RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang1-1/+1
2022-06-14RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro1-1/+1
2022-06-14RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller1-5/+7
2022-06-14RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2022-03-02RDMA/ib_srp: Fix a deadlockBart Van Assche1-2/+4
2022-02-08RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2022-01-27RDMA/rxe: Fix a typo in opcode nameChengguang Xu1-1/+1
2022-01-27RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu1-1/+1
2022-01-27RDMA/cxgb4: Set queue pair state when being queriedKamal Heib1-0/+1
2022-01-27RDMA/core: Let ib_find_gid() continue search even after empty entryAvihai Horon1-1/+2
2022-01-27RDMA/hns: Validate the pkey indexKamal Heib1-0/+3
2022-01-11RDMA/core: Don't infoleak GRH fieldsLeon Romanovsky1-1/+1
2021-12-29IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito1-1/+1
2021-12-14IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-11-26RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-11-26RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-11-26RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-11-26RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad1-6/+9
2021-11-06IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn1-10/+23
2021-11-06IB/qib: Use struct_size() helperGustavo A. R. Silva1-2/+3
2021-11-02RDMA/mlx5: Set user priority for DCTPatrisious Haddad1-0/+2
2021-09-22RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky1-7/+12
2021-09-03IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li1-5/+4
2021-07-20RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
2021-07-20RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-07-20RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1