summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types.c
Commit message (Expand)AuthorAgeFilesLines
* IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-6/+6
* IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-7/+8
* IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-011-9/+18
* RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-1/+1
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-1/+2
* RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit2018-12-181-6/+54
* RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe2018-12-181-3/+0
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe2018-11-261-2/+1
* RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe2018-11-221-15/+21
* RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe2018-11-221-22/+19
* IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe2018-08-101-32/+0
* IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe2018-08-101-1/+0
* IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe2018-08-011-2/+1
* 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/+17
* 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/+0
* 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/+3
* 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-291-0/+3
* RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann2017-11-131-11/+10
* 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/+48
* 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