aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/uverbs_std_types.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-13RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectJason Gunthorpe1-2/+1
2020-01-13RDMA/core: Do not allow alloc_commit to failJason Gunthorpe1-10/+0
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe1-1/+1
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch1-4/+6
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch1-18/+12
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch1-5/+13
2018-12-04IB/core: Enable getting an object type from a given uobjectYishai Hadas1-0/+12
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe1-7/+5
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-23/+25
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe1-9/+0
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch1-0/+6
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch1-0/+33
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch1-0/+12
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe1-14/+16
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe1-3/+9
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe1-6/+7
2018-08-01IB/uverbs: Make the write path destroy methods use the same flow as ioctlJason Gunthorpe1-5/+11
2018-07-25IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject()Jason Gunthorpe1-2/+7
2018-07-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe1-17/+21
2018-07-09IB/uverbs: Replace file->ucontext with file in uverbs_cmd.cJason Gunthorpe1-16/+19
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe1-8/+8
2018-07-09IB/uverbs: Add a uobj_perform_destroy helperJason Gunthorpe1-0/+5
2018-06-19IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODSYishai Hadas1-2/+0
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak1-21/+2
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak1-19/+22
2017-08-31IB/core: Assign root to all driversMatan Barak1-0/+14
2017-08-31IB/core: Export ioctl enum types to user-spaceMatan Barak1-17/+1
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak1-0/+18
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak1-20/+20
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak1-0/+1
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak1-0/+63
2017-04-05IB/core: Add idr based standard typesMatan Barak1-0/+50