summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs.h
Commit message (Expand)AuthorAgeFilesLines
* uverbs: Convert idr to XArrayMatthew Wilcox2019-04-251-3/+1Star
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-0/+1
|\
| * RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2019-04-241-0/+1
* | IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-011-1/+2
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-011-1/+1
|/
* IB/core: Move query port to ioctlMichael Guralnik2018-12-201-0/+25
* RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe2018-12-181-1/+0Star
* RDMA/uverbs: Make all the method functions in uverbs_cmd staticJason Gunthorpe2018-11-221-59/+0Star
* RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe2018-11-221-3/+0Star
* RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-201-0/+3
* RDMA/uverbs: Remove is_closed from ib_uverbs_fileJason Gunthorpe2018-09-191-1/+0Star
* RDMA/uverbs: Move flow resources initializationMark Bloch2018-09-111-6/+0Star
* RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit2018-09-061-0/+2
* RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit2018-09-061-2/+1Star
* IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe2018-08-131-1/+0Star
* IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe2018-08-111-0/+1
* IB/uverbs: Do not block disassociate during write()Jason Gunthorpe2018-08-011-0/+3
* IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe2018-08-011-2/+0Star
* IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe2018-07-251-1/+4
* IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe2018-07-251-4/+2Star
* IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe2018-07-251-4/+8
* IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas2018-07-101-3/+0Star
* IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe2018-07-091-1/+0Star
* IB/uverbs: Remove ib_uobject_fileJason Gunthorpe2018-07-091-1/+1
* IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe2018-07-091-0/+8
* RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe2018-07-041-2/+0Star
* IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas2018-06-291-1/+1
* IB/uverbs: Add support for flow countersRaed Salem2018-06-021-0/+1
* IB/uverbs: Add create/destroy counters supportRaed Salem2018-06-021-0/+1
* IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich2018-04-051-0/+1
* IB/uverbs: Introduce ESP steering match filterMatan Barak2018-04-041-0/+1
* IB/uverbs: Add action_handle flow steering specificationMatan Barak2018-04-041-0/+8
* IB/uverbs: Add flow_action create and destroy verbsMatan Barak2018-04-041-0/+4
* IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak2018-04-041-0/+6
* IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak2018-03-191-0/+3
* IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak2018-03-191-0/+15
* IB/uverbs: Move to new headers and make naming consistentMatan Barak2018-03-191-0/+3
* IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen2017-11-131-0/+1
* IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann2017-09-271-8/+14
* IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann2017-09-271-7/+8
* IB/core: Expose ioctl interface through experimental KconfigMatan Barak2017-08-311-0/+2
* IB/core: Assign root to all driversMatan Barak2017-08-311-0/+1
* IB/core: Introduce drop flow specificationSlava Shwartsman2017-04-211-0/+1
* IB/core: Rename uverbs event file structureMatan Barak2017-04-201-10/+11
* IB/core: Change completion channel to use the reworked objects schemaMatan Barak2017-04-051-9/+17
* IB/core: Add support for fd objectsMatan Barak2017-04-051-0/+1
* IB/core: Add lock to multicast handlersMatan Barak2017-04-051-0/+2
* IB/core: Change idr objects to use the new schemaMatan Barak2017-04-051-2/+0Star
* IB/core: Add idr based standard typesMatan Barak2017-04-051-1/+4
* IB/core: Refactor idr to be per uverbs_fileMatan Barak2017-04-051-14/+5Star