aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-20/+10
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-2/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+2
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-19/+12
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-18/+12
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-10/+6
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-9/+8
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-8/+6
2019-02-19rdma_rxe: Use netlink messages to add/delete linksSteve Wise1-2/+2
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-0/+14
2019-02-19RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe1-15/+2
2019-02-19RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe1-14/+3
2019-02-15IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch1-2/+4
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky1-9/+7
2019-02-04RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib1-9/+2
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit1-2/+2
2019-01-14RDMA: Rename port_callback to init_portParav Pandit1-1/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-1/+1
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-0/+1
2018-12-18RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch1-1/+1
2018-12-12RDMA/rxe: Initialize ib_device_ops structKamal Heib1-43/+47
2018-12-11IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia1-21/+1
2018-11-08IB/rxe: make rxe_unregister_device voidZhu Yanjun1-3/+1
2018-11-08RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer1-0/+8
2018-10-17RDMA/drivers: Use core provided API for registering device attributesParav Pandit1-18/+8
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe1-2/+1
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche1-9/+9
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche1-4/+4
2018-07-09RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche1-10/+3
2018-06-18RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit1-26/+5
2018-05-28Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-nextJason Gunthorpe1-9/+1
2018-05-09nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise1-9/+1
2018-04-27IB/rxe: remove unused function variableZhu Yanjun1-3/+3
2018-04-05IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin1-1/+1
2018-04-05IB/rxe: Removed GID add/del dummy routinesParav Pandit1-17/+0
2018-04-03RDMA: Use ib_gid_attr during GID modificationParav Pandit1-6/+4
2018-04-03IB/providers: Avoid null netdev check for RoCEParav Pandit1-3/+1
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-18/+0
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak1-0/+1
2018-03-15RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe1-5/+43
2018-03-15RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe1-2/+2
2018-03-06RDMA/rxe: Fix an out-of-bounds readBart Van Assche1-3/+2
2018-01-31IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun1-1/+1
2018-01-31IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun1-2/+2
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-3/+2
2018-01-31IB/rxe: remove redudant parameter in functionZhu Yanjun1-1/+1
2018-01-10RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche1-0/+2