aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
AgeCommit message (Expand)Author
2023-09-13RDMA/rxe: Split rxe_run_task() into two subroutinesBob Pearson
2023-03-10RDMA/rxe: Fix missing memory barriers in rxe_queue.hBob Pearson
2023-03-10RDMA/rxe: cleanup some error handling in rxe_verbs.cYunsheng Lin
2022-09-27RDMA/rxe: Remove redundant num_sge fieldsBob Pearson
2022-09-27RDMA/rxe: Set pd early in mr alloc routinesBob Pearson
2022-09-22RDMA/rxe: Use members of generic struct in rxe_mrDaisuke Matsuda
2022-08-29RDMA/rxe: Remove an unused member from struct rxe_mrDaisuke Matsuda
2022-07-27Revert "RDMA/rxe: Create duplicate mapping tables for FMRs"Li Zhijian
2022-06-30RDMA/rxe: Stop lookup of partially built objectsBob Pearson
2022-05-09RDMA/rxe: Enforce IBA C11-17Bob Pearson
2022-05-09RDMA/rxe: Move qp cleanup code to rxe_qp_do_cleanup()Bob Pearson
2022-05-09RDMA/rxe: Add rxe_srq_cleanup()Bob Pearson
2022-05-06RDMA/rxe: Remove IB_SRQ_INIT_MASKBob Pearson
2022-04-08RDMA/rxe: Remove support for SMI QPs from rdma_rxeBob Pearson
2022-03-16RDMA/rxe: Use standard names for ref countingBob Pearson
2022-03-16RDMA/rxe: Replace red-black trees by xarraysBob Pearson
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson
2022-01-28RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson
2022-01-28RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.cBob Pearson
2022-01-07RDMA/rxe: Use the standard method to produce udp source portZhu Yanjun
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson
2021-11-19RDMA/rxe: Replace irqsave locks with bh locksBob Pearson
2021-10-12RDMA/rxe: Convert kernel UD post send to use ah_numBob Pearson
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson
2021-10-12RDMA/rxe: Move AV from rxe_send_wqe to rxe_send_wrBob Pearson
2021-10-06RDMA/rxe: Remove the is_user members of struct rxe_sq/rxe_rq/rxe_srqXiao Yang
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson
2021-09-24RDMA/rxe: Add memory barriers to kernel queuesBob Pearson
2021-09-14RDMA/rxe: remove the redundant variableZhu Yanjun
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson
2021-06-16RDMA: Remove rdma_set_device_sysfs_group()Jason Gunthorpe
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-02-08RDMA/rxe: Cleanup init_send_wqeBob Pearson
2021-02-08RDMA/rxe: Fix minor coding style issuesBob Pearson
2021-01-12RDMA/rxe: Make add/drop key/index APIs type safeBob Pearson
2020-12-11RDMA/rxe: Use acquire/release for memory orderingBob Pearson
2020-11-23RDMA/siw,rxe: Make emulated devices virtual in the device treeJason Gunthorpe
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-02RDMA/rxe,siw: Restore uverbs_cmd_mask IB_USER_VERBS_CMD_POST_SENDJason Gunthorpe
2020-11-02RDMA: Fix software RDMA drivers for dma mapping errorParav Pandit
2020-10-26RDMA: Convert sysfs device * show functions to use sysfs_emit()Joe Perches