summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2022-11-15RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler1-2/+2
2022-11-15RDMA/nldev: Return "-EAGAIN" if the cm_id isn't from expected portMark Zhang1-1/+1
2022-11-15RDMA/core: Make sure "ib_port" is valid when access sysfs nodeMark Zhang1-6/+11
2022-11-15RDMA/restrack: Release MR restrack when deleteMark Zhang1-2/+0
2022-11-14RDMA/mana: Remove redefinition of basic u64 typeLeon Romanovsky1-3/+2
2022-11-11RDMA/mana_ib: Add a driver for Microsoft Azure Network AdapterLong Li11-0/+1714
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.cBob Pearson1-3/+3
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_icrc.cBob Pearson1-2/+2
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.cBob Pearson1-2/+2
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.cBob Pearson1-3/+4
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.cBob Pearson4-21/+47
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.cBob Pearson1-1/+1
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_srq.cBob Pearson1-10/+10
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_resp.cBob Pearson1-10/+7
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_req.cBob Pearson1-5/+5
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_qp.cBob Pearson1-35/+30
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_net.cBob Pearson1-17/+21
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.cBob Pearson1-10/+10
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.cBob Pearson2-23/+20
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_cq.cBob Pearson1-4/+4
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_comp.cBob Pearson1-7/+5
2022-11-10RDMA/rxe: Add ibdev_dbg macros for rxeBob Pearson1-0/+19
2022-11-10IB/mad: Don't call to function that might sleep while in atomic contextLeonid Ravich1-5/+0
2022-11-09RDMA/rxe: Implement packet length validation on responderDaisuke Matsuda1-7/+27
2022-11-09driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman1-2/+2
2022-11-09RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2-6/+58
2022-11-07RDMA/erdma: Implement atomic operations supportCheng Xu3-8/+52
2022-11-07RDMA/erdma: Report atomic capacity when hardware supports atomic featureCheng Xu4-0/+11
2022-11-07RDMA/erdma: Extend access right field of FRMR and REG MR to support atomicCheng Xu4-13/+11
2022-11-07RDMA/irdma: Report the correct link speedShiraz Saleem1-32/+3
2022-11-06RDMA/mlx5: Change debug log level for remote access error syndromesArumugam Kolappan2-12/+19
2022-10-28RDMA/rxe: cleanup some error handling in rxe_verbs.cYunsheng Lin1-57/+23
2022-10-28RDMA/rxe: Remove the duplicate assignment of mr->map_shiftXiao Yang1-1/+0
2022-10-28RDMA/rxe: Make sure requested access is a subset of {mr,mw}->accessLi Zhijian2-3/+2
2022-10-28RDMA/rxe: Rename task->state_lock to task->lockBob Pearson2-10/+10
2022-10-28RDMA/rxe: Make rxe_do_task staticBob Pearson2-11/+3
2022-10-28RDMA/rxe: Split rxe_run_task() into two subroutinesBob Pearson8-34/+44
2022-10-28RDMA/rxe: Removed unused name from rxe_task structBob Pearson3-12/+5
2022-10-28RDMA/rxe: Remove init of task locks from rxe_qp.cBob Pearson1-4/+0
2022-10-28RDMA/rxe: Remove redundant header filesBob Pearson1-4/+0
2022-10-28RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-10-28RDMA/core: Fix null-ptr-deref in ib_core_cleanup()Chen Zhongjin2-2/+10
2022-10-27RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
2022-10-25RDMA/rxe: Fix mr leak in RESPST_ERR_RNRLi Zhijian1-1/+3
2022-10-25RDMA/rxe: Remove unnecessary mr testingLi Zhijian1-2/+1
2022-10-25RDMA/rxe: Handle remote errors in the midst of a Read reply sequenceDaisuke Matsuda1-0/+8
2022-10-25RDMA/rxe: Make responder handle RDMA Read failuresDaisuke Matsuda1-2/+6
2022-10-24RDMA/hns: Fix NULL pointer problem in free_mr_init()Yixing Liu1-0/+4
2022-10-24RDMA/hns: Disable local invalidate operationYangyang Li2-13/+0
2022-10-24RDMA/rxe: Remove the member 'type' of struct rxe_mryangx.jy@fujitsu.com2-9/+8