1. 12d3bbd RDMA/hns: Replace kfree() with kvfree() by Jiacheng Shi · 3 years, 1 month ago
  2. 4ad8181 RDMA/hns: Fix RNR retransmission issue for HIP08 by Yangyang Li · 3 years, 1 month ago
  3. b0969f8 RDMA/hns: Do not destroy QP resources in the hw resetting phase by Yangyang Li · 3 years, 2 months ago
  4. 52414e2 RDMA/hns: Do not halt commands during reset until later by Yangyang Li · 3 years, 2 months ago
  5. 6a463bc Merge branch 'for-rc' into rdma.git for-next by Jason Gunthorpe · 3 years, 2 months ago
  6. 6d202d9 RDMA/hns: Use the core code to manage the fixed mmap entries by Chengchang Tang · 3 years, 3 months ago
  7. 0e60778e RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibility by Yixing Liu · 3 years, 3 months ago
  8. 571fb4f RDMA/hns: Fix initial arm_st of CQ by Haoyue Xu · 3 years, 3 months ago
  9. fd92213 RDMA: Constify netdev->dev_addr accesses by Jakub Kicinski · 3 years, 3 months ago
  10. 9a33f39 RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single() by Cai Huoqing · 3 years, 4 months ago
  11. e671f0e RDMA/hns: Add the check of the CQE size of the user space by Wenpeng Liang · 3 years, 4 months ago
  12. cc26aee RDMA/hns: Fix the size setting error when copying CQE in clean_cq() by Wenpeng Liang · 3 years, 4 months ago
  13. 14351f0 RDMA/hns: Work around broken constant propagation in gcc 8 by Jason Gunthorpe · 3 years, 4 months ago
  14. 6a21743 Merge branch 'sg_nents' into rdma.git for-next by Jason Gunthorpe · 3 years, 5 months ago
  15. 1a01827 RDMA/hns: Delete unnecessary blank lines. by Xinhao Liu · 3 years, 5 months ago
  16. ae2854c RDMA/hns: Encapsulate the qp db as a function by Yixing Liu · 3 years, 5 months ago
  17. 7fac716 RDMA/hns: Adjust the order in which irq are requested and enabled by Wenpeng Liang · 3 years, 5 months ago
  18. ab5cbb9 RDMA/hns: Remove RST2RST error prints for hw v1 by Weihang Li · 3 years, 5 months ago
  19. fe164fc RDMA/hns: Remove dqpn filling when modify qp from Init to Init by Wenpeng Liang · 3 years, 5 months ago
  20. d2e0ccf RDMA/hns: Fix QP's resp incomplete assignment by Wenpeng Liang · 3 years, 5 months ago
  21. e788a3cd RDMA/hns: Fix query destination qpn by Wenpeng Liang · 3 years, 5 months ago
  22. eb653ed RDMA/hns: Bugfix for incorrect association between dip_idx and dgid by Junxian Huang · 3 years, 5 months ago
  23. 074f315 RDMA/hns: Bugfix for the missing assignment for dip_idx by Junxian Huang · 3 years, 5 months ago
  24. 4303e61 RDMA/hns: Bugfix for data type of dip_idx by Junxian Huang · 3 years, 5 months ago
  25. 9bed8a7 RDMA/hns: Fix incorrect lsn field by Yixing Liu · 3 years, 5 months ago
  26. 79fbd3e RDMA: Use the sg_table directly and remove the opencoded version from umem by Maor Gottlieb · 3 years, 5 months ago
  27. f0a6419 RDMA/hns: Delete unused hns bitmap interface by Yangyang Li · 3 years, 5 months ago
  28. c4f11b3 RDMA/hns: Use IDA interface to manage srq index by Yangyang Li · 3 years, 5 months ago
  29. 8feafd9 RDMA/hns: Use IDA interface to manage uar index by Yangyang Li · 3 years, 5 months ago
  30. f8c549a RDMA/hns: Ownerbit mode add control field by Lang Cheng · 3 years, 5 months ago
  31. 260f64a RDMA/hns: Enable stash feature of HIP09 by Yixing Liu · 3 years, 5 months ago
  32. 0110a1e RDMA/hns: Remove unsupport cmdq mode by Lang Cheng · 3 years, 5 months ago
  33. c4c7d7a RDMA/hns: Fix return in hns_roce_rereg_user_mr() by YueHaibing · 3 years, 5 months ago
  34. 514aee6 RDMA: Globally allocate and release QP memory by Leon Romanovsky · 3 years, 6 months ago
  35. e66e495 RDMA/hns: Don't overwrite supplied QP attributes by Leon Romanovsky · 3 years, 6 months ago
  36. 4ffd3b8 RDMA/hns: Don't skip IB creation flow for regular RC QP by Leon Romanovsky · 3 years, 6 months ago
  37. 8b436a9 RDMA/hns: Fix the double unlock problem of poll_sem by Yangyang Li · 3 years, 6 months ago
  38. 7ae61c5 RDMA/hns: Add window selection field of congestion control by Yixing Liu · 3 years, 7 months ago
  39. e7c07d5 RDMA/hns: Fix incorrect vlan enable bit in QPC by Weihang Li · 3 years, 7 months ago
  40. d5d182e RDMA/hns: Add vendor_err info to error WC by Lang Cheng · 3 years, 7 months ago
  41. f176199 RDMA/hns: Fix spelling mistakes of original by Lang Cheng · 3 years, 7 months ago
  42. cf7d00b RDMA/hns: Simplify the judgment in hns_roce_v2_post_send() by Yixing Liu · 3 years, 7 months ago
  43. c462a02 RDMA/hns: Encapsulate flushing CQE as a function by Wenpeng Liang · 3 years, 7 months ago
  44. a33958c RDMA/hns: Modify function return value type by Yangyang Li · 3 years, 7 months ago
  45. c2614b9 RDMA/hns: Clean definitions of EQC structure by Xi Wang · 3 years, 7 months ago
  46. 58bc7aca RDMA/hns: Delete unnecessary branch of hns_roce_v2_query_qp by Yangyang Li · 3 years, 7 months ago
  47. cc925ece RDMA/hns: Add member assignments for qp_init_attr by Yangyang Li · 3 years, 7 months ago
  48. 125073e RDMA/hns: Fix some print issues by Yixing Liu · 3 years, 7 months ago
  49. 2a38c0f RDMA/hns: Fix uninitialized variable by Yixing Liu · 3 years, 7 months ago
  50. e130265 RDMA/hns: Force rewrite inline flag of WQE by Lang Cheng · 3 years, 7 months ago
  51. bf19499 RDMA: Fix kernel-doc warnings about wrong comment by Leon Romanovsky · 3 years, 7 months ago
  52. da43b7b RDMA/hns: Use IDA interface to manage xrcd index by Yangyang Li · 3 years, 7 months ago
  53. 645f059 RDMA/hns: Use IDA interface to manage pd index by Yangyang Li · 3 years, 7 months ago
  54. d38936f RDMA/hns: Use IDA interface to manage mtpt index by Yangyang Li · 3 years, 7 months ago
  55. 38e375b RDMA/hns: Remove unused RR mechanism by Yangyang Li · 3 years, 7 months ago
  56. 1bc530c RDMA/hns: Remove the unused hns_roce_bitmap_free_range function by Yangyang Li · 3 years, 7 months ago
  57. 24977ed RDMA/hns: Remove the unused hns_roce_bitmap_alloc_range function by Yangyang Li · 3 years, 7 months ago
  58. 57dba89 RDMA/hns: Clean SRQC structure definition by Xi Wang · 3 years, 7 months ago
  59. 2b035e7 RDMA/hns: Use new interface to write DB related fields by Yixing Liu · 3 years, 7 months ago
  60. fd9e367 RDMA/hns: Use new interface to write FRMR fields by Yixing Liu · 3 years, 7 months ago
  61. f778bf1 RDMA/hns: Use new interface to get CQE fields by Lang Cheng · 3 years, 7 months ago
  62. f0cb411 RDMA/hns: Use new interface to modify QP context by Lang Cheng · 3 years, 7 months ago
  63. f6fcd28 RDMA/hns: Use new interface to write CQ context. by Yixing Liu · 3 years, 7 months ago
  64. a762fe6 RDMA/hns: Add hr_reg_write_bool() by Lang Cheng · 3 years, 7 months ago
  65. fe331da RDMA/hns: Add a check to ensure integer mtu is positive by Weihang Li · 3 years, 7 months ago
  66. 78c1da5 RDMA/hns: Do not use !! for values that are already bool when calling hr_reg_write() by Weihang Li · 3 years, 7 months ago
  67. 7e78dd8 RDMA/hns: Clear extended doorbell info before using by Xi Wang · 3 years, 7 months ago
  68. 61b460d RDMA/hns: Support getting max QP number from firmware by Xi Wang · 3 years, 8 months ago
  69. 8f9513d RDMA/hns: Use refcount_t instead of atomic_t for QP reference counting by Weihang Li · 3 years, 8 months ago
  70. 33649cd RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference counting by Weihang Li · 3 years, 8 months ago
  71. cc9e5a8 RDMA/hns: Use refcount_t instead of atomic_t for CQ reference counting by Weihang Li · 3 years, 8 months ago
  72. 3f0d979 RDMA/hns: Refactor capability configuration flow of VF by Xi Wang · 3 years, 8 months ago
  73. 68e11a6 RDMA/hns: Clean the hardware related code for HEM by Xi Wang · 3 years, 8 months ago
  74. 82eb481 RDMA/hns: Use refcount_t APIs for HEM by Weihang Li · 3 years, 8 months ago
  75. 5e6370d RDMA/hns: Fix wrong timer context buffer page size by Xi Wang · 3 years, 8 months ago
  76. 1f704d8 RDMA/hns: Refactor root BT allocation for MTR by Xi Wang · 3 years, 8 months ago
  77. 7b0006d RDMA/hns: Optimize the base address table config for MTR by Xi Wang · 3 years, 8 months ago
  78. 331859d RDMA/hns: Remove unused CMDQ member by Lang Cheng · 3 years, 8 months ago
  79. 21090b5 RDMA/hns: Remove Receive Queue of CMDQ by Lang Cheng · 3 years, 8 months ago
  80. 4511624 RDMA/hns: Rename CMDQ head/tail pointer to PI/CI by Lang Cheng · 3 years, 8 months ago
  81. b6989da RDMA/hns: Refactor extend link table allocation by Xi Wang · 3 years, 8 months ago
  82. 69e0a42 RDMA/hns: Remove unused parameter udata by Lang Cheng · 3 years, 8 months ago
  83. 591f762 RDMA/hns: Remove the condition of light load for posting DWQE by Yixian Liu · 3 years, 9 months ago
  84. f34b2cf1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 9 months ago
  85. 719d134 RDMA/hns: Remove duplicated hem page size config code by Xi Wang · 3 years, 9 months ago
  86. 0b567cd RDMA/hns: Enable RoCE on virtual functions by Wei Xu · 3 years, 9 months ago
  87. accfc1a RDMA/hns: Set parameters of all the functions belong to a PF by Wei Xu · 3 years, 9 months ago
  88. 2a424e1 RDMA/hns: Reserve the resource for the VFs by Wei Xu · 3 years, 9 months ago
  89. 5b03a42 RDMA/hns: Query the number of functions supported by the PF by Wei Xu · 3 years, 9 months ago
  90. 0fb46da RDMA/hns: Simplify function's resource related command by Xi Wang · 3 years, 9 months ago
  91. dc1d06e RDMA/hns: Remove unnecessary flush operation for workqueue by Yixian Liu · 3 years, 9 months ago
  92. 69455df RDMA/hns: Prevent le32 from being implicitly converted to u32 by Lang Cheng · 3 years, 10 months ago
  93. 782832f RDMA/hns: Simplify the function config_eqc() by Yixing Liu · 3 years, 10 months ago
  94. 495c248 RDMA/hns: Add XRC subtype in QPC and XRC type in SRQC by Wenpeng Liang · 3 years, 10 months ago
  95. 537bc92 RDMA/hns: Remove unsupported QP types by Wenpeng Liang · 3 years, 10 months ago
  96. 7bd5d90 RDMA/hns: Delete unused members in the structure hns_roce_hw by Yangyang Li · 3 years, 10 months ago
  97. 2371efa RDMA/hns: Delete redundant abnormal interrupt status by Wenpeng Liang · 3 years, 10 months ago
  98. 714a597 RDMA/hns: Delete redundant condition judgment related to eq by Yangyang Li · 3 years, 10 months ago
  99. 9eab614 RDMA/hns: Fix missing assignment of max_inline_data by Weihang Li · 3 years, 10 months ago
  100. 24f3f1c RDMA/hns: Avoid enabling RQ inline on UD by Weihang Li · 3 years, 10 months ago