aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27RDMA/rxe: Remove redundant num_sge fieldsBob Pearson1-2/+0
2022-09-27RDMA/rxe: Set pd early in mr alloc routinesBob Pearson1-5/+7
2022-09-22RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda1-3/+1
2022-08-29RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda1-1/+0
2022-07-27Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian1-12/+27
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson1-14/+25
2022-05-09RDMA/rxe: Enforce IBA C11-17Bob Pearson1-0/+6
2022-05-09RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson1-1/+0
2022-05-09RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson1-19/+9
2022-05-06RDMA/rxe: Remove IB_SRQ_INIT_MASKBob Pearson1-2/+2
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson1-1/+0
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson1-19/+19
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson1-12/+0
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson1-11/+16
2022-01-28RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson1-0/+5
2022-01-28RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.cBob Pearson1-26/+0
2022-01-07RDMA/rxe: Use the standard method to produce udp source portZhu Yanjun1-0/+5
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson1-1/+1
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson1-16/+11
2021-10-12RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson1-6/+3
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson1-1/+30
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson1-1/+2
2021-10-06RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang1-3/+0
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson1-27/+12
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson1-43/+10
2021-09-14RDMA/rxe: remove the redundant variableZhu Yanjun1-4/+1
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky1-27/+21
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson1-8/+3
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe1-1/+1
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe1-1/+1
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson1-11/+0
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson1-1/+1
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+2
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson1-17/+63
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng1-1/+1
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson1-11/+11
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-5/+5
2021-02-08RDMA/rxe: Cleanup init_send_wqeBob Pearson1-23/+19
2021-02-08RDMA/rxe: Fix minor coding style issuesBob Pearson1-6/+10
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson1-8/+8
2020-12-11RDMA/rxe: Use acquire/release for memory orderingBob Pearson1-11/+0
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe1-1/+0
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig1-7/+0
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-1/+5
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe1-1/+2
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit1-1/+5
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches1-1/+1
2020-10-26RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe1-7/+2
2020-10-26RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe1-6/+1
2020-10-26RDMA: Check create_flags during create_qpJason Gunthorpe1-0/+3