1. 3b0b282 IB/rxe: Revise the ib_wr_opcode enum by Jason Gunthorpe · 6 years ago
  2. 1290290c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  3. 93065ac mm, oom: distinguish blockable mode for mmu notifiers by Michal Hocko · 6 years ago
  4. b4c296f RDMA/smc: Replace ib_query_gid with rdma_get_gid_attr by Jason Gunthorpe · 6 years ago
  5. 92f4e77 Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr" by Jason Gunthorpe · 6 years ago
  6. 89982f7 Merge tag 'v4.18' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  7. 51d0a2b IB/uverbs: Remove struct uverbs_root_spec and all supporting code by Jason Gunthorpe · 6 years ago
  8. 3a86357 IB/uverbs: Use uverbs_api to unmarshal ioctl commands by Jason Gunthorpe · 6 years ago
  9. 461bb2e IB/uverbs: Add a simple allocator to uverbs_attr_bundle by Jason Gunthorpe · 6 years ago
  10. 6a1f444 IB/uverbs: Remove the ib_uverbs_attr pointer from each attr by Jason Gunthorpe · 6 years ago
  11. 4b3dd2b IB/uverbs: Provide implementation private memory for the uverbs_attr_bundle by Jason Gunthorpe · 6 years ago
  12. 6b0d08f IB/uverbs: Use uverbs_api to manage the object type inside the uobject by Jason Gunthorpe · 6 years ago
  13. 9ed3e5f IB/uverbs: Build the specs into a radix tree at runtime by Jason Gunthorpe · 6 years ago
  14. 7d96c9b IB/uverbs: Have the core code create the uverbs_root_spec by Jason Gunthorpe · 6 years ago
  15. 9f49a5b RDMA/netdev: Use priv_destructor for netdev cleanup by Jason Gunthorpe · 6 years ago
  16. 0f50d88 IB/uverbs: Allow all DESTROY commands to succeed after disassociate by Jason Gunthorpe · 6 years ago
  17. e83f0ec IB/uverbs: Do not pass struct ib_device to the ioctl methods by Jason Gunthorpe · 6 years ago
  18. bbd51e8 IB/uverbs: Do not pass struct ib_device to the write based methods by Jason Gunthorpe · 6 years ago
  19. 7452a3c IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociate by Jason Gunthorpe · 6 years ago
  20. 9867f5c IB/uverbs: Convert 'bool exclusive' into an enum by Jason Gunthorpe · 6 years ago
  21. 87ad80a IB/uverbs: Consolidate uobject destruction by Jason Gunthorpe · 6 years ago
  22. 32ed5c0 IB/uverbs: Make the write path destroy methods use the same flow as ioctl by Jason Gunthorpe · 6 years ago
  23. ca3a8ac RDMA/core: Return bool instead of int by Parav Pandit · 6 years ago
  24. e7ff98a RDMA/cma: Constify path record, ib_cm_event, listen_id pointers by Parav Pandit · 6 years ago
  25. 2df7dba RDMA/core: Constify dst_addr argument by Parav Pandit · 6 years ago
  26. bccd062 IB/uverbs: Add UVERBS_ATTR_FLAGS_IN to the specs language by Jason Gunthorpe · 6 years ago
  27. d34ac5c RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const by Bart Van Assche · 6 years ago
  28. f696bf6 RDMA: Constify the argument of the work request conversion functions by Bart Van Assche · 6 years ago
  29. 7aaa180 IB/cache: Restore compatibility for ib_query_gid by Jason Gunthorpe · 6 years ago
  30. cee1043 IB/core: Introduce and use sgid_attr in CM requests by Parav Pandit · 6 years ago
  31. 22fa27f IB/uverbs: Fix locking around struct ib_uverbs_file ucontext by Jason Gunthorpe · 6 years ago
  32. aba9454 IB/uverbs: Move the FD uobj type struct file allocation to alloc_commit by Jason Gunthorpe · 6 years ago
  33. 2c96eb7 IB/uverbs: Always propagate errors from rdma_alloc_commit_uobject() by Jason Gunthorpe · 6 years ago
  34. e951747 IB/uverbs: Rework the locking for cleaning up the ucontext by Jason Gunthorpe · 6 years ago
  35. 1250c30 IB/uverbs: Handle IDR and FD types without truncation by Jason Gunthorpe · 6 years ago
  36. bb039a8 IB/core: Allow ULPs to specify NULL as the third ib_post_(send|recv|srq_recv)() argument by Bart Van Assche · 6 years ago
  37. 3226944 IB/mlx5: Introduce driver create and destroy flow methods by Yishai Hadas · 6 years ago
  38. 6cd080a IB: Support ib_flow creation in drivers by Yishai Hadas · 6 years ago
  39. fd44e38 IB/mlx5: Introduce flow steering matcher uapi object by Yishai Hadas · 6 years ago
  40. 4fca037 IB/uverbs: Move ib_access_flags and ib_read_counters_flags to uapi by Jason Gunthorpe · 6 years ago
  41. 528922a IB: Enable uverbs_destroy_def_handler to be used by drivers by Yishai Hadas · 6 years ago
  42. b02289b RDMA: Validate grh_required when handling AVs by Artemy Kovalyov · 6 years ago
  43. 2f944c0 RDMA: Fix storage of PortInfo CapabilityMask in the kernel by Jason Gunthorpe · 6 years ago
  44. d0259e8 IB/uverbs: Remove ib_uobject_file by Jason Gunthorpe · 6 years ago
  45. 2cc1e3b8 IB/uverbs: Replace file->ucontext with file in uverbs_cmd.c by Jason Gunthorpe · 6 years ago
  46. 6ef1c82 IB/uverbs: Replace ib_ucontext with ib_uverbs_file in core function calls by Jason Gunthorpe · 6 years ago
  47. 6a5e9c8 IB/uverbs: Move non driver related elements from ib_ucontext to ib_ufile by Jason Gunthorpe · 6 years ago
  48. c33e73a IB/uverbs: Add a uobj_perform_destroy helper by Jason Gunthorpe · 6 years ago
  49. 422e3d3 RDMA/uverbs: Combine MIN_SZ_OR_ZERO with UVERBS_ATTR_STRUCT by Jason Gunthorpe · 6 years ago
  50. 540cd69 RDMA/uverbs: Use UVERBS_ATTR_MIN_SIZE correctly and uniformly by Jason Gunthorpe · 6 years ago
  51. 83bb444 RDMA/uverbs: Remove UA_FLAGS by Jason Gunthorpe · 6 years ago
  52. 9a119cd RDMA/uverbs: Get rid of the & in method specifications by Jason Gunthorpe · 6 years ago
  53. 6c61d2a RDMA/uverbs: Simplify UVERBS_OBJECT and _TREE family of macros by Jason Gunthorpe · 6 years ago
  54. 595c773 RDMA/uverbs: Simplify method definition macros by Jason Gunthorpe · 6 years ago
  55. d108dac RDMA/uverbs: Simplify UVERBS_ATTR family of macros by Jason Gunthorpe · 6 years ago
  56. 87fc2a6 RDMA/uverbs: Store the specs_root in the struct ib_uverbs_device by Jason Gunthorpe · 6 years ago
  57. 4eefd62 include/rdma/opa_addr.h: Fix an endianness issue by Bart Van Assche · 6 years ago
  58. 1c77483 IB: Improve uverbs_cleanup_ucontext algorithm by Yishai Hadas · 6 years ago
  59. 1ccddc4 RDMA/verbs: Drop kernel variant of destroy_flow by Leon Romanovsky · 6 years ago
  60. ca576fb RDMA/verbs: Drop kernel variant of create_flow by Leon Romanovsky · 6 years ago
  61. ea8c2d8 RDMA/core: Remove unused ib cache functions by Jason Gunthorpe · 6 years ago
  62. 3983910 IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *' by Parav Pandit · 6 years ago
  63. 815d456 IB/cm: Pass the sgid_attr through various events by Parav Pandit · 6 years ago
  64. 4ed13a5 IB/cm: Keep track of the sgid_attr that created the cm id by Parav Pandit · 6 years ago
  65. b740321 IB: Make ib_init_ah_attr_from_wc set sgid_attr by Parav Pandit · 6 years ago
  66. 321d786 IB/uverbs: Delete type and id from uverbs_obj_attr by Jason Gunthorpe · 6 years ago
  67. 1abd8a8 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  68. 2e2ba09 IB/rdmavt, IB/hfi1: Create device dependent s_flags by Mike Marciniszyn · 6 years ago
  69. 7dc08dc IB/core: Expose ib_ucontext from a given ib_uverbs_file by Yishai Hadas · 6 years ago
  70. e502a86 IB/core: Introduce DECLARE_UVERBS_GLOBAL_METHODS by Yishai Hadas · 6 years ago
  71. 2d9c1bd IB/uverbs: Add a macro to define a type with no kernel known size by Matan Barak · 6 years ago
  72. 8762d14 IB/uverbs: Add PTR_IN attributes that are allocated/copied automatically by Matan Barak · 6 years ago
  73. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 6 years ago
  74. 7350cdd RDMA/core: Save kernel caller name when creating CQ using ib_create_cq() by Bharat Potnuri · 6 years ago
  75. 1a1f460 RDMA: Hold the sgid_attr inside the struct ib_ah/qp by Jason Gunthorpe · 6 years ago
  76. 47ec386 RDMA: Convert drivers to use sgid_attr instead of sgid_index by Parav Pandit · 6 years ago
  77. d97099f IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs by Jason Gunthorpe · 6 years ago
  78. 8d9ec9a IB/core: Add a sgid_attr pointer to struct rdma_ah_attr by Jason Gunthorpe · 6 years ago
  79. 1dfce29 IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid by Parav Pandit · 6 years ago
  80. c3d71b6 IB/core: Provide rdma_ versions of the gid cache API by Jason Gunthorpe · 6 years ago
  81. bf399c2 IB/core: Introduce GID attribute get, put and hold APIs by Parav Pandit · 6 years ago
  82. f4df9a7 RDMA: Use GID from the ib_gid_attr during the add_gid() callback by Parav Pandit · 6 years ago
  83. b150c38 IB/core: Introduce GID entry reference counts by Parav Pandit · 6 years ago
  84. 7654cb1 Convert infiniband uverbs to struct_size by Matthew Wilcox · 6 years ago
  85. 33edc3b RDMA/restrack: Change SPDX tag to properly reflect license by Leon Romanovsky · 6 years ago
  86. ca24da0 RDMA/core: introduce check masks for T10-PI offload by Max Gurtovoy · 6 years ago
  87. 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 · 6 years ago
  88. 7eea23a IB/core: Add support for flow counters by Raed Salem · 6 years ago
  89. 59082a3 IB/core: Support passing uhw for create_flow by Matan Barak · 6 years ago
  90. 51d7a53 IB/core: Introduce counters read verb by Raed Salem · 6 years ago
  91. fa9b180 IB/core: Introduce counters object and its create/destroy by Raed Salem · 6 years ago
  92. 3efa381 IB/uverbs: Add an ib_uobject getter to ioctl() infrastructure by Matan Barak · 6 years ago
  93. 0394808 Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 6 years ago
  94. 08bb558 IB/core: Make testing MR flags for writability a static inline function by Jack Morgenstein · 6 years ago
  95. 25e6265 IB/core: Reduce the places that use zgid by Parav Pandit · 6 years ago
  96. f4602cb IB/uverbs: Fix uverbs_attr_get_obj by Jason Gunthorpe · 6 years ago
  97. fbdb0a9 RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpers by Steve Wise · 6 years ago
  98. b04f0f0 IB/uverbs: Introduce a MPLS steering match filter by Ariel Levkovich · 6 years ago
  99. d90e5e5 IB/uverbs: Introduce a GRE steering match filter by Ariel Levkovich · 6 years ago
  100. 8e907ed IB/umem: Use the correct mm during ib_umem_release by Lidong Chen · 6 years ago