summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-172-33/+41
|\
| * RDMA/siw: Fix pointer cast warningArnd Bergmann2022-12-161-1/+1
| * RDMA/rxe: Fix compile warnings on 32-bitJason Gunthorpe2022-12-151-32/+40
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-12-1425-361/+818
|\|
| * RDMA/rxe: Enable RDMA FLUSH capability for rxe deviceLi Zhijian2022-12-091-0/+2
| * RDMA/rxe: Implement flush completionLi Zhijian2022-12-091-1/+3
| * RDMA/rxe: Implement flush execution in responder sideLi Zhijian2022-12-094-20/+183
| * RDMA/rxe: Implement RC RDMA FLUSH service in requester sideLi Zhijian2022-12-091-1/+14
| * RDMA/rxe: Extend rxe packet format to support flushLi Zhijian2022-12-093-5/+73
| * RDMA/rxe: Allow registering persistent flag for pmem MR onlyLi Zhijian2022-12-091-2/+20
| * RDMA/rxe: Fix incorrect responder length checkingBob Pearson2022-12-091-26/+36
| * RDMA/rxe: Fix oops with zero length readsDaisuke Matsuda2022-12-091-3/+5
| * Merge tag 'v6.1-rc8' into rdma.git for-nextJason Gunthorpe2022-12-091-1/+3
| |\
| * | RDMA/rxe: Enable atomic write capability for rxe deviceXiao Yang2022-12-011-0/+5
| * | RDMA/rxe: Implement atomic write completionXiao Yang2022-12-011-0/+4
| * | RDMA/rxe: Make responder support atomic write on RC serviceXiao Yang2022-12-011-5/+79
| * | RDMA/rxe: Make requester support atomic write on RC serviceXiao Yang2022-12-011-2/+13
| * | RDMA/rxe: Extend rxe packet format to support atomic writeXiao Yang2022-12-012-0/+21
| * | RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu2022-11-221-3/+3
| * | RDMA/rxe: Do not NULL deref on debugging failure pathJason Gunthorpe2022-11-221-1/+1
| * | RDMA/rxe: Fix mr->map double freeLi Zhijian2022-11-181-7/+2
| * | RDMA/rxe: Remove reliable datagram supportZhu Yanjun2022-11-181-1/+0
| * | RDMA/siw: Set defined status for work completion with undefined statusBernard Metzler2022-11-151-2/+2
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mmap.cBob Pearson2022-11-101-3/+3
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_icrc.cBob Pearson2022-11-101-2/+2
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe.cBob Pearson2022-11-101-2/+2
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_task.cBob Pearson2022-11-101-3/+4
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.cBob Pearson2022-11-104-21/+47
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_verbs.cBob Pearson2022-11-101-1/+1
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_srq.cBob Pearson2022-11-101-10/+10
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_resp.cBob Pearson2022-11-101-10/+7
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_req.cBob Pearson2022-11-101-5/+5
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_qp.cBob Pearson2022-11-101-35/+30
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_net.cBob Pearson2022-11-101-17/+21
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mw.cBob Pearson2022-11-101-10/+10
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_mr.cBob Pearson2022-11-102-23/+20
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_cq.cBob Pearson2022-11-101-4/+4
| * | RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_comp.cBob Pearson2022-11-101-7/+5
| * | RDMA/rxe: Add ibdev_dbg macros for rxeBob Pearson2022-11-101-0/+19
| * | RDMA/rxe: Implement packet length validation on responderDaisuke Matsuda2022-11-091-7/+27
| * | RDMA/siw: Fix immediate work request flush to completion queueBernard Metzler2022-11-092-6/+58
| * | RDMA/rxe: cleanup some error handling in rxe_verbs.cYunsheng Lin2022-10-281-57/+23
| * | RDMA/rxe: Remove the duplicate assignment of mr->map_shiftXiao Yang2022-10-281-1/+0
| * | RDMA/rxe: Make sure requested access is a subset of {mr,mw}->accessLi Zhijian2022-10-282-3/+2
| * | RDMA/rxe: Rename task->state_lock to task->lockBob Pearson2022-10-282-10/+10
| * | RDMA/rxe: Make rxe_do_task staticBob Pearson2022-10-282-11/+3
| * | RDMA/rxe: Split rxe_run_task() into two subroutinesBob Pearson2022-10-288-34/+44
| * | RDMA/rxe: Removed unused name from rxe_task structBob Pearson2022-10-283-12/+5
| * | RDMA/rxe: Remove init of task locks from rxe_qp.cBob Pearson2022-10-281-4/+0
| * | RDMA/rxe: Remove redundant header filesBob Pearson2022-10-281-4/+0