aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_loc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-9/+7
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-1/+1
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib1-0/+1
2019-01-21IB/rxe: Remove unnecessary rxe variableZhu Yanjun1-4/+2
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-11-08IB/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-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-5/+8
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe1-1/+1
2018-03-07IB/rxe: remove unnecessary rxe in rxe_sendZhu Yanjun1-3/+2
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun1-2/+1
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun1-1/+1
2018-01-31IB/rxe: change the function to void from intZhu Yanjun1-1/+1
2018-01-31IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun1-2/+1
2018-01-31IB/rxe: change the function to void from intZhu Yanjun1-1/+1
2018-01-31IB/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-28IB/rxe: Remove dangling prototypeAndrew Boyer1-2/+0
2017-08-28IB/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-10IB/rxe: Remove a pointless indirection layerBart Van Assche1-2/+18
2017-01-10IB/rxe: Generate a completion for all failed work requestsBart Van Assche1-0/+1
2017-01-10IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche1-4/+4
2016-12-12IB/rxe: Unblock loopback by moving skb_out incrementAndrew Boyer1-2/+0
2016-10-06IB/rxe: Properly honor max IRD value for rd/atomic.Parav Pandit1-1/+1
2016-08-04Soft RoCE driverMoni Shoua1-0/+286