summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-26RDMA/core: Don't access cm_id after its destructionShay Drory1-1/+3
2021-05-26RDMA/mlx5: Recover from fatal event in dual port modeMaor Gottlieb1-0/+1
2021-05-26RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-05-26RDMA/siw: Release xarray entryLeon Romanovsky1-1/+1
2021-05-26RDMA/siw: Properly check send and receive CQ pointersLeon Romanovsky1-6/+3
2021-05-14RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_resLv Yunlong1-0/+1
2021-05-14RDMA/siw: Fix a use after free in siw_alloc_mrLv Yunlong1-2/+2
2021-05-14RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one failsSindhu Devale1-4/+2
2021-05-14RDMA/cxgb4: add missing qpid incrementPotnuri Bharat Teja1-1/+1
2021-05-14RDMA/srpt: Fix error return code in srpt_cm_req_recv()Wang Wensheng1-0/+1
2021-05-14IB/hfi1: Fix error return code in parse_platform_config()Wang Wensheng1-0/+1
2021-05-14RDMA/qedr: Fix error return code in qedr_iw_connect()Wang Wensheng1-1/+3
2021-04-14RDMA/addr: Be strict with gid sizeLeon Romanovsky1-1/+3
2021-04-14RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja1-1/+2
2021-03-30RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja1-2/+2
2021-03-09IB/mlx5: Add missing error codeYueHaibing1-1/+3
2021-03-09RDMA/rxe: Fix missing kconfig dependency on CRYPTOJulian Braha1-0/+1
2021-03-04RDMA/hns: Fixes missing error code of CMDQLang Cheng1-4/+3
2021-03-04RDMA/hns: Fix type of sq_signal_bitsWeihang Li1-1/+1
2021-03-04RDMA/siw: Fix calculation of tx_valid_cpus sizeKamal Heib1-1/+1
2021-03-04RDMA/hns: Fixed wrong judgments in the goto branchWenpeng Liang1-2/+1
2021-03-04RDMA/rxe: Correct skb on loopback pathBob Pearson1-0/+5
2021-03-04RDMA/rxe: Fix coding error in rxe_rcv_mcast_pktBob Pearson1-6/+10
2021-03-04RDMA/rxe: Fix coding error in rxe_recv.cBob Pearson1-3/+8
2021-03-04IB/cm: Avoid a loop when device has 255 portsParav Pandit1-4/+4
2021-03-04IB/mlx5: Return appropriate error code instead of ENOMEMParav Pandit1-2/+1
2021-03-04IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory1-0/+10
2021-03-04IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2021-03-04RDMA/mlx5: Use the correct obj_id upon DEVX TIR creationYishai Hadas1-1/+3
2021-03-04RDMA/siw: Fix handling of zero-sized Read and Receive Queues.Bernard Metzler5-146/+177
2021-02-03RDMA/cxgb4: Fix the reported max_recv_sge valueKamal Heib1-1/+1
2021-01-19IB/mlx5: Fix error unwinding when set_has_smi_cap failsParav Pandit1-1/+1
2021-01-19RDMA/mlx5: Fix wrong free of blue flame register on errorMark Bloch1-1/+1
2021-01-19RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grpDinghao Liu1-0/+3
2021-01-19RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky1-0/+1
2021-01-19RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()Tom Rix1-1/+1
2020-12-30RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky1-3/+4