summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian2022-07-271-12/+27
* RDMA/rxe: Stop lookup of partially built objectsBob Pearson2022-06-301-14/+25
* RDMA/rxe: Enforce IBA C11-17Bob Pearson2022-05-091-0/+6
* RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson2022-05-091-1/+0
* RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson2022-05-091-19/+9
* RDMA/rxe: Remove IB_SRQ_INIT_MASKBob Pearson2022-05-061-2/+2
* RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson2022-04-081-1/+0
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-19/+19
* RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-161-12/+0
* RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson2022-02-161-11/+16
* RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson2022-01-281-0/+5
* RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.cBob Pearson2022-01-281-26/+0
* RDMA/rxe: Use the standard method to produce udp source portZhu Yanjun2022-01-071-0/+5
* RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-191-1/+1
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-16/+11
* RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson2021-10-121-6/+3
* RDMA/rxe: Create AH index and return to user spaceBob Pearson2021-10-121-1/+30
* RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson2021-10-121-1/+2
* RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang2021-10-061-3/+0
* RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson2021-09-241-27/+12
* RDMA/rxe: Add memory barriers to kernel queuesBob Pearson2021-09-241-43/+10
* RDMA/rxe: remove the redundant variableZhu Yanjun2021-09-141-4/+1
* RDMA: Globally allocate and release QP memoryLeon Romanovsky2021-08-031-27/+21
* RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson2021-07-161-8/+3
* RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe2021-06-161-1/+1
* RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe2021-06-161-1/+1
* RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson2021-06-161-11/+0
* RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson2021-06-161-1/+1
* RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson2021-06-161-0/+2
* RDMA/rxe: Protext kernel index from user spaceBob Pearson2021-06-031-17/+63
* RDMA/rxe: Remove unused parameter udataLang Cheng2021-05-201-1/+1
* RDMA/rxe: Split MEM into MR and MWBob Pearson2021-03-301-11/+11
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-5/+5
* RDMA/rxe: Cleanup init_send_wqeBob Pearson2021-02-081-23/+19
* RDMA/rxe: Fix minor coding style issuesBob Pearson2021-02-081-6/+10
* RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson2021-01-121-8/+8
* RDMA/rxe: Use acquire/release for memory orderingBob Pearson2020-12-111-11/+0
* RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe2020-11-231-1/+0
* RDMA/core: remove use of dma_virt_opsChristoph Hellwig2020-11-171-7/+0
* Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-1/+5
|\
| * RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit2020-11-021-1/+5
* | RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe2020-11-021-1/+2
* | RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches2020-10-261-1/+1
* | RDMA: Remove AH from uverbs_cmd_maskJason Gunthorpe2020-10-261-7/+2
* | RDMA: Remove uverbs cmds from drivers that don't use themJason Gunthorpe2020-10-261-6/+1
* | RDMA: Check create_flags during create_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check flags during create_cqJason Gunthorpe2020-10-261-1/+1
* | RDMA: Check attr_mask during modify_qpJason Gunthorpe2020-10-261-0/+3
* | RDMA: Check srq_type during create_srqJason Gunthorpe2020-10-261-0/+3
* | RDMA: Move more uverbs_cmd_mask settings to the coreJason Gunthorpe2020-10-261-8/+1