summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_qp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25RDMA/rxe: Improve newline in printing messagesLi Zhijian1-4/+4
2023-07-31RDMA/rxe: Move work queue code to subroutinesBob Pearson1-51/+108
2023-06-27Merge tag 'v6.4' into rdma.git for-nextJason Gunthorpe1-17/+27
2023-06-09RDMA/rxe: Fix the use-before-initialization error of resp_pktsZhu Yanjun1-4/+3
2023-06-09RDMA/rxe: Introduce rxe access supported flagsBob Pearson1-0/+7
2023-05-17RDMA/rxe: Convert spin_{lock_bh,unlock_bh} to spin_{lock_irqsave,unlock_irqre...Guoqing Jiang1-13/+23
2023-05-16RDMA/rxe: Fix double unlock in rxe_qp.cBob Pearson1-1/+2
2023-04-17RDMA/rxe: Protect QP state with qp->state_lockBob Pearson1-68/+85
2023-04-17RDMA/rxe: Remove qp->req.stateBob Pearson1-35/+14
2023-04-17RDMA/rxe: Remove qp->comp.stateBob Pearson1-5/+0
2023-04-17RDMA/rxe: Remove qp->resp.stateBob Pearson1-5/+0
2023-04-16RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task"Zhu Yanjun1-3/+8
2023-03-24RDMA/rxe: Remove __rxe_do_task()Bob Pearson1-39/+17
2023-03-24RDMA/rxe: Change rxe_dbg to rxe_dbg_devBob Pearson1-8/+8
2022-11-22RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failedZhang Xiaoxu1-3/+3
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_av.cBob Pearson1-2/+2
2022-11-10RDMA/rxe: Replace pr_xxx by rxe_dbg_xxx in rxe_qp.cBob Pearson1-35/+30
2022-10-28RDMA/rxe: Split rxe_run_task() into two subroutinesBob Pearson1-5/+5
2022-10-28RDMA/rxe: Removed unused name from rxe_task structBob Pearson1-6/+3
2022-10-28RDMA/rxe: Remove init of task locks from rxe_qp.cBob Pearson1-4/+0
2022-09-08RDMA/rxe: convert pr_warn to pr_debugLi Zhijian1-23/+22
2022-09-08RDMA/rxe: use %u to print u32 variablesLi Zhijian1-5/+5
2022-08-31RDMA/rxe: Remove the unused variable objZhu Yanjun1-3/+3
2022-08-31RDMA/rxe: Fix the error caused by qp->skZhu Yanjun1-2/+4
2022-08-31RDMA/rxe: Fix "kernel NULL pointer dereference" errorZhu Yanjun1-1/+3
2022-08-02RDMA/rxe: Fix error unwind in rxe_create_qp()Zhu Yanjun1-4/+8
2022-08-02RDMA/rxe: Split qp state for requester and completerBob Pearson1-0/+5
2022-07-22RDMA/rxe: Fix rnr retry behaviorBob Pearson1-0/+1
2022-07-19RDMA/rxe: Remove unused qp parameterXiao Yang1-3/+3
2022-07-18RDMA/rxe: Fix BUG: KASAN: null-ptr-deref in rxe_qp_do_cleanupZhu Yanjun1-4/+6
2022-06-30RDMA/rxe: Merge normal and retry atomic flowsBob Pearson1-2/+0
2022-05-09RDMA/rxe: Enforce IBA C11-17Bob Pearson1-0/+10
2022-05-09RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson1-8/+4
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson1-13/+1
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson1-14/+14
2022-03-16RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson1-8/+2
2022-01-28RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson1-3/+0
2022-01-28RDMA/rxe: Remove rxe_drop_all_macst_groupsBob Pearson1-2/+0
2022-01-28RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson1-0/+14
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2022-01-20hash.h: remove unused define directiveIsabella Basso1-2/+1
2021-12-15Merge tag 'v5.16-rc5' into rdma.git for-nextJason Gunthorpe1-0/+1
2021-11-25RDMA: Fix use-after-free in rxe_queue_cleanupPavel Skripkin1-0/+1
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson1-3/+3
2021-10-07RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang1-2/+0
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson1-8/+4
2021-09-14RDMA/rxe: remove the unnecessary variableZhu Yanjun1-2/+0
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe1-0/+7
2021-06-17RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson1-1/+0
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-1/+9