master
libibverbs: Add common infrastructure for Completion Counters verbs
verbs: Document that pointer-returning verbs set errno on failure
verbs: Add RDMA_STATIC_PROVIDERS
verbs: Add a compatibility arch.h
verbs: Delete query_device() internal support
verbs: Provide native ioctl implementations for trivial destroy
verbs: Make fill_attr* able to handle invalid input
libibverbs: Fix create CQ max number of attributes
verbs: Expose device memory handle to user
verbs: Expose ibv_cmd_export_dmabuf_fd() to be used by drivers
verbs: Add ibv_cmd_alloc/free commands for DMA handle
verbs: Pass the cmd to execute_cmd through a void *
Consider EIO upon ioctl destroy commands
verbs: Fix attribute returning
libibverbs: Avoid memcpy from NULL in fill_attr_in()
libibverbs: Fall back to the write ABI in ibv_cmd_reg_mr_ex()
libibverbs: Extend ibv_cmd_create_qp_ex2() with driver chain
verbs: Assign ibv srq->pd when creating SRQ
verbs: Use WQ creation flags properly
verbs: Add new create_cq command that supports driver attribute over ioctl
verbs: Use util/symver.h for all symbol versioning
verbs: Enable verbs_open_device() to work over non sysfs devices
libibverbs: Add internal DMA-buf heap allocator library
verbs: Document errno behavior of MR fork/attr helpers
verbs: Do not include dynamic loading in static libraries
verbs: Add IBV_EVENT_DEVICE_SPEED_CHANGE to async events
libibverbs: fix a signedness inconsistency in a return value.
verbs: Adapt bitmap usage to use util API
libibverbs: consistently parse environment variables in ibverbs_init
verbs: Move QP create and destroy commands to ioctl
verbs: Use kernel uapi names for identical structs
Do not use `__THROW` in prototypes
verbs: Remove support for libnl1
verbs: Flatten libibverbs/src,include into libibverbs/
verbs: Replace infiniband/sa-kern-abi.h with the kernel's uapi/rdma/ib_user_sa.h
Add sparse annotations to various SA structures
Eliminate BEGIN_C_DECLS and END_C_DECLS macros in libibverbs and libibumad headers
verbs: Expose an option to prefetch ODP MR without faulting