summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rxe/rxe_loc.h
AgeCommit message (Expand)AuthorFilesLines
2021-09-24RDMA/rxe: Create duplicate mapping tables for FMRsBob Pearson1-0/+1
2021-09-24RDMA/rxe: Separate HW and SW l/rkeysBob Pearson1-0/+1
2021-07-16RDMA/rxe: Move crc32 init code to rxe_icrc.cBob Pearson1-0/+1
2021-07-16RDMA/rxe: Fixup rxe_icrc_hdrBob Pearson1-1/+0
2021-07-16RDMA/rxe: Move ICRC generation to a subroutineBob Pearson1-5/+5
2021-07-16RDMA/rxe: Fixup rxe_send and rxe_loopbackBob Pearson1-2/+0
2021-07-16RDMA/rxe: Move rxe_xmit_packet to a subroutineBob Pearson1-43/+2
2021-07-16RDMA/rxe: Move ICRC checking to a subroutineBob Pearson1-0/+2
2021-06-17RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson1-0/+1
2021-06-17RDMA/rxe: Implement memory access through MWsBob Pearson1-0/+1
2021-06-17RDMA/rxe: Implement invalidate MW operationsBob Pearson1-23/+6
2021-06-17RDMA/rxe: Add support for bind MW work requestsBob Pearson1-0/+1
2021-06-17RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson1-0/+6
2021-05-20RDMA/rxe: Remove unused parameter udataLang Cheng1-1/+1
2021-03-31RDMA/rxe: Remove rxe_dma_device declarationKamal Heib1-1/+0
2021-03-30RDMA/rxe: Split MEM into MR and MWBob Pearson1-16/+13
2020-08-31RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson1-28/+1
2020-07-16RDMA/rxe: Remove rxe_link_layer()Kamal Heib1-1/+0
2020-07-16RDMA/rxe: Return void from rxe_mem_init_dma()Kamal Heib1-2/+2
2020-06-22RDMA/rxe: Remove unused rxe_mem_map_pagesKamal Heib1-3/+0
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-9/+7
2019-02-20RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-1/+1
2019-02-05RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib1-0/+1
2019-01-22IB/rxe: Remove unnecessary rxe variableZhu Yanjun1-4/+2
2018-12-19RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-11-09IB/rxe: move the variable into the function that uses itZhu Yanjun1-2/+3
2018-10-17IB/rxe: Remove unnecessary enum valuesNathan Chancellor1-1/+1
2018-08-30IB/rxe: Simplify rxe_find_route() to avoid GID query for netdevParav Pandit1-2/+1
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-4/+1
2018-04-27IB/rxe: remove unused function variableZhu Yanjun1-4/+4
2018-04-27IB/rxe: Change rxe_rcv to return voidYuval Shaia1-2/+3
2018-03-16RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-5/+8
2018-03-16RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe1-1/+1
2018-03-08IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun1-3/+2
2018-02-01IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun1-2/+1
2018-02-01IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun1-1/+1
2018-02-01IB/rxe: change the function to void from intZhu Yanjun1-1/+1
2018-02-01IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun1-2/+1
2018-02-01IB/rxe: change the function to void from intZhu Yanjun1-1/+1
2018-02-01IB/rxe: remove redudant parameter in functionZhu Yanjun1-2/+2
2018-01-18RDMA/rxe: Fix a race condition in rxe_requester()Bart Van Assche1-1/+0
2017-10-25IB/rxe: Convert timers to use timer_setup()Kees Cook1-2/+2
2017-08-29IB/rxe: Remove dangling prototypeAndrew Boyer1-2/+0
2017-08-29IB/rxe: Disable completion upcalls when a CQ is destroyedAndrew Boyer1-0/+2
2017-07-24IB/rxe: Prefer 'unsigned int' to bare use of 'unsigned'Kamal Heib1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-4/+4
2017-04-25{net,IB}/{rxe,usnic}: Utilize generic mac to eui32 functionYuval Shaia1-2/+0
2017-04-21IB/rxe: Add port protocol statsYonatan Cohen1-0/+2
2017-01-24IB/rxe, IB/rdmavt: Use dma_virt_ops instead of duplicating itBart Van Assche1-2/+0
2017-01-11IB/rxe: Remove a pointless indirection layerBart Van Assche1-2/+18