1. fad953c treewide: Use array_size() in vzalloc() by Kees Cook · 7 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  3. 8c61b24 IB/hns: Use zeroing memory allocator instead of allocator/memset by YueHaibing · 7 years ago
  4. 008fba4 RDMA/hns_roce: Don't check return value of zap_vma_ptes() by Doug Ledford · 7 years ago
  5. fedc3ab RDMA/hns: Implement the disassociate_ucontext API by Wei Hu(Xavier) · 7 years ago
  6. 0b25c9c RDMA/hns: Fix the illegal memory operation when cross page by Wei Hu(Xavier) · 7 years ago
  7. cb7a94c RDMA/hns: Add reset process for RoCE in hip08 by Wei Hu(Xavier) · 7 years ago
  8. 0394808 Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma for-next by Jason Gunthorpe · 7 years ago
  9. d59fcac RDMA/hns: Increase checking CMQ status timeout value by Wei Hu(Xavier) · 7 years ago
  10. 5b6eb54 RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust by Wei Hu(Xavier) · 7 years ago
  11. cc3391c RDMA/hns: Rename the idx field of db by oulijun · 7 years ago
  12. 55ba49c RDMA/hns: Move the location for initializing tmp_len by oulijun · 7 years ago
  13. 05d6a4d RDMA/hns: Bugfix for cq record db for kernel by oulijun · 7 years ago
  14. 5e6e78d RDMA/hns: Add 64KB page size support for hip08 by Yixian Liu · 7 years ago
  15. f5e27a2 Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next by Doug Ledford · 7 years ago
  16. ed3dd9b RDMA/hns: Drop local zgid in favor of core defined variable by Leon Romanovsky · 7 years ago
  17. a0403be RDMA/hns: Fix the bug with NULL pointer by oulijun · 7 years ago
  18. 79d4420 RDMA/hns: Set NULL for __internal_mr by oulijun · 7 years ago
  19. 85e0274 RDMA/hns: Enable inner_pa_vld filed of mpt by oulijun · 7 years ago
  20. 90e7a4d RDMA/hns: Set desc_dma_addr for zero when free cmq desc by oulijun · 7 years ago
  21. 778cc5a RDMA/hns: Fix the bug with rq sge by oulijun · 7 years ago
  22. 391bd5f RDMA/hns: Not support qp transition from reset to reset for hip06 by oulijun · 7 years ago
  23. 2349fdd RDMA/hns: Add return operation when configured global param fail by oulijun · 7 years ago
  24. ad18e20 RDMA/hns: Update convert function of endian format by oulijun · 7 years ago
  25. f97a62c RDMA/hns: Load the RoCE dirver automatically by oulijun · 7 years ago
  26. 3a39bbe RDMA/hns: Bugfix for rq record db for kernel by oulijun · 7 years ago
  27. ecaaf1e RDMA/hns: Add rq inline flags judgement by oulijun · 7 years ago
  28. ab17884 RDMA/hns: Fix a couple misspellings by oulijun · 7 years ago
  29. 137ae32 RDMA/hns: Submit bad wr by oulijun · 7 years ago
  30. 634f639 RDMA/hns: Update assignment method for owner field of send wqe by oulijun · 7 years ago
  31. ae25db0 RDMA/hns: Adjust the order of cleanup hem table by oulijun · 7 years ago
  32. b6dd9b3 RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set by oulijun · 7 years ago
  33. 734f386 RDMA/hns: Remove some unnecessary attr_mask judgement by oulijun · 7 years ago
  34. 6852af8 RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set by oulijun · 7 years ago
  35. 6e1a709 RDMA/hns: Fix the qp context state diagram by oulijun · 7 years ago
  36. 328d405 RDMA/hns: Intercept illegal RDMA operation when use inline data by oulijun · 7 years ago
  37. 215a8c0 RDMA/hns: Bugfix for init hem table by oulijun · 7 years ago
  38. 19fd08b Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 7 years ago
  39. 414448d RDMA: Use ib_gid_attr during GID modification by Parav Pandit · 7 years ago
  40. 3e44e0e IB/providers: Avoid null netdev check for RoCE by Parav Pandit · 7 years ago
  41. 0e1f9b9 RDMA/providers: Simplify query_gid callback of RoCE providers by Parav Pandit · 7 years ago
  42. 38759d6 RDMA/hns: ensure for-loop actually iterates and free's buffers by Colin Ian King · 7 years ago
  43. e959557 RDMA/hns: Fix cq record doorbell enable in kernel by Yixian Liu · 7 years ago
  44. 0ede73b IB/uverbs: Extend uverbs_ioctl header with driver_id by Matan Barak · 7 years ago
  45. df7e404 RDMA/hns: Fix init resp when alloc ucontext by Yixian Liu · 7 years ago
  46. 633fb4d RDMA/hns: Use structs to describe the uABI instead of opencoding by Jason Gunthorpe · 7 years ago
  47. 7b48221 RDMA/hns: Fix cqn type and init resp by Yixian Liu · 7 years ago
  48. 86188a8 RDMA/hns: Support cq record doorbell for kernel space by Yixian Liu · 7 years ago
  49. 472bc0f RDMA/hns: Support rq record doorbell for kernel space by Yixian Liu · 7 years ago
  50. 9b44703 RDMA/hns: Support cq record doorbell for the user space by Yixian Liu · 7 years ago
  51. e088a68 RDMA/hns: Support rq record doorbell for the user space by Yixian Liu · 7 years ago
  52. 71591d1 RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*() by Andy Shevchenko · 7 years ago
  53. d480bb5 RDMA/hns: Use free_pages function instead of free_page by oulijun · 7 years ago
  54. ced0776 RDMA/hns: Fix QP state judgement before receiving work requests by Yixian Liu · 7 years ago
  55. 173bc6b RDMA/hns: Fix a bug with modifying mac address by oulijun · 7 years ago
  56. 8b9b8d1 RDMA/hns: Fix the endian problem for hns by oulijun · 7 years ago
  57. 0da6550 RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table by oulijun · 7 years ago
  58. fd012f1 RDMA/hns: Add names to function arguments in function pointers by oulijun · 7 years ago
  59. c279911 RDMA/hns: Remove unnecessary operator by oulijun · 7 years ago
  60. 0b5fe5c RDMA/hns: Remove unnecessary platform_get_resource() error check by weiyongjun (A) · 7 years ago
  61. d4994d2 RDMA/hns: Set the guid for hip08 RoCE device by oulijun · 7 years ago
  62. 2eade67 RDMA/hns: Update the verbs of polling for completion by oulijun · 7 years ago
  63. 6c1f08b RDMA/hns: Assign zero for pkey_index of wc in hip08 by oulijun · 7 years ago
  64. 7bdee41 RDMA/hns: Fill sq wqe context of ud type in hip08 by oulijun · 7 years ago
  65. 0fa95a9 RDMA/hns: Add gsi qp support for modifying qp in hip08 by oulijun · 7 years ago
  66. b66efc9 RDMA/hns: Create gsi qp in hip08 by oulijun · 7 years ago
  67. 6d13b86 RDMA/hns: Assign the correct value for tx_cqn by oulijun · 7 years ago
  68. ccb8a29 RDMA/hns: Fix endian problems around imm_data and rkey by Jason Gunthorpe · 7 years ago
  69. 107013c RDMA/hns: Assign dest_qp when deregistering mr by oulijun · 7 years ago
  70. 10bd2ad RDMA/hns: Fix QP state judgement before sending work requests by Yixian Liu · 7 years ago
  71. 52e3b42 RDMA/hns: Filter for zero length of sge in hip08 kernel mode by oulijun · 7 years ago
  72. ace1c54 RDMA/hns: Set access flags of hip08 RoCE by oulijun · 7 years ago
  73. 4f3f7a7 RDMA/hns: Update the usage of sr_max and rr_max field by oulijun · 7 years ago
  74. 0009c2d RDMA/hns: Add rq inline data support for hip08 RoCE by oulijun · 7 years ago
  75. 4044a3f RDMA/hns: Add detailed comments for mb() call by Yixian Liu · 7 years ago
  76. 76a895d Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git by Jason Gunthorpe · 7 years ago
  77. a5073d6 RDMA/hns: Add eq support of hip08 by Yixian Liu · 7 years ago
  78. b16f818 RDMA/hns: Refactor eq code for hip06 by Yixian Liu · 7 years ago
  79. 378efe7 RDMA/hns: Get rid of page operation after dma_alloc_coherent by Wei Hu\(Xavier\) · 7 years ago
  80. b1c1583 RDMA/hns: Get rid of virt_to_page and vmap calls after dma_alloc_coherent by Wei Hu\(Xavier\) · 7 years ago
  81. db270c4 RDMA/hns: Fix the issue of IOVA not page continuous in hip08 by Wei Hu\(Xavier\) · 7 years ago
  82. 26beb85 RDMA/hns: Modify the usage of cmd_sn in hip08 by oulijun · 7 years ago
  83. 0203b14 RDMA/hns: Unify the calculation for hem index in hip08 by oulijun · 7 years ago
  84. e8d1853 RDMA/hns: Set the owner field of SQWQE in hip08 RoCE by oulijun · 7 years ago
  85. b5fddb7 RDMA/hns: Add sq_invld_flg field in QP context by oulijun · 7 years ago
  86. 2872646 RDMA/hns: Update the usage of ack timeout in hip08 by oulijun · 7 years ago
  87. befb63b RDMA/hns: Set sq_cur_sge_blk_addr field in QPC in hip08 by oulijun · 7 years ago
  88. a49d761 RDMA/hns: Enable the cqe field of sqwqe of RC by oulijun · 7 years ago
  89. 492b2bd RDMA/hns: Set se attribute of sqwqe in hip08 by oulijun · 7 years ago
  90. 651487c RDMA/hns: Configure fence attribute in hip08 RoCE by oulijun · 7 years ago
  91. e92f2c1 RDMA/hns: Configure TRRL field in hip08 RoCE device by oulijun · 7 years ago
  92. d551424 RDMA/hns: Update calculation of irrl_ba field for hip08 by oulijun · 7 years ago
  93. b5ff0f6 RDMA/hns: Configure sgid type for hip08 RoCE by Wei Hu(Xavier) · 7 years ago
  94. 023c147 RDMA/hns: Generate gid type of RoCEv2 by Wei Hu(Xavier) · 7 years ago
  95. a2c80b7 RDMA/hns: Add rereg mr support for hip08 by Wei Hu(Xavier) · 7 years ago
  96. b156269 RDMA/hns: Add modify CQ support for hip08 by oulijun · 7 years ago
  97. 3180236 RDMA/hns: Update the PD&CQE&MTT specification in hip08 by Wei Hu(Xavier) · 7 years ago
  98. 29a1fe5 RDMA/hns: Update the IRRL table chunk size in hip08 by Wei Hu(Xavier) · 7 years ago
  99. 9a8982d RDMA/hns: Support WQE/CQE/PBL page size configurable feature in hip08 by Wei Hu(Xavier) · 7 years ago
  100. 754137a Merge branch 'for-next-early' into for-next by Doug Ledford · 7 years ago