summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_verbs.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Increase DMA max_segment_size parameterBart Van Assche2019-10-281-0/+3
* RDMA/rxe: Verify modify_device maskKamal Heib2019-10-011-0/+4
* RDMA: Introduce ib_port_phys_state enumKamal Heib2019-08-121-3/+3
* RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky2019-06-111-20/+10
* RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky2019-06-111-2/+1
* 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/+12
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-18/+12
* IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-011-10/+6
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-9/+8
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-8/+6
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-191-2/+2
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-191-0/+14
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-191-15/+2
* RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-191-14/+3
* 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-081-9/+7
* RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib2019-02-041-9/+2
* 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-191-1/+1
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-0/+1
* RDMA: Cleanup undesired pd->uobject usageShamir Rabinovitch2018-12-181-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/+1
* IB/rxe: make rxe_unregister_device voidZhu Yanjun2018-11-081-3/+1
* 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/+8
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-9/+9
* RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-4/+4
* RDMA/rxe: Simplify the error handling code in rxe_create_ah()Bart Van Assche2018-07-091-10/+3
* RDMA: Convert drivers to use sgid_attr instead of sgid_indexParav Pandit2018-06-181-26/+5
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-9/+1
|\
| * nvmet,rxe: defer ip datagram sending to taskletAlexandru Moise2018-05-091-9/+1
* | 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/+0
* RDMA: Use ib_gid_attr during GID modificationParav Pandit2018-04-031-6/+4
* IB/providers: Avoid null netdev check for RoCEParav Pandit2018-04-031-3/+1
* RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-031-18/+0
* 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-061-3/+2
* 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/+1