summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/uverbs_uapi.c
AgeCommit message (Expand)Author
2022-01-05RDMA/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe
2020-05-21IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas
2020-05-21IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe
2020-01-13RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe
2019-05-30RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas
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-12-04IB/core: Enable getting an object type from a given uobjectYishai Hadas
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe
2018-11-26RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe
2018-11-22RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe
2018-11-22RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe
2018-11-22RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe
2018-11-22RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe
2018-11-22RDMA/uverbs: Factor out the add/get pattern into a helperJason Gunthorpe
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe
2018-09-25IB/uverbs: Free uapi on destroyMark Bloch
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe