summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-11-10RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-11-10IB/hfi1: Correctly move list in sc_disable()Dean Luick1-2/+1
2022-11-10RDMA/cma: Use output interface for net_dev checkHåkon Bugge1-1/+1
2022-10-26RDMA/siw: Always consume all skbuf data in sk_data_ready() upcall.Bernard Metzler1-12/+15
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-09-15RDMA/siw: Pass a pointer to virt_to_page()Linus Walleij1-4/+14
2022-09-15RDMA/hns: Fix supported page sizeChengchang Tang1-1/+1
2022-09-15RDMA/cma: Fix arguments order in net device validationMichael Guralnik1-2/+2
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-08-25RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY eventCheng Xu1-3/+4
2022-08-25RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
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-06-14IB/rdmavt: add missing locks in rvt_ruc_loopbackNiels Dossche1-1/+5
2022-05-12RDMA/siw: Fix a condition race issue in MPA request processingCheng Xu1-3/+4
2022-04-15IB/rdmavt: add lock to call to rvt_error_qp to prevent a race conditionNiels Dossche1-1/+5
2022-04-15RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu1-1/+3
2022-04-15IB/cma: Allow XRC INI QPs to set their local ACK timeoutHåkon Bugge1-1/+1
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-02-08RDMA/siw: Fix broken RDMA Read Fence/Resume logic.Bernard Metzler2-15/+12
2022-02-08IB/rdmavt: Validate remote_addr during loopback atomic testsMike Marciniszyn1-0/+2
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/cma: Let cma_resolve_ib_dev() continue search even after empty entryAvihai Horon1-3/+9
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/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang1-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/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-11-17RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-11-17RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-11-17RDMA/rxe: Fix wrong port_cap_flagsJunji Wei1-1/+1
2021-11-17RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad1-6/+9
2021-11-02RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang1-2/+3
2021-11-02RDMA/mlx5: Set user priority for DCTPatrisious Haddad1-0/+2
2021-11-02IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn1-3/+6
2021-11-02IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn1-10/+23
2021-09-22RDMA/efa: Remove double QP type assignmentLeon Romanovsky1-1/+0
2021-09-22RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky1-7/+12