summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2023-02-249-574/+588
|\
| * RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson2023-02-162-52/+76
| * RDMA/rxe: Remove rxe_alloc()Bob Pearson2023-02-164-66/+44
| * Subject: RDMA/rxe: Handle zero length rdmaBob Pearson2023-02-162-15/+51
| * RDMA/rxe: Replace rxe_map and rxe_phys_buf by xarrayBob Pearson2023-01-273-302/+254
| * RDMA/rxe: Cleanup page variables in rxe_mr.cBob Pearson2023-01-262-20/+22
| * RDMA-rxe: Isolate mr code from atomic_write_reply()Bob Pearson2023-01-263-42/+59
| * RDMA-rxe: Isolate mr code from atomic_reply()Bob Pearson2023-01-264-100/+105
| * RDMA/rxe: Move rxe_map_mr_sg to rxe_mr.cBob Pearson2023-01-263-36/+38
| * RDMA/rxe: Cleanup mr_check_rangeBob Pearson2023-01-261-3/+1
* | RDMA/rxe: Prevent faulty rkey generationDaisuke Matsuda2023-01-091-5/+5
* | RDMA/rxe: Fix inaccurate constants in rxe_type_infoDaisuke Matsuda2023-01-091-11/+11
|/
* RDMA/rxe: Fix compile warnings on 32-bitJason Gunthorpe2022-12-151-32/+40
* 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: Fix mr leak in RESPST_ERR_RNRLi Zhijian2022-10-251-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/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/rxe: cleanup some error handling in rxe_verbs.cYunsheng Lin2022-10-281-57/+23