aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types.c
AgeCommit message (Expand)Author
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
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-18RDMA/uverbs: Add an ioctl method to destroy an objectParav Pandit
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-11-26RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methodsJason Gunthorpe
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe
2018-07-24IB: Support ib_flow creation in driversYishai Hadas
2018-07-10IB: Enable uverbs_destroy_def_handler to be used by driversYishai Hadas
2018-07-09IB/uverbs: Remove ib_uobject_fileJason Gunthorpe
2018-07-04RDMA/uverbs: Get rid of the & in method specificationsJason Gunthorpe
2018-07-04RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macrosJason Gunthorpe
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas
2018-06-25RDMA/verbs: Drop kernel variant of destroy_flowLeon Romanovsky
2018-06-19IB/uverbs: Add a macro to define a type with no kernel known sizeMatan Barak
2018-06-02IB/uverbs: Add create/destroy counters supportRaed Salem
2018-04-05IB/uverbs: Add device memory registration ioctl supportAriel Levkovich
2018-04-05IB/uverbs: Add alloc/free dm uverbs ioctl supportAriel Levkovich
2018-04-04IB/uverbs: Add action_handle flow steering specificationMatan Barak
2018-04-04IB/uverbs: Add flow_action create and destroy verbsMatan 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: Safely extend existing attributesMatan Barak
2018-03-19IB/uverbs: Move to new headers and make naming consistentMatan Barak
2018-02-15IB/uverbs: Use u64_to_user_ptr() not a unionJason Gunthorpe
2018-02-15IB/uverbs: Use inline data transfer for UHW_INJason Gunthorpe
2018-02-15IB/uverbs: Always use the attribute size provided by the userMatan Barak
2018-02-01IB/core: Avoid a potential OOPs for an unused optional parameterMichael J. Ruhl
2018-01-29RDMA/core: Add resource tracking for create and destroy CQsLeon Romanovsky
2017-11-13RDMA/core: avoid uninitialized variable warning in create_udataArnd Bergmann
2017-09-27IB/uverbs: clean up INIT_UDATA_BUF_OR_NULL usageArnd Bergmann
2017-08-31IB/core: Add completion queue (cq) object actionsMatan Barak
2017-08-31IB/core: Add legacy driver's user-dataMatan Barak
2017-08-31IB/core: Add DEVICE object and root tree structureMatan Barak
2017-08-31IB/core: Declare an object instead of declaring only type attributesMatan Barak
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-04-28Ib/core: Mark local uverbs_std_types functions to be staticLeon Romanovsky
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 idr based standard typesMatan Barak