1. dbb3e9d RDMA/uverbs: Fix -Wunused-function warning by YueHaibing · 3 years, 9 months ago
  2. 2904bb3 IB/core: Split uverbs_get_const/default to consider target type by Yishai Hadas · 3 years, 10 months ago
  3. e0da689 RDMA/uverbs: Fix incorrect variable type by Avihai Horon · 4 years, 1 month ago
  4. bfb972c IB/verbs: avoid nested container_of() by Arnd Bergmann · 4 years, 2 months ago
  5. 6bf9d8f RDMA/include: Replace license text with SPDX tags by Leon Romanovsky · 4 years, 5 months ago
  6. 0f63ef1 RDMA/core: Align abort/commit object scheme for write() and ioctl() paths by Leon Romanovsky · 4 years, 5 months ago
  7. ffd7339 RDMA/core: Use offsetofend() instead of open coding by Jason Gunthorpe · 4 years, 7 months ago
  8. bebcfe8 RDMA/core: Use sizeof_field() helper by Gustavo A. R. Silva · 4 years, 7 months ago
  9. 0ac8903 RDMA/core: Allow the ioctl layer to abort a fully created uobject by Jason Gunthorpe · 4 years, 7 months ago
  10. 342ee59 IB/mlx5: Expose UAR object and its alloc/destroy commands by Yishai Hadas · 4 years, 9 months ago
  11. 730623f IB/verbs: Add helper function rdma_udata_to_drv_context by Shamir Rabinovitch · 6 years ago
  12. 3d9dfd0 IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows by Shamir Rabinovitch · 6 years ago
  13. 2e8039c IB/core: uverbs copy to struct or zero helper by Michael Guralnik · 6 years ago
  14. cbfdd44 IB/uverbs: Add helper to get array size from ptr attribute by Moni Shoua · 6 years ago
  15. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  16. a146235 RDMA/mlx5: Fail early if user tries to create flows on IB representors by Leon Romanovsky · 6 years ago
  17. 4d7e8cc IB/core: Introduce UVERBS_IDR_ANY_OBJECT by Yishai Hadas · 6 years ago
  18. 974d6b4 RDMA/uverbs: Use only attrs for the write() handler signature by Jason Gunthorpe · 6 years ago
  19. c2a939f RDMA/uverbs: Use uverbs_attr_bundle to pass ucore for write/write_ex by Jason Gunthorpe · 6 years ago
  20. 07f05f4 RDMA/uverbs: Use uverbs_attr_bundle to pass udata for ioctl() by Jason Gunthorpe · 6 years ago
  21. ef87df2c RDMA/uverbs: Use uverbs_attr_bundle to pass udata for write_ex by Jason Gunthorpe · 6 years ago
  22. 669dac1 RDMA/uverbs: Add structure size info to write commands by Jason Gunthorpe · 6 years ago
  23. 15a1b4b RDMA/uverbs: Do not pass ib_uverbs_file to ioctl methods by Jason Gunthorpe · 6 years ago
  24. 7106a97 RDMA/uverbs: Make write() handlers return 0 on success by Jason Gunthorpe · 6 years ago
  25. 8313c10 RDMA/uverbs: Replace ib_uverbs_file with uverbs_attr_bundle for write by Jason Gunthorpe · 6 years ago
  26. a140692 RDMA/uverbs: Check for NULL driver methods for every write call by Jason Gunthorpe · 6 years ago
  27. 6884c6c RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api by Jason Gunthorpe · 6 years ago
  28. 6829c1c RDMA/uverbs: Add helpers to mark uapi functions as unsupported by Jason Gunthorpe · 6 years ago
  29. 0cbf432 RDMA/uverbs: Use a linear list to describe the compiled-in uapi by Jason Gunthorpe · 6 years ago
  30. 70cd20a IB/uverbs: Add IDRs array attribute type to ioctl() interface by Guy Levi · 6 years ago
  31. 0953fff RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs language by Mark Bloch · 6 years ago
  32. 51d0a2b IB/uverbs: Remove struct uverbs_root_spec and all supporting code by Jason Gunthorpe · 6 years ago
  33. 3a86357 IB/uverbs: Use uverbs_api to unmarshal ioctl commands by Jason Gunthorpe · 6 years ago
  34. 461bb2e IB/uverbs: Add a simple allocator to uverbs_attr_bundle by Jason Gunthorpe · 6 years ago
  35. 6a1f444 IB/uverbs: Remove the ib_uverbs_attr pointer from each attr by Jason Gunthorpe · 6 years ago
  36. 4b3dd2b IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle by Jason Gunthorpe · 6 years ago
  37. 9ed3e5f IB/uverbs: Build the specs into a radix tree at runtime by Jason Gunthorpe · 6 years ago
  38. e83f0ec IB/uverbs: Do not pass struct ib_device to the ioctl methods by Jason Gunthorpe · 6 years ago
  39. bccd062 IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language by Jason Gunthorpe · 6 years ago
  40. 22fa27f IB/uverbs: Fix locking around struct ib_uverbs_file ucontext by Jason Gunthorpe · 6 years ago
  41. fd44e38 IB/mlx5: Introduce flow steering matcher uapi object by Yishai Hadas · 6 years ago
  42. 422e3d3 RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT by Jason Gunthorpe · 6 years ago
  43. 540cd69 RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly by Jason Gunthorpe · 6 years ago
  44. 83bb444 RDMA/uverbs: Remove UA_FLAGS by Jason Gunthorpe · 6 years ago
  45. 9a119cd RDMA/uverbs: Get rid of the & in method specifications by Jason Gunthorpe · 6 years ago
  46. 6c61d2a RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros by Jason Gunthorpe · 6 years ago
  47. 595c773 RDMA/uverbs: Simplify method definition macros by Jason Gunthorpe · 6 years ago
  48. d108dac RDMA/uverbs: Simplify UVERBS_ATTR family of macros by Jason Gunthorpe · 6 years ago
  49. 321d786 IB/uverbs: Delete type and id from uverbs_obj_attr by Jason Gunthorpe · 7 years ago
  50. 2d9c1bd IB/uverbs: Add a macro to define a type with no kernel known size by Matan Barak · 7 years ago
  51. 8762d14 IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically by Matan Barak · 7 years ago
  52. 0f45e69 Merge tag 'verbs_flow_counters' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdma.git into for-next by Jason Gunthorpe · 7 years ago
  53. 3efa381 IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure by Matan Barak · 7 years ago
  54. f4602cb IB/uverbs: Fix uverbs_attr_get_obj by Jason Gunthorpe · 7 years ago
  55. be934cc IB/uverbs: Add device memory registration ioctl support by Ariel Levkovich · 7 years ago
  56. 494c558 IB/uverbs: Add enum attribute type to ioctl() interface by Matan Barak · 7 years ago
  57. 41b2a71 IB/uverbs: Move ioctl path of create_cq and destroy_cq to a new file by Matan Barak · 7 years ago
  58. c66db31 IB/uverbs: Safely extend existing attributes by Matan Barak · 7 years ago
  59. 1f07e08f IB/uverbs: Enable compact representation of uverbs_attr_spec by Matan Barak · 7 years ago
  60. 1f7ff9d IB/uverbs: Move to new headers and make naming consistent by Matan Barak · 7 years ago
  61. 2f36028 IB/uverbs: Use u64_to_user_ptr() not a union by Jason Gunthorpe · 7 years ago
  62. 89d9e8d IB/uverbs: Always use the attribute size provided by the user by Matan Barak · 7 years ago
  63. 5242711 IB/core: Assign root to all drivers by Matan Barak · 7 years ago
  64. d70724f IB/core: Add legacy driver's user-data by Matan Barak · 7 years ago
  65. 3541030 IB/core: Add macros for declaring methods and attributes by Matan Barak · 7 years ago
  66. 118620d IB/core: Add uverbs merge trees functionality by Matan Barak · 7 years ago
  67. 09e3ebf IB/core: Add DEVICE object and root tree structure by Matan Barak · 7 years ago
  68. 5009010 IB/core: Declare an object instead of declaring only type attributes by Matan Barak · 7 years ago
  69. fac9658 IB/core: Add new ioctl interface by Matan Barak · 7 years ago
  70. f43dbeb IB/core: Add support to finalize objects in one transaction by Matan Barak · 7 years ago
  71. a0aa309 IB/core: Add a generic way to execute an operation on a uobject by Matan Barak · 7 years ago