summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
* RDMA/sa_query: Use strscpy_pad instead of memcpy to copy a stringMark Zhang2021-11-021-2/+3
* RDMA/mlx5: Set user priority for DCTPatrisious Haddad2021-11-021-0/+2
* IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn2021-11-021-3/+6
* IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn2021-11-021-10/+23
* RDMA/efa: Remove double QP type assignmentLeon Romanovsky2021-09-221-1/+0
* RDMA/iwcm: Release resources if iw_cm module initialization failsLeon Romanovsky2021-09-221-7/+12
* IB/hfi1: Adjust pkey entry in index 0Mike Marciniszyn2021-09-221-6/+1
* RDMA/efa: Free IRQ vectors on error flowGal Pressman2021-09-031-0/+1
* IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()Tuo Li2021-09-031-5/+4
* RDMA/bnxt_re: Add missing spin lock initializationNaresh Kumar PBS2021-09-031-0/+1
* RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch2021-07-191-1/+2
* RDMA/rxe: Don't overwrite errno from ib_umem_get()Xiao Yang2021-07-191-1/+1
* RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong2021-07-191-0/+1
* RDMA/mlx5: Don't access NULL-cleared mpi pointerLeon Romanovsky2021-07-141-1/+1
* RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2021-07-142-3/+0
* RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky2021-07-141-2/+2
* RDMA/rxe: Fix failure during driver loadKamal Heib2021-07-141-3/+7
* RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky2021-07-143-13/+23
* RDMA/mlx5: Block FDB rules when not in switchdev modeMark Bloch2021-07-071-0/+8
* IB/mlx5: Fix initializing CQ fragments bufferAlaa Hleihel2021-06-161-5/+4
* RDMA/mlx4: Do not map the core_clock page to user space unless enabledShay Drory2021-06-161-4/+1
* RDMA/ipoib: Fix warning caused by destroying non-initial netnsKamal Heib2021-06-161-0/+1
* RDMA/uverbs: Fix a NULL vs IS_ERR() bugDan Carpenter2021-05-261-2/+2
* RDMA/core: Don't access cm_id after its destructionShay Drory2021-05-261-1/+3
* RDMA/mlx5: Recover from fatal event in dual port modeMaor Gottlieb2021-05-261-0/+1
* RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky2021-05-261-0/+7
* RDMA/siw: Release xarray entryLeon Romanovsky2021-05-261-1/+1
* RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky2021-05-261-6/+3
* RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong2021-05-141-0/+1
* RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong2021-05-141-2/+2
* RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one failsSindhu Devale2021-05-141-4/+2
* RDMA/cxgb4: add missing qpid incrementPotnuri Bharat Teja2021-05-141-1/+1
* RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng2021-05-141-0/+1
* IB/hfi1: Fix error return code in parse_platform_config()Wang Wensheng2021-05-141-0/+1
* RDMA/qedr: Fix error return code in qedr_iw_connect()Wang Wensheng2021-05-141-1/+3
* RDMA/addr: Be strict with gid sizeLeon Romanovsky2021-04-141-1/+3
* RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja2021-04-141-1/+2
* RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja2021-03-301-2/+2
* IB/mlx5: Add missing error codeYueHaibing2021-03-091-1/+3
* RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha2021-03-091-0/+1
* RDMA/hns: Fixes missing error code of CMDQLang Cheng2021-03-041-4/+3
* RDMA/hns: Fix type of sq_signal_bitsWeihang Li2021-03-041-1/+1
* RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib2021-03-041-1/+1
* RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang2021-03-041-2/+1
* RDMA/rxe: Correct skb on loopback pathBob Pearson2021-03-041-0/+5
* RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson2021-03-041-6/+10
* RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson2021-03-041-3/+8
* IB/cm: Avoid a loop when device has 255 portsParav Pandit2021-03-041-4/+4
* IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit2021-03-041-2/+1
* IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory2021-03-041-0/+10