summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_loc.h
AgeCommit message (Expand)Author
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson
2022-01-28RDMA/rxe: Remove rxe_drop_all_macst_groupsBob 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-28RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.cBob Pearson
2021-11-19RDMA/rxe: Cleanup rxe_pool_entryBob Pearson
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson
2021-07-16RDMA/rxe: Fixup rxe_icrc_hdrBob Pearson
2021-07-16RDMA/rxe: Move ICRC generation to a subroutineBob Pearson
2021-07-16RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson
2021-07-16RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson
2021-07-16RDMA/rxe: Move ICRC checking to a subroutineBob Pearson
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson
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-05-20RDMA/rxe: Remove unused parameter udataLang Cheng
2021-03-31RDMA/rxe: Remove rxe_dma_device declarationKamal Heib
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson
2020-07-16RDMA/rxe: Remove rxe_link_layer()Kamal Heib
2020-07-16RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib
2020-06-22RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch
2018-11-08IB/rxe: move the variable into the function that uses itZhu Yanjun
2018-10-17IB/rxe: Remove unnecessary enum valuesNathan Chancellor
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit
2018-04-27IB/rxe: remove unused function variableZhu Yanjun
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe
2018-03-07IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun
2018-01-31IB/rxe: change the function to void from intZhu Yanjun
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook
2017-08-28IB/rxe: Remove dangling prototypeAndrew Boyer
2017-08-28IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer