aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_qp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-15RDMA/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-14Merge 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-06RDMA/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-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson1-1/+0
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-1/+9
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson1-4/+8
2021-05-11RDMA/rxe: Clear all QP fields if creation failedLeon Romanovsky1-0/+7
2021-02-08RDMA/rxe: Fix minor coding style issuesBob Pearson1-1/+1
2021-01-12RDMA/rxe: Add check for supported QP typesXiao Yang1-0/+11
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-08-27RDMA/rxe: Fix style warningsBob Pearson1-2/+1
2020-02-19RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-01-15RDMA/rxe: Compute the maximum sges and inline size based on the WQE sizeRao Shoaib1-10/+8
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-9/+6
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-3/+5
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib1-5/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-2/+3
2018-12-06IB/rxe: Utilize generic function to validate port numberYuval Shaia1-3/+3
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-09-30IB/rxe: replace kvfree with vfreeZhu Yanjun1-2/+3
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel1-0/+10
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise1-4/+4
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-21/+2
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-12/+14
2018-02-28IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez1-9/+0