aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_std_types_cq.c
AgeCommit message (Expand)Author
2019-05-27RDMA/uverbs: Pass udata on uverbs error unwindGal Pressman
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch
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
2018-12-18RDMA/restrack: Resource-tracker should not use uobject pointersShamir Rabinovitch
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe
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-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe
2018-08-01IB/uverbs: Remove rdma_explicit_destroy() from the ioctl methodsJason Gunthorpe
2018-07-30IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs languageJason Gunthorpe
2018-07-25IB/uverbs: Fix locking around struct ib_uverbs_file ucontextJason Gunthorpe
2018-07-09IB/uverbs: Do not use uverbs_cmd_mask in the ioctl pathJason Gunthorpe
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: Tidy up remaining references to ucontextJason Gunthorpe
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason 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 method definition macrosJason Gunthorpe
2018-06-29IB: Improve uverbs_cleanup_ucontext algorithmYishai Hadas
2018-06-02IB/uverbs: Add an ib_uobject getter to ioctl() infrastructureMatan Barak
2018-03-19IB/uverbs: Enable ioctl() uAPI by default for new verbsMatan Barak
2018-03-19IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new fileMatan Barak