summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-22IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn1-6/+1
2021-09-03RDMA/efa: Free IRQ vectors on error flowGal Pressman1-0/+1
2021-09-03IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li1-5/+4
2021-09-03RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS1-0/+1
2021-07-19RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
2021-07-19RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang1-1/+1
2021-07-19RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1
2021-07-14RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky1-1/+1
2021-07-14RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-07-14RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-07-14RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-07-14RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky3-13/+23
2021-07-07RDMA/mlx5: Block FDB rules when not in switchdev modeMark Bloch1-0/+8
2021-06-16IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel1-5/+4
2021-06-16RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory1-4/+1
2021-06-16RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib1-0/+1
2021-05-26RDMA/uverbs: Fix a NULL vs IS_ERR() bugDan Carpenter1-2/+2