aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma/uverbs_ioctl.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-22IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe1-4/+0
2018-06-19IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak1-0/+2
2018-06-19IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak1-1/+35
2018-06-04Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-nextJason Gunthorpe1-0/+11
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak1-0/+11
2018-05-23IB/uverbs: Fix uverbs_attr_get_objJason Gunthorpe1-5/+5
2018-04-05IB/uverbs: Add device memory registration ioctl supportAriel Levkovich1-0/+12
2018-04-04IB/uverbs: Add enum attribute type to ioctl() interfaceMatan Barak1-0/+34
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak1-0/+2
2018-03-19IB/uverbs: Safely extend existing attributesMatan Barak1-16/+58
2018-03-19IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak1-12/+22
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak1-0/+1
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe1-6/+4
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak1-7/+28
2017-08-31IB/core: Assign root to all driversMatan Barak1-0/+12
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak1-0/+46
2017-08-31IB/core: Add macros for declaring methods and attributesMatan Barak1-1/+104
2017-08-31IB/core: Add uverbs merge trees functionalityMatan Barak1-1/+39
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak1-0/+35
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak1-0/+16
2017-08-31IB/core: Add new ioctl interfaceMatan Barak1-9/+92
2017-08-30IB/core: Add support to finalize objects in one transactionMatan Barak1-0/+53
2017-08-30IB/core: Add a generic way to execute an operation on a uobjectMatan Barak1-0/+52