summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Ravich2-14/+4
2022-11-09RDMA/rxe: Implement packet length validation on responderDaisuke Matsuda1-7/+27
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-27RDMA/core: Fix order of nldev_exit callLeon Romanovsky1-1/+1
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/rxe: Remove the member 'type' of struct rxe_mryangx.jy@fujitsu.com2-9/+8
2022-10-24RDMA/qedr: fix repeated words in commentswangjianli1-1/+1
2022-10-24RDMA/core: fix repeated words in commentswangjianli1-1/+1
2022-10-24RDMA/qib: fix repeated words in commentswangjianli1-1/+1
2022-10-24RDMA/qib: Remove not-used variable freeze_cntColin Ian King1-5/+2
2022-10-24RDMA/qib: Remove not-used variable nColin Ian King1-4/+1
2022-10-19IB/iser: open code iser_disconnected_handlerMax Gurtovoy1-14/+7
2022-10-19IB/iser: add safety checks for state_mutex lockMax Gurtovoy1-6/+20
2022-10-19IB/iser: open code iser_conn_state_comp_exchSergey Gorenko1-18/+2
2022-10-19RDMA/opa_vnic: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-19RDMA/core: return -EOPNOSUPP for ODP unsupported deviceLi Zhijian1-1/+1
2022-10-19IB/uverbs: fix the typo of optionalDeming Wang1-1/+1
2022-10-17Linux 6.1-rc1v6.1-rc1Linus Torvalds1-2/+2
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds185-421/+378
2022-10-17Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds36-71/+1265