summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_comp.c
AgeCommit message (Expand)Author
2024-01-25RDMA/rxe: Improve newline in printing messagesLi Zhijian
2023-07-31RDMA/rxe: Fix unsafe drain work queue codeBob Pearson
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe
2023-05-19RDMA/rxe: Fix comments about removed taskletsDaisuke Matsuda
2023-05-16RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang
2023-04-17RDMA/rxe: Protect QP state with qp->state_lockBob Pearson
2023-04-17RDMA/rxe: Move code to check if drained to subroutineBob Pearson
2023-04-17RDMA/rxe: Remove qp->req.stateBob Pearson
2023-04-17RDMA/rxe: Remove qp->comp.stateBob Pearson
2023-03-24RDMA/rxe: Make tasks schedule each otherBob Pearson
2023-03-24RDMA/rxe: Remove qp reference counting in tasksBob Pearson
2023-03-24RDMA/rxe: Cleanup error state handling in rxe_comp.cBob Pearson
2023-03-24RDMA/rxe: Convert tasklet args to queue pairsBob Pearson
2023-03-24RDMA/rxe: Add error messagesBob Pearson
2022-12-09RDMA/rxe: Implement flush completionLi Zhijian
2022-12-01RDMA/rxe: Implement atomic write completionXiao Yang
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_comp.cBob Pearson
2022-10-28RDMA/rxe: Split rxe_run_task() into two subroutinesBob Pearson
2022-10-25RDMA/rxe: Handle remote errors in the midst of a Read reply sequenceDaisuke Matsuda
2022-08-02RDMA/rxe: Split qp state for requester and completerBob Pearson
2022-07-22RDMA/rxe: Make the tasklet exits the sameBob Pearson
2022-07-22RDMA/rxe: Fix rnr retry behaviorBob Pearson
2022-05-09RDMA/rxe: Check rxe_get() return valueBob Pearson
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson
2021-10-06RDMA/rxe: Set partial attributes when completion status != IBV_WC_SUCCESSXiao Yang
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson
2021-07-16RDMA/rxe: Move ICRC generation to a subroutineBob Pearson
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson
2021-05-17RDMA/rxe: Return CQE error if invalid lkey was suppliedLeon Romanovsky
2021-04-08RDMA/rxe: Fix missing acks from responderBob Pearson
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson
2021-03-05RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()Bob Pearson
2021-02-08RDMA/rxe: Fix FIXME in rxe_udp_encap_recv()Bob Pearson
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson
2020-08-27RDMA/rxe: Fix style warningsBob Pearson
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-02-13RDMA/rxe: Fix soft lockup problem due to using tasklets in softirqZhu Yanjun
2019-07-07ibverbs/rxe: Remove variable self-initializationMaksym Planeta
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun
2018-11-08RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats countersAndrew Boyer
2018-08-30IB/rxe: fixes for rdma read retryVijay Immanuel
2018-08-30IB/rxe: avoid back-to-back retriesVijay Immanuel
2018-08-08RDMA/rxe: Set wqe->status correctly if an unexpected response is receivedBart Van Assche
2018-05-17IB/rxe: avoid calling WARN_ON_ONCE twiceZhu Yanjun
2018-04-27IB/rxe: remove unused function variableZhu Yanjun