aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs.h
AgeCommit message (Expand)Author
2019-04-25uverbs: Convert idr to XArrayMatthew Wilcox
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe
2019-04-24RDMA/ucontext: Fix regression with disassociateJason Gunthorpe
2019-04-01IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch
2018-12-20IB/core: Move query port to ioctlMichael Guralnik
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe
2018-11-22RDMA/uverbs: Make all the method functions in uverbs_cmd staticJason Gunthorpe
2018-11-22RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe
2018-09-19RDMA/uverbs: Remove is_closed from ib_uverbs_fileJason Gunthorpe
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch
2018-09-05RDMA/uverbs: Use device.groups to initialize device attributesParav Pandit
2018-09-05RDMA/uverbs: Use cdev_device_add() instead of cdev_add()Parav Pandit
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe
2018-08-01IB/uverbs: Do not block disassociate during write()Jason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe
2018-07-25IB/uverbs: Rework the locking for cleaning up the ucontextJason Gunthorpe
2018-07-25IB/uverbs: Revise and clarify the rwsem and uobjects_lockJason Gunthorpe
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas
2018-07-09IB/uverbs: Replace ib_ucq_object uverbs_file with the one in ib_uobjectJason Gunthorpe
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe
2018-07-09IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufileJason Gunthorpe
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas
2018-06-02IB/uverbs: Add support for flow countersRaed Salem
2018-06-02IB/uverbs: Add create/destroy counters supportRaed Salem
2018-04-05IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich
2018-04-04IB/uverbs: Introduce ESP steering match filterMatan Barak
2018-04-04IB/uverbs: Add action_handle flow steering specificationMatan Barak
2018-04-04IB/uverbs: Add flow_action create and destroy verbsMatan Barak
2018-04-04IB/uverbs: Refactor kern_spec_to_ib_spec_filterMatan Barak
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak
2018-03-19IB/uverbs: Expose parsing tree of all common objects to providersMatan Barak
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak
2017-11-13IB/uverbs: Allow CQ moderation with modify CQYonatan Cohen
2017-09-27IB/uverbs: clean up INIT_UDATA() macro usageArnd Bergmann
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann
2017-08-31IB/core: Expose ioctl interface through experimental KconfigMatan Barak
2017-08-31IB/core: Assign root to all driversMatan Barak
2017-04-21IB/core: Introduce drop flow specificationSlava Shwartsman
2017-04-20IB/core: Rename uverbs event file structureMatan Barak
2017-04-05IB/core: Change completion channel to use the reworked objects schemaMatan Barak
2017-04-05IB/core: Add support for fd objectsMatan Barak
2017-04-05IB/core: Add lock to multicast handlersMatan Barak
2017-04-05IB/core: Change idr objects to use the new schemaMatan Barak
2017-04-05IB/core: Add idr based standard typesMatan Barak
2017-04-05IB/core: Refactor idr to be per uverbs_fileMatan Barak