1. d7407d1 RDMA: Change ops->init_port to ops->port_groups by Jason Gunthorpe · 3 years, 7 months ago
  2. 8f1708f RDMA/hfi1: Use attributes for the port sysfs by Jason Gunthorpe · 3 years, 7 months ago
  3. 4a7aaf8 RDMA/qib: Use attributes for the port sysfs by Jason Gunthorpe · 3 years, 7 months ago
  4. 526a12c RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj's by Jason Gunthorpe · 3 years, 7 months ago
  5. 054239f RDMA/core: Expose the ib port sysfs attribute machinery by Jason Gunthorpe · 3 years, 7 months ago
  6. d89eb50 RDMA/core: Remove the kobject_uevent() NOP by Jason Gunthorpe · 3 years, 7 months ago
  7. b7066b3 RDMA/core: Create the device hw_counters through the normal groups mechanism by Jason Gunthorpe · 3 years, 7 months ago
  8. 2ca1cca RDMA/core: Simplify how the port sysfs is created by Jason Gunthorpe · 3 years, 7 months ago
  9. a467638 RDMA/core: Simplify how the gid_attrs sysfs is created by Jason Gunthorpe · 3 years, 7 months ago
  10. a32f433 RDMA/core: Split gid_attrs related sysfs from add_port() by Jason Gunthorpe · 3 years, 7 months ago
  11. 467f432 RDMA/core: Split port and device counter sysfs attributes by Jason Gunthorpe · 3 years, 7 months ago
  12. d8a5883 RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer by Jason Gunthorpe · 3 years, 7 months ago
  13. 4b5f4d3 RDMA: Split the alloc_hw_stats() ops to port and device variants by Jason Gunthorpe · 3 years, 7 months ago
  14. 570d2b9 RDMA/rxe: Disallow MR dereg and invalidate when bound by Bob Pearson · 3 years, 7 months ago
  15. cdd0b85 RDMA/rxe: Implement memory access through MWs by Bob Pearson · 3 years, 7 months ago
  16. 3902b42 RDMA/rxe: Implement invalidate MW operations by Bob Pearson · 3 years, 7 months ago
  17. 32a577b RDMA/rxe: Add support for bind MW work requests by Bob Pearson · 3 years, 7 months ago
  18. c1a4112 RDMA/rxe: Move local ops to subroutine by Bob Pearson · 3 years, 7 months ago
  19. 886441f RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASK by Bob Pearson · 3 years, 7 months ago
  20. beec023 RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbs by Bob Pearson · 3 years, 7 months ago
  21. af732ad RDMA/rxe: Enable MW object pool by Bob Pearson · 3 years, 7 months ago
  22. 0822401 RDMA/rxe: Return errors for add index and key by Bob Pearson · 3 years, 7 months ago
  23. 15ae137 RDMA/rxe: Fix qp reference counting for atomic ops by Bob Pearson · 3 years, 7 months ago
  24. 61b460d RDMA/hns: Support getting max QP number from firmware by Xi Wang · 3 years, 7 months ago
  25. 7ce6095e RDMA/mlx5: Don't add slave port to unaffiliated list by Leon Romanovsky · 3 years, 7 months ago
  26. 2db7b2e RDMA/irdma: Store PBL info address a pointer type by Shiraz Saleem · 3 years, 7 months ago
  27. bf0480a IB/cm: Remove dgid from the cm_id_priv av by Jason Gunthorpe · 3 years, 7 months ago
  28. 6246f1c RDMA/irdma: Use list_last_entry/list_first_entry by Shiraz Saleem · 3 years, 7 months ago
  29. ac477ef RDMA/irdma: Use list_move instead of list_del/list_add by Baokun Li · 3 years, 7 months ago
  30. ec9bf37 RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device by Weihang Li · 3 years, 7 months ago
  31. a5e27fb RDMA/ipoib: Use refcount_t instead of atomic_t for reference counting by Weihang Li · 3 years, 7 months ago
  32. 7183451 RDMA/cxgb4: Use refcount_t instead of atomic_t for reference counting by Weihang Li · 3 years, 7 months ago
  33. 8f9513d RDMA/hns: Use refcount_t instead of atomic_t for QP reference counting by Weihang Li · 3 years, 7 months ago
  34. 33649cd RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference counting by Weihang Li · 3 years, 7 months ago
  35. cc9e5a8 RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting by Weihang Li · 3 years, 7 months ago
  36. 58d33b4 RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port by Weihang Li · 3 years, 7 months ago
  37. cd74db6 RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member by Weihang Li · 3 years, 7 months ago
  38. 6448508 RDMA/core: Remove refcount from struct ib_mad_snoop_private by Jason Gunthorpe · 3 years, 7 months ago
  39. fcc57a7 RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data by Weihang Li · 3 years, 7 months ago
  40. 60dff56 RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private by Weihang Li · 3 years, 7 months ago
  41. 61c7d82 RDMA/irdma: Fix return error sign from irdma_modify_qp by Kamal Heib · 3 years, 7 months ago
  42. 205be5d RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate" by Colin Ian King · 3 years, 7 months ago
  43. cd16b32 RDMA/irdma: remove redundant initialization of variable val by Colin Ian King · 3 years, 7 months ago
  44. 1b01a42 RDMA/irdma: remove extraneous indentation on a statement by Colin Ian King · 3 years, 7 months ago
  45. 7fde2db RDMA/irdma: Fix issues with u8 left shift operation by Colin Ian King · 3 years, 7 months ago
  46. aeb27bb RDMA/cxgb4: Fix missing error code in create_qp() by Jiapeng Chong · 3 years, 7 months ago
  47. 35f5ace RDMA/bnxt_re: Enable global atomic ops if platform supports by Devesh Sharma · 3 years, 7 months ago
  48. 32a25f2 RDMA/rxe: Fix failure during driver load by Kamal Heib · 3 years, 7 months ago
  49. 5bcf5a5 RDMA/rxe: Protext kernel index from user space by Bob Pearson · 3 years, 7 months ago
  50. 0a67c46d2 RDMA/rxe: Protect user space index loads/stores by Bob Pearson · 3 years, 7 months ago
  51. 59daff4 RDMA/rxe: Add a type flag to rxe_queue structs by Bob Pearson · 3 years, 7 months ago
  52. 50971e3 Merge branch 'irdma' into rdma.git for-next by Jason Gunthorpe · 3 years, 7 months ago
  53. fa0cf56 RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw by Shiraz Saleem · 3 years, 7 months ago
  54. ddae5d6 RDMA/irdma: Add dynamic tracing for CM by Michael J. Ruhl · 3 years, 7 months ago
  55. 915cc7a RDMA/irdma: Add miscellaneous utility definitions by Mustafa Ismail · 3 years, 7 months ago
  56. 551c46e RDMA/irdma: Add user/kernel shared libraries by Mustafa Ismail · 3 years, 7 months ago
  57. dd90451 RDMA/irdma: Add RoCEv2 UD OP support by Mustafa Ismail · 3 years, 7 months ago
  58. b48c24c RDMA/irdma: Implement device supported verb APIs by Mustafa Ismail · 3 years, 7 months ago
  59. e8c4dbc RDMA/irdma: Add PBLE resource manager by Mustafa Ismail · 3 years, 7 months ago
  60. 146b975 RDMA/irdma: Add connection manager by Mustafa Ismail · 3 years, 7 months ago
  61. 3ae331c RDMA/irdma: Add QoS definitions by Mustafa Ismail · 3 years, 7 months ago
  62. a3a06db5 RDMA/irdma: Add privileged UDA queue implementation by Mustafa Ismail · 3 years, 7 months ago
  63. d1850c0 RDMA/irdma: Add HMC backing store setup functions by Mustafa Ismail · 3 years, 7 months ago
  64. 3f49d68 RDMA/irdma: Implement HW Admin Queue OPs by Mustafa Ismail · 3 years, 7 months ago
  65. 44d9e52 RDMA/irdma: Implement device initialization definitions by Mustafa Ismail · 3 years, 7 months ago
  66. 8498a30 RDMA/irdma: Register auxiliary driver and implement private channel OPs by Mustafa Ismail · 3 years, 7 months ago
  67. 76039ac IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lock by Mark Zhang · 3 years, 7 months ago
  68. 7345201 IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path by Mark Zhang · 3 years, 7 months ago
  69. 70076a4 IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls by Mark Zhang · 3 years, 7 months ago
  70. 3595c39 Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered" by Mark Zhang · 3 years, 7 months ago
  71. efafae6 IB/cm: Tidy remaining cm_msg free paths by Jason Gunthorpe · 3 years, 7 months ago
  72. c1cf6d9 IB/cm: Call the correct message free functions in cm_send_handler() by Jason Gunthorpe · 3 years, 7 months ago
  73. 4b4e586 IB/cm: Split cm_alloc_msg() by Jason Gunthorpe · 3 years, 7 months ago
  74. 96376a4 IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg() by Jason Gunthorpe · 3 years, 7 months ago
  75. f974428 RDMA/core: Sanitize WQ state received from the userspace by Leon Romanovsky · 3 years, 8 months ago
  76. 0e85584 RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare by Jack Wang · 3 years, 7 months ago
  77. f4370a8 i40e: Register auxiliary devices to provide RDMA by Shiraz Saleem · 3 years, 8 months ago
  78. f9f5301 ice: Register auxiliary device to provide RDMA by Dave Ertman · 3 years, 8 months ago
  79. 348048e ice: Implement iidc operations by Dave Ertman · 3 years, 8 months ago
  80. d25a0fc ice: Initialize RDMA support by Dave Ertman · 3 years, 8 months ago
  81. 7ecd7e2 RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats by Gioh Kim · 3 years, 7 months ago
  82. 5b73b79 RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection by Md Haris Iqbal · 3 years, 7 months ago
  83. 6bb97a2 RDMA/rtrs-srv: Fix memory leak when having multiple sessions by Jack Wang · 3 years, 7 months ago
  84. 2371c40 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object by Gioh Kim · 3 years, 7 months ago
  85. 07c1402 RDMA/rtrs-srv: Duplicated session name is not allowed by Gioh Kim · 3 years, 7 months ago
  86. 64bce1e RDMA/rtrs: Do not reset hb_missed_max after re-connection by Gioh Kim · 3 years, 7 months ago
  87. 78df092 RDMA/rtrs-srv: convert scnprintf to sysfs_emit by Jack Wang · 3 years, 7 months ago
  88. 0cdfb3b RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight by Md Haris Iqbal · 3 years, 7 months ago
  89. 41db63a RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats by Md Haris Iqbal · 3 years, 7 months ago
  90. 7a2e088 RDMA/rtrs-clt: Remove redundant 'break' by Guoqing Jiang · 3 years, 7 months ago
  91. 0aedfb6 RDMA/rtrs-srv: Kill __rtrs_srv_change_state by Guoqing Jiang · 3 years, 7 months ago
  92. b0c633c RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs by Guoqing Jiang · 3 years, 7 months ago
  93. 5e82ac7 RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb by Guoqing Jiang · 3 years, 7 months ago
  94. 2d612f0 RDMA/rtrs: Use strscpy instead of strlcpy by Dima Stepanov · 3 years, 7 months ago
  95. 3f3d0ea RDMA/rtrs: Define MIN_CHUNK_SIZE by Gioh Kim · 3 years, 7 months ago
  96. 3a98ea7 RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH by Gioh Kim · 3 years, 7 months ago
  97. 485f2fb RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state by Guoqing Jiang · 3 years, 7 months ago
  98. 6564b11 RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection by Md Haris Iqbal · 3 years, 7 months ago
  99. 21c6f56 RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info by Gioh Kim · 3 years, 7 months ago
  100. cfbeb0b RDMA/rtrs-srv: Kill reject_w_econnreset label by Guoqing Jiang · 3 years, 7 months ago