summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-20/+10Star
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-2/+1Star
* RDMA: Move owner into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe2019-06-101-1/+1
* RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2019-06-101-1/+2
* RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-19/+12Star
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-18/+12Star
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-10/+6Star
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+8Star
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-8/+6Star
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-201-2/+2
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-201-0/+14
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-201-15/+2Star
* RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-201-14/+3Star
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-151-2/+4
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-9/+7Star
* RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib2019-02-041-9/+2Star
* RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-2/+2
* RDMA: Rename port_callback to init_portParav Pandit2019-01-141-1/+1
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-0/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-191-1/+1
* RDMA/rxe: Initialize ib_device_ops structKamal Heib2018-12-121-43/+47
* IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbsYuval Shaia2018-12-111-21/+1Star
* IB/rxe: make rxe_unregister_device voidZhu Yanjun2018-11-081-3/+1Star
* RDMA/rxe: Distinguish between down links and disabled linksAndrew Boyer2018-11-081-0/+8
* RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-18/+8Star
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1Star
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-311-9/+9
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-311-4/+4
* RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche2018-07-091-10/+3Star
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-26/+5Star
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+1Star
|\
| * nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise2018-05-091-9/+1Star
* | IB/rxe: remove unused function variableZhu Yanjun2018-04-271-3/+3
|/
* IB/rxe: Fix for oops in rxe_register_device on ppc64le archMikhail Malygin2018-04-051-1/+1
* IB/rxe: Removed GID add/del dummy routinesParav Pandit2018-04-051-17/+0Star
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-041-6/+4Star
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-041-3/+1Star
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-18/+0Star
* IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
* RDMA/rxe: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-5/+43
* RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attrJason Gunthorpe2018-03-151-2/+2
* RDMA/rxe: Fix an out-of-bounds readBart Van Assche2018-03-071-3/+2Star
* IB/rxe: remove redudant parameter in rxe_av_fill_ip_infoZhu Yanjun2018-01-311-1/+1
* IB/rxe: change the function rxe_av_fill_ip_info to voidZhu Yanjun2018-01-311-2/+2
* IB/rxe: remove unnecessary parameter in rxe_av_to_attrZhu Yanjun2018-01-311-2/+1Star
* IB/rxe: change the function to void from intZhu Yanjun2018-01-311-3/+2Star
* IB/rxe: remove redudant parameter in functionZhu Yanjun2018-01-311-1/+1
* RDMA/rxe: Fix a race condition related to the QP error stateBart Van Assche2018-01-101-0/+2