summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe
Commit message (Expand)AuthorAgeFilesLines
...
| * RDMA/rxe: Recheck the MR in when generating a READ replyBob Pearson2022-04-201-2/+8
| * RDMA/rxe: Fix "Replace mr by rkey in responder resources"Bob Pearson2022-04-121-8/+17
* | RDMA/rxe: Enforce IBA C11-17Bob Pearson2022-05-093-0/+17
* | RDMA/rxe: Move mw cleanup code to rxe_mw_cleanup()Bob Pearson2022-05-092-29/+29
* | RDMA/rxe: Move mr cleanup code to rxe_mr_cleanup()Bob Pearson2022-05-091-6/+4
* | RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson2022-05-093-10/+4
* | RDMA/rxe: Check rxe_get() return valueBob Pearson2022-05-093-3/+6
* | RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson2022-05-094-22/+25
* | RDMA/rxe: Remove IB_SRQ_INIT_MASKBob Pearson2022-05-063-57/+74
* | RDMA/rxe: Skip adjusting remote addr for write in retry operationChengguang Xu2022-05-061-2/+0
* | RDMA/rxe: Optimize the mr pool structZhu Yanjun2022-05-042-11/+3
* | RDMA/rxe: Replace paylen by payloadBob Pearson2022-05-041-6/+6
* | RDMA/rxe: Remove useless parameters for update_state()Li Zhijian2022-04-251-3/+2
* | RDMA/rxe: Generate a completion for unsupported/invalid opcodeXiao Yang2022-04-121-1/+1
* | RDMA/rxe: Remove reliable datagram supportBob Pearson2022-04-082-4/+2
* | RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson2022-04-087-21/+1
* | RDMA/rxe: Remove mc_grp_pool from struct rxe_devBob Pearson2022-04-081-1/+0
* | RDMA/rxe: Remove type 2A memory window capabilityBob Pearson2022-04-082-1/+8
* | RDMA: Split kernel-only global device caps from uverbs device capsJason Gunthorpe2022-04-062-1/+1
|/
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-1612-96/+94
* RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-166-280/+85
* RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson2022-03-151-8/+8
* RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson2022-03-153-20/+20
* RDMA/rxe: Replace obj by elem in declarationBob Pearson2022-03-152-2/+2
* RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson2022-03-152-79/+12
* RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson2022-03-152-10/+13
* RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson2022-03-153-47/+87
* RDMA/rxe: Fix ref error in rxe_av.cBob Pearson2022-03-155-35/+63
* RDMA/rxe: Remove useless argument for update_state()Chengguang Xu2022-03-141-2/+2
* RDMA/rxe: Change variable and function argument to proper typeChengguang Xu2022-03-141-5/+5
* RDMA/rxe: Cleanup rxe_mcast.cBob Pearson2022-02-231-19/+78
* RDMA/rxe: Collect cleanup mca code in a subroutineBob Pearson2022-02-231-15/+26
* RDMA/rxe: Collect mca init code in a subroutineBob Pearson2022-02-232-15/+44
* RDMA/rxe: Warn if mcast memory is not freedBob Pearson2022-02-231-0/+2
* RDMA/rxe: Remove mcg from rxe poolsBob Pearson2022-02-167-36/+27
* RDMA/rxe: Remove key'ed object supportBob Pearson2022-02-162-164/+0
* RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson2022-02-165-64/+213
* RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson2022-02-162-6/+5
* RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson2022-02-162-59/+59
* RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson2022-02-165-90/+122
* RDMA/rxe: Move mcg_lock to rxeBob Pearson2022-02-164-13/+15
* RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson2022-02-166-48/+69
* RDMA/rxe: Check the last packet by RXE_END_MASKXiao Yang2022-02-081-4/+6
* RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson2022-01-283-16/+0
* RDMA/rxe: Remove rxe_drop_all_macst_groupsBob Pearson2022-01-283-29/+0
* RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson2022-01-285-8/+23
* RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson2022-01-284-23/+23
* RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.cBob Pearson2022-01-283-41/+33
* RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.cBob Pearson2022-01-283-20/+18
* RDMA/rxe: Delete useless module.h includeLeon Romanovsky2022-01-282-2/+0