summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types.c
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2018-08-111-32/+0Star
* IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-111-1/+0Star
* IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-011-2/+1Star
* IB: Support ib_flow creation in driversYishai Hadas2018-07-241-2/+3
* IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2018-07-101-0/+1
* IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-3/+3
* RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe2018-07-041-26/+31
* RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-041-29/+17Star
* RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe2018-07-041-4/+4
* IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-26/+36
* RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky2018-06-251-3/+6
* IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak2018-06-191-2/+2
* IB/uverbs: Add create/destroy counters supportRaed Salem2018-06-021-1/+2
* IB/uverbs: Add device memory registration ioctl supportAriel Levkovich2018-04-051-10/+0Star
* IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich2018-04-051-1/+2
* IB/uverbs: Add action_handle flow steering specificationMatan Barak2018-04-041-2/+12
* IB/uverbs: Add flow_action create and destroy verbsMatan Barak2018-04-041-1/+9
* IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak2018-03-191-176/+3Star
* IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak2018-03-191-14/+20
* IB/uverbs: Safely extend existing attributesMatan Barak2018-03-191-8/+12
* IB/uverbs: Move to new headers and make naming consistentMatan Barak2018-03-191-85/+91
* IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe2018-02-151-2/+2
* IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe2018-02-151-1/+4
* IB/uverbs: Always use the attribute size provided by the userMatan Barak2018-02-151-2/+3
* IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl2018-02-011-1/+1
* RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky2018-01-301-0/+3
* RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann2017-11-131-11/+10Star
* IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann2017-09-271-1/+2
* IB/core: Add completion queue (cq) object actionsMatan Barak2017-08-311-1/+137
* IB/core: Add legacy driver's user-dataMatan Barak2017-08-311-0/+40
* IB/core: Add DEVICE object and root tree structureMatan Barak2017-08-311-0/+17
* IB/core: Declare an object instead of declaring only type attributesMatan Barak2017-08-311-64/+48Star
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* Ib/core: Mark local uverbs_std_types functions to be staticLeon Romanovsky2017-04-281-24/+24
* IB/core: Rename uverbs event file structureMatan Barak2017-04-201-10/+10
* IB/core: Change completion channel to use the reworked objects schemaMatan Barak2017-04-051-1/+32
* IB/core: Add idr based standard typesMatan Barak2017-04-051-0/+244