summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_verbs.h
AgeCommit message (Expand)Author
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson
2022-02-16RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson
2022-02-16RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson
2022-02-16RDMA/rxe: Move mcg_lock to rxeBob Pearson
2022-01-28RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson
2022-01-28RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson
2022-01-05RDMA/rxe: Remove the unused xmit_errors memberZhu Yanjun
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson
2021-10-12RDMA/rxe: Replace ah->pd by ah->ibah.pdBob Pearson
2021-10-12RDMA/rxe: Create AH index and return to user spaceBob Pearson
2021-10-06RDMA/rxe: Change the is_user member of struct rxe_cq to boolXiao Yang
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: Separate HW and SW l/rkeysBob Pearson
2021-09-24RDMA/rxe: Cleanup MR status and type enumsBob Pearson
2021-09-14RDMA/rxe: remove the unnecessary variableZhu Yanjun
2021-08-03RDMA: Globally allocate and release QP memoryLeon Romanovsky
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson
2020-11-17RDMA/core: remove use of dma_virt_opsChristoph Hellwig
2020-10-26RDMA/rxe: Remove unused RXE_MR_TYPE_FMRBob Pearson
2020-10-08RDMA/rxe: Remove duplicate entries in struct rxe_mrBob Pearson
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson
2020-07-31RDMA/rxe: Remove pkey tableKamal Heib
2020-01-03RDMA/rxe: Fix error type of mmap_offsetJiewei Ke
2019-10-28RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche
2019-07-08RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMMKonstantin Taranov
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2018-12-20IB/rxe: Make counters thread safeParav Pandit
2018-11-08IB/rxe: make rxe_unregister_device voidZhu Yanjun
2018-08-30IB/rxe: avoid back-to-back retriesVijay Immanuel
2018-08-30IB/rxe: fix for duplicate request processing and ack psnsVijay Immanuel
2018-08-30IB/rxe: vary the source udp port for receive scalingVijay Immanuel
2018-02-28IB/rxe: Remove unused variable (char *rxe_qp_state_name[])HernĂ¡n Gonzalez
2018-01-18RDMA/rxe: Fix rxe_qp_cleanup()Bart Van Assche
2017-08-28IB/rxe: Fix destination cache for IPv6Andrew Boyer
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer