1. 6246f1c RDMA/irdma: Use list_last_entry/list_first_entry by Shiraz Saleem · 3 years, 7 months ago
  2. ac477ef RDMA/irdma: Use list_move instead of list_del/list_add by Baokun Li · 3 years, 7 months ago
  3. ec9bf37 RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_device by Weihang Li · 3 years, 8 months ago
  4. a5e27fb RDMA/ipoib: Use refcount_t instead of atomic_t for reference counting by Weihang Li · 3 years, 8 months ago
  5. 7183451 RDMA/cxgb4: Use refcount_t instead of atomic_t for reference counting by Weihang Li · 3 years, 8 months ago
  6. 8f9513d RDMA/hns: Use refcount_t instead of atomic_t for QP reference counting by Weihang Li · 3 years, 8 months ago
  7. 33649cd RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference counting by Weihang Li · 3 years, 8 months ago
  8. cc9e5a8 RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting by Weihang Li · 3 years, 8 months ago
  9. 58d33b4 RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_port by Weihang Li · 3 years, 8 months ago
  10. cd74db6 RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_member by Weihang Li · 3 years, 8 months ago
  11. 6448508 RDMA/core: Remove refcount from struct ib_mad_snoop_private by Jason Gunthorpe · 3 years, 8 months ago
  12. fcc57a7 RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_data by Weihang Li · 3 years, 8 months ago
  13. 60dff56 RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_private by Weihang Li · 3 years, 8 months ago
  14. 61c7d82 RDMA/irdma: Fix return error sign from irdma_modify_qp by Kamal Heib · 3 years, 8 months ago
  15. 205be5d RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate" by Colin Ian King · 3 years, 8 months ago
  16. cd16b32 RDMA/irdma: remove redundant initialization of variable val by Colin Ian King · 3 years, 8 months ago
  17. 1b01a42 RDMA/irdma: remove extraneous indentation on a statement by Colin Ian King · 3 years, 8 months ago
  18. 7fde2db RDMA/irdma: Fix issues with u8 left shift operation by Colin Ian King · 3 years, 8 months ago
  19. aeb27bb RDMA/cxgb4: Fix missing error code in create_qp() by Jiapeng Chong · 3 years, 8 months ago
  20. ef2a75c RDMA/bnxt_re: Update maintainers list by Devesh Sharma · 3 years, 8 months ago
  21. 35f5ace RDMA/bnxt_re: Enable global atomic ops if platform supports by Devesh Sharma · 3 years, 8 months ago
  22. 32a25f2 RDMA/rxe: Fix failure during driver load by Kamal Heib · 3 years, 8 months ago
  23. 5bcf5a5 RDMA/rxe: Protext kernel index from user space by Bob Pearson · 3 years, 8 months ago
  24. 0a67c46d2 RDMA/rxe: Protect user space index loads/stores by Bob Pearson · 3 years, 8 months ago
  25. 59daff4 RDMA/rxe: Add a type flag to rxe_queue structs by Bob Pearson · 3 years, 8 months ago
  26. 50971e3 Merge branch 'irdma' into rdma.git for-next by Jason Gunthorpe · 3 years, 8 months ago
  27. f6d2bbd RDMA/irdma: Update MAINTAINERS file by Shiraz Saleem · 3 years, 8 months ago
  28. fa0cf56 RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iw by Shiraz Saleem · 3 years, 8 months ago
  29. 48d6b33 RDMA/irdma: Add ABI definitions by Mustafa Ismail · 3 years, 8 months ago
  30. ddae5d6 RDMA/irdma: Add dynamic tracing for CM by Michael J. Ruhl · 3 years, 8 months ago
  31. 915cc7a RDMA/irdma: Add miscellaneous utility definitions by Mustafa Ismail · 3 years, 8 months ago
  32. 551c46e RDMA/irdma: Add user/kernel shared libraries by Mustafa Ismail · 3 years, 8 months ago
  33. dd90451 RDMA/irdma: Add RoCEv2 UD OP support by Mustafa Ismail · 3 years, 8 months ago
  34. b48c24c RDMA/irdma: Implement device supported verb APIs by Mustafa Ismail · 3 years, 8 months ago
  35. e8c4dbc RDMA/irdma: Add PBLE resource manager by Mustafa Ismail · 3 years, 8 months ago
  36. 146b975 RDMA/irdma: Add connection manager by Mustafa Ismail · 3 years, 8 months ago
  37. 3ae331c RDMA/irdma: Add QoS definitions by Mustafa Ismail · 3 years, 8 months ago
  38. a3a06db5 RDMA/irdma: Add privileged UDA queue implementation by Mustafa Ismail · 3 years, 8 months ago
  39. d1850c0 RDMA/irdma: Add HMC backing store setup functions by Mustafa Ismail · 3 years, 8 months ago
  40. 3f49d68 RDMA/irdma: Implement HW Admin Queue OPs by Mustafa Ismail · 3 years, 8 months ago
  41. 44d9e52 RDMA/irdma: Implement device initialization definitions by Mustafa Ismail · 3 years, 8 months ago
  42. 8498a30 RDMA/irdma: Register auxiliary driver and implement private channel OPs by Mustafa Ismail · 3 years, 8 months ago
  43. 76039ac IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lock by Mark Zhang · 3 years, 8 months ago
  44. 7345201 IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_path by Mark Zhang · 3 years, 8 months ago
  45. 70076a4 IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() calls by Mark Zhang · 3 years, 8 months ago
  46. 3595c39 Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered" by Mark Zhang · 3 years, 8 months ago
  47. efafae6 IB/cm: Tidy remaining cm_msg free paths by Jason Gunthorpe · 3 years, 8 months ago
  48. c1cf6d9 IB/cm: Call the correct message free functions in cm_send_handler() by Jason Gunthorpe · 3 years, 8 months ago
  49. 4b4e586 IB/cm: Split cm_alloc_msg() by Jason Gunthorpe · 3 years, 8 months ago
  50. 96376a4 IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg() by Jason Gunthorpe · 3 years, 8 months ago
  51. f974428 RDMA/core: Sanitize WQ state received from the userspace by Leon Romanovsky · 3 years, 8 months ago
  52. 0e85584 RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare by Jack Wang · 3 years, 8 months ago
  53. f4370a8 i40e: Register auxiliary devices to provide RDMA by Shiraz Saleem · 3 years, 8 months ago
  54. 9ed7533 i40e: Prep i40e header for aux bus conversion by Shiraz Saleem · 3 years, 8 months ago
  55. f9f5301 ice: Register auxiliary device to provide RDMA by Dave Ertman · 3 years, 8 months ago
  56. 348048e ice: Implement iidc operations by Dave Ertman · 3 years, 8 months ago
  57. d25a0fc ice: Initialize RDMA support by Dave Ertman · 3 years, 8 months ago
  58. e860fa9 iidc: Introduce iidc.h by Dave Ertman · 3 years, 8 months ago
  59. 7ecd7e2 RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats by Gioh Kim · 3 years, 8 months ago
  60. 5b73b79 RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection by Md Haris Iqbal · 3 years, 8 months ago
  61. 6bb97a2 RDMA/rtrs-srv: Fix memory leak when having multiple sessions by Jack Wang · 3 years, 8 months ago
  62. 2371c40 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object by Gioh Kim · 3 years, 8 months ago
  63. 07c1402 RDMA/rtrs-srv: Duplicated session name is not allowed by Gioh Kim · 3 years, 8 months ago
  64. 64bce1e RDMA/rtrs: Do not reset hb_missed_max after re-connection by Gioh Kim · 3 years, 8 months ago
  65. 78df092 RDMA/rtrs-srv: convert scnprintf to sysfs_emit by Jack Wang · 3 years, 8 months ago
  66. 0cdfb3b RDMA/rtrs-srv: Replace atomic_t with percpu_ref for ids_inflight by Md Haris Iqbal · 3 years, 8 months ago
  67. 41db63a RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats by Md Haris Iqbal · 3 years, 8 months ago
  68. 7a2e088 RDMA/rtrs-clt: Remove redundant 'break' by Guoqing Jiang · 3 years, 8 months ago
  69. 0aedfb6 RDMA/rtrs-srv: Kill __rtrs_srv_change_state by Guoqing Jiang · 3 years, 8 months ago
  70. b0c633c RDMA/rtrs-clt: Kill rtrs_clt_disconnect_from_sysfs by Guoqing Jiang · 3 years, 8 months ago
  71. 5e82ac7 RDMA/rtrs-clt: Kill rtrs_clt_{start,stop}_hb by Guoqing Jiang · 3 years, 8 months ago
  72. 2d612f0 RDMA/rtrs: Use strscpy instead of strlcpy by Dima Stepanov · 3 years, 8 months ago
  73. 3f3d0ea RDMA/rtrs: Define MIN_CHUNK_SIZE by Gioh Kim · 3 years, 8 months ago
  74. 3a98ea7 RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH by Gioh Kim · 3 years, 8 months ago
  75. 485f2fb RDMA/rtrs-srv: Clean up the code in __rtrs_srv_change_state by Guoqing Jiang · 3 years, 8 months ago
  76. 6564b11 RDMA/rtrs-srv: Add error messages for cases when failing RDMA connection by Md Haris Iqbal · 3 years, 8 months ago
  77. 21c6f56 RDMA/rtrs-clt: Remove MAX_SESS_QUEUE_DEPTH from rtrs_send_sess_info by Gioh Kim · 3 years, 8 months ago
  78. cfbeb0b RDMA/rtrs-srv: Kill reject_w_econnreset label by Guoqing Jiang · 3 years, 8 months ago
  79. 33e82346 RDMA/srp: Use DEVICE_ATTR_*() macros by YueHaibing · 3 years, 8 months ago
  80. c5b8eaf RDMA/core: Use the DEVICE_ATTR_RO macro by YueHaibing · 3 years, 8 months ago
  81. 1f8f60f IB/ipoib: Use DEVICE_ATTR_*() macros by YueHaibing · 3 years, 8 months ago
  82. d58c23c IB/core: Only update PKEY and GID caches on respective events by Håkon Bugge · 3 years, 8 months ago
  83. 3f0d979 RDMA/hns: Refactor capability configuration flow of VF by Xi Wang · 3 years, 8 months ago
  84. 221442e IB/isert: set rdma cm afonly flag by Max Gurtovoy · 3 years, 8 months ago
  85. ad215aa RDMA/srp: Make struct scsi_cmnd and struct srp_request adjacent by Bart Van Assche · 3 years, 8 months ago
  86. 7ec2e27 RDMA/srp: Fix a recently introduced memory leak by Bart Van Assche · 3 years, 8 months ago
  87. 6dc2649 RDMA/srp: Apply the __packed attribute to members instead of structures by Bart Van Assche · 3 years, 8 months ago
  88. c838de1 RDMA/srp: Add more structure size checks by Bart Van Assche · 3 years, 8 months ago
  89. 17bb6b6 IB/hfi1: Move a function from a header file into a .c file by Bart Van Assche · 3 years, 8 months ago
  90. 68e11a6 RDMA/hns: Clean the hardware related code for HEM by Xi Wang · 3 years, 8 months ago
  91. 82eb481 RDMA/hns: Use refcount_t APIs for HEM by Weihang Li · 3 years, 8 months ago
  92. 5e6370d RDMA/hns: Fix wrong timer context buffer page size by Xi Wang · 3 years, 8 months ago
  93. 1f704d8 RDMA/hns: Refactor root BT allocation for MTR by Xi Wang · 3 years, 8 months ago
  94. 7b0006d RDMA/hns: Optimize the base address table config for MTR by Xi Wang · 3 years, 8 months ago
  95. 125217e i40e: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 3 years, 8 months ago
  96. 9ecf6ac RDMA/mlx5: Take qp type from mlx5_ib_qp by Maor Gottlieb · 3 years, 8 months ago
  97. 331859d RDMA/hns: Remove unused CMDQ member by Lang Cheng · 3 years, 8 months ago
  98. 21090b5 RDMA/hns: Remove Receive Queue of CMDQ by Lang Cheng · 3 years, 8 months ago
  99. 4511624 RDMA/hns: Rename CMDQ head/tail pointer to PI/CI by Lang Cheng · 3 years, 8 months ago
  100. b6989da RDMA/hns: Refactor extend link table allocation by Xi Wang · 3 years, 8 months ago