aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_ioctl.c
AgeCommit message (Expand)Author
2019-05-02RDMA/uverbs: Initialize udata struct on destroy flowsGal Pressman
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch
2019-02-15IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch
2019-01-14RDMA/uverbs: Mark ioctl responses with UVERBS_ATTR_F_VALID_OUTPUTJason Gunthorpe
2018-12-20IB/core: uverbs copy to struct or zero helperMichael Guralnik
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe
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-10-03RDMA/uverbs: Fix RCU annotation for radix slot deferenceJason Gunthorpe
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch
2018-08-13IB/uverbs: Do not check for device disassociation during ioctlJason Gunthorpe
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe
2018-08-09IB/uverbs: Fix reading of 32 bit flagsJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason 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-25IB/uverbs: Handle IDR and FD types without truncationJason Gunthorpe
2018-07-09IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function callsJason Gunthorpe
2018-07-04RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCTJason Gunthorpe
2018-07-04RDMA/uverbs: Remove UA_FLAGSJason Gunthorpe
2018-07-04RDMA/uverbs: Simplify UVERBS_ATTR family of macrosJason Gunthorpe
2018-07-04RDMA/uverbs: Store the specs_root in the struct ib_uverbs_deviceJason Gunthorpe
2018-06-22IB/uverbs: Delete type and id from uverbs_obj_attrJason Gunthorpe
2018-06-19IB/uverbs: Allow an empty namespace in ioctl() frameworkMatan Barak
2018-06-19IB/uverbs: Add PTR_IN attributes that are allocated/copied automaticallyMatan Barak
2018-06-19IB/uverbs: Refactor uverbs_finalize_objectsMatan Barak
2018-04-27IB/uverbs: Fix validating mandatory attributesMatan Barak
2018-04-04IB/uverbs: Add enum attribute type to ioctl() interfaceMatan Barak
2018-03-19IB/uverbs: Safely extend existing attributesMatan Barak
2018-03-19IB/uverbs: Enable compact representation of uverbs_attr_specMatan Barak
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-02-15IB/uverbs: Fix possible oops with duplicate ioctl attributesMatan Barak
2018-01-25RDMA/uverbs: Use an unambiguous errno for method not supportedJason Gunthorpe
2017-10-18RDMA/uverbs: Make the code in ib_uverbs_cmd_verbs() less confusingBart Van Assche
2017-08-31IB/core: Add new ioctl interfaceMatan Barak