aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/uverbs_uapi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-1/+1
2020-10-26RDMA/core Remove uverbs_ex_cmd_maskJason Gunthorpe1-4/+1
2020-05-21IB/uverbs: Introduce create/destroy QP commands over ioctlYishai Hadas1-0/+1
2020-05-21IB/uverbs: Introduce create/destroy WQ commands over ioctlYishai Hadas1-0/+1
2020-05-21IB/uverbs: Introduce create/destroy SRQ commands over ioctlYishai Hadas1-0/+1
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe1-0/+1
2020-01-13RDMA/core: Simplify destruction of FD uobjectsJason Gunthorpe1-3/+3
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-1/+1
2019-05-30RDMA/uverbs: check for allocation failure in uapi_add_elm()Dan Carpenter1-0/+2
2019-01-29IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_CMD_FDYishai Hadas1-5/+10
2018-12-18RDMA/uverbs: Implement an ioctl that can call write and write_ex handlersJason Gunthorpe1-0/+1
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-1/+2
2018-12-04IB/core: Enable getting an object type from a given uobjectYishai Hadas1-0/+1
2018-12-04IB/core: Introduce UVERBS_IDR_ANY_OBJECTYishai Hadas1-2/+7
2018-12-03RDMA/uverbs: Use only attrs for the write() handler signatureJason Gunthorpe1-18/+5
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl()Jason Gunthorpe1-0/+3
2018-11-26RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_exJason Gunthorpe1-1/+1
2018-11-26RDMA/uverbs: Add structure size info to write commandsJason Gunthorpe1-0/+7
2018-11-26RDMA/uverbs: Make write() handlers return 0 on successJason Gunthorpe1-3/+2
2018-11-26RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for writeJason Gunthorpe1-2/+2
2018-11-22RDMA/uverbs: Check for NULL driver methods for every write callJason Gunthorpe1-6/+41
2018-11-22RDMA/uverbs: Convert the write interface to use uverbs_apiJason Gunthorpe1-0/+1
2018-11-22RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_apiJason Gunthorpe1-2/+135
2018-11-22RDMA/uverbs: Require all objects to have a driver destroy functionJason Gunthorpe1-0/+5
2018-11-22RDMA/uverbs: Add helpers to mark uapi functions as unsupportedJason Gunthorpe1-14/+161
2018-11-22RDMA/uverbs: Factor out the add/get pattern into a helperJason Gunthorpe1-30/+44
2018-11-22RDMA/uverbs: Use a linear list to describe the compiled-in uapiJason Gunthorpe1-59/+84
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe1-0/+1
2018-09-25IB/uverbs: Free uapi on destroyMark Bloch1-0/+1
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi1-0/+12
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe1-0/+3
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe1-0/+343