aboutsummaryrefslogtreecommitdiff
path: root/include/rdma/uverbs_std_types.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-29RDMA/include: Replace license text with SPDX tagsGravatar Leon Romanovsky 1-28/+1
2020-07-24RDMA/core: Align abort/commit object scheme for write() and ioctl() pathsGravatar Leon Romanovsky 1-0/+14
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 1-1/+1
2020-05-27RDMA/core: Fix double destruction of uobjectGravatar Jason Gunthorpe 1-1/+1
2020-05-21RDMA/core: Allow the ioctl layer to abort a fully created uobjectGravatar Jason Gunthorpe 1-1/+1
2020-01-13RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectGravatar Jason Gunthorpe 1-2/+1
2020-01-13RDMA/core: Do not allow alloc_commit to failGravatar Jason Gunthorpe 1-10/+0
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectGravatar Jason Gunthorpe 1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathGravatar Shamir Rabinovitch 1-4/+6
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsGravatar Shamir Rabinovitch 1-18/+12
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsGravatar Shamir Rabinovitch 1-5/+13
2018-12-04IB/core: Enable getting an object type from a given uobjectGravatar Yishai Hadas 1-0/+12
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successGravatar Jason Gunthorpe 1-7/+5
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeGravatar Jason Gunthorpe 1-23/+25
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiGravatar Jason Gunthorpe 1-9/+0
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowGravatar Mark Bloch 1-0/+6
2018-09-11RDMA/uverbs: Move flow resources initializationGravatar Mark Bloch 1-0/+33
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectGravatar Mark Bloch 1-0/+12
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectGravatar Jason Gunthorpe 1-14/+16
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsGravatar Jason Gunthorpe 1-3/+9
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumGravatar Jason Gunthorpe 1-6/+7
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlGravatar Jason Gunthorpe 1-5/+11
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Gravatar Jason Gunthorpe 1-2/+7
2018-07-25IB/uverbs: Handle IDR and FD types without truncationGravatar Jason Gunthorpe 1-17/+21
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cGravatar Jason Gunthorpe 1-16/+19
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsGravatar Jason Gunthorpe 1-8/+8
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperGravatar Jason Gunthorpe 1-0/+5
2018-06-19IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODSGravatar Yishai Hadas 1-2/+0
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersGravatar Matan Barak 1-21/+2
2018-03-19IB/uverbs: Move to new headers and make naming consistentGravatar Matan Barak 1-19/+22
2017-08-31IB/core: Assign root to all driversGravatar Matan Barak 1-0/+14
2017-08-31IB/core: Export ioctl enum types to user-spaceGravatar Matan Barak 1-17/+1
2017-08-31IB/core: Add DEVICE object and root tree structureGravatar Matan Barak 1-0/+18
2017-08-31IB/core: Declare an object instead of declaring only type attributesGravatar Matan Barak 1-20/+20
2017-04-05IB/core: Change completion channel to use the reworked objects schemaGravatar Matan Barak 1-0/+1
2017-04-05IB/core: Change idr objects to use the new schemaGravatar Matan Barak 1-0/+63
2017-04-05IB/core: Add idr based standard typesGravatar Matan Barak 1-0/+50