1. c7ff819 RDMA/core: Introduce shared CQ pool API by Yamin Friedman · 4 years, 8 months ago
  2. 3446cbd RDMA/core: Add protection for shared CQs used by ULPs by Yamin Friedman · 4 years, 8 months ago
  3. 0b8e125 RDMA/core: Fix several reference count leaks. by Qiushi Wu · 4 years, 8 months ago
  4. bcafcdf IB/hfi1: Fix spelling mistake "enought" -> "enough" by Colin Ian King · 4 years, 8 months ago
  5. ffd7339 RDMA/core: Use offsetofend() instead of open coding by Jason Gunthorpe · 4 years, 8 months ago
  6. 48062b0 RDMA/hns: remove duplicate assignment to pointer raq by Colin Ian King · 4 years, 8 months ago
  7. 802dcc7 RDMA/mlx5: Support TX port affinity for VF drivers in LAG mode by Mark Zhang · 4 years, 8 months ago
  8. e0cca8b RDMA/srpt: Increase max_send_sge by Bart Van Assche · 4 years, 8 months ago
  9. 66ced2e RDMA/srpt: Reduce max_recv_sge to 1 by Bart Van Assche · 4 years, 8 months ago
  10. d4ee7f3 RDMA/srpt: Make debug output more detailed by Bart Van Assche · 4 years, 8 months ago
  11. 87fee61 RDMA/srp: Make the channel count configurable per target by Bart Van Assche · 4 years, 8 months ago
  12. 50aec2c RDMA/mlx5: Return ECE data after modify QP by Leon Romanovsky · 4 years, 8 months ago
  13. 5f62a52 RDMA/mlx5: Set ECE options during modify QP by Leon Romanovsky · 4 years, 8 months ago
  14. f18e26a RDMA/mlx5: Convert modify QP to use MLX5_SET macros by Leon Romanovsky · 4 years, 8 months ago
  15. 70bd7fb RDMA/mlx5: Remove manually crafted QP context the query call by Leon Romanovsky · 4 years, 8 months ago
  16. 64bae2d RDMA/mlx5: Use direct modify QP implementation by Leon Romanovsky · 4 years, 8 months ago
  17. e383085 RDMA/mlx5: Set ECE options during QP create by Leon Romanovsky · 4 years, 8 months ago
  18. 3e09a42 RDMA/mlx5: Get ECE options from FW during create QP by Leon Romanovsky · 4 years, 8 months ago
  19. 8094ba0 RDMA/cma: Provide ECE reject reason by Leon Romanovsky · 4 years, 8 months ago
  20. 0cb1537 RDMA/cma: Connect ECE to rdma_accept by Leon Romanovsky · 4 years, 8 months ago
  21. a20652e RDMA/cm: Send and receive ECE parameter over the wire by Leon Romanovsky · 4 years, 8 months ago
  22. 93531ee RDMA/ucma: Deliver ECE parameters through UCMA events by Leon Romanovsky · 4 years, 8 months ago
  23. 34e2ab5 RDMA/ucma: Extend ucma_connect to receive ECE parameters by Leon Romanovsky · 4 years, 8 months ago
  24. fef17f9 RDMA/cm: Add Enhanced Connection Establishment (ECE) bits by Leon Romanovsky · 4 years, 8 months ago
  25. e4fdf76 Merge branch 'mellanox/mlx5-next' into rdma.git for/next by Jason Gunthorpe · 4 years, 8 months ago
  26. d246a30 IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command by Mark Zhang · 4 years, 8 months ago
  27. bebcfe8 RDMA/core: Use sizeof_field() helper by Gustavo A. R. Silva · 4 years, 8 months ago
  28. 6b646a7 net/mlx5: Add ability to read and write ECE options by Leon Romanovsky · 4 years, 10 months ago
  29. ebd6e96 RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_alloc by Kamal Heib · 4 years, 8 months ago
  30. 49ea0c0 RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove by Potnuri Bharat Teja · 4 years, 8 months ago
  31. e1b43f0 RDMA/hns: Make the end of sge process more clear by Yixian Liu · 4 years, 8 months ago
  32. e4aaf4b RDMA/hns: Simplify process related to poll cq by Lang Cheng · 4 years, 8 months ago
  33. f226f67 RDMA/hns: Remove redundant parameters from free_srq/qp_wrid() by Wenpeng Liang · 4 years, 8 months ago
  34. 14ba873 RDMA/hns: Remove redundant type cast for general pointers by Weihang Li · 4 years, 8 months ago
  35. 8e029d3 RDMA/hns: Optimize the usage of MTR by Xi Wang · 4 years, 8 months ago
  36. 494c3b3 RDMA/hns: Refactor the QP context filling process related to WQE buffer configure by Xi Wang · 4 years, 8 months ago
  37. 13aa13d RDMA/hns: Change variables representing quantity to unsigned by Weihang Li · 4 years, 8 months ago
  38. 82d07a4 RDMA/hns: Change all page_shift to unsigned by Weihang Li · 4 years, 8 months ago
  39. e9f2cd2 RDMA/hns: Rename QP buffer related function by Xi Wang · 4 years, 8 months ago
  40. b9c93e3 RDMA/hns: Remove unused code about assert by Yangyang Li · 4 years, 8 months ago
  41. 0db6570 RDMA/hns: Optimize post and poll process by Lang Cheng · 4 years, 8 months ago
  42. 05e6a5a RDMA/hns: Add CQ flag instead of independent enable flag by Lang Cheng · 4 years, 8 months ago
  43. 25966e8 RDMA/hns: Let software PI/CI grow naturally by Lang Cheng · 4 years, 8 months ago
  44. a94dae8 RDMA/rtrs: Get rid of the do_next_path while_next_path macros by Danil Kipnis · 4 years, 8 months ago
  45. e172037 RDMA/rtrs: server: Use already dereferenced rtrs_sess structure by Md Haris Iqbal · 4 years, 8 months ago
  46. cdb685c RDMA/rnbd: Fix compilation error when CONFIG_MODULES is disabled by Danil Kipnis · 4 years, 8 months ago
  47. 63a3345 IB/cma: Fix ports memory leak in cma_configfs by Maor Gottlieb · 4 years, 8 months ago
  48. 47393fb block/rnbd: Fix an IS_ERR() vs NULL check in find_or_create_sess() by Dan Carpenter · 4 years, 8 months ago
  49. 6d1e7ba IB/uverbs: Introduce create/destroy QP commands over ioctl by Yishai Hadas · 4 years, 8 months ago
  50. ef3bc08 IB/uverbs: Introduce create/destroy WQ commands over ioctl by Yishai Hadas · 4 years, 8 months ago
  51. c3eab94 IB/uverbs: Introduce create/destroy SRQ commands over ioctl by Yishai Hadas · 4 years, 8 months ago
  52. 175ba58 IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI by Yishai Hadas · 4 years, 8 months ago
  53. cda9ee4 IB/uverbs: Extend CQ to get its own asynchronous event FD by Yishai Hadas · 4 years, 8 months ago
  54. 98a8890 IB/uverbs: Refactor related objects to use their own asynchronous event FD by Yishai Hadas · 4 years, 8 months ago
  55. 0ac8903 RDMA/core: Allow the ioctl layer to abort a fully created uobject by Jason Gunthorpe · 4 years, 8 months ago
  56. eafd47f Merge tag 'v5.7-rc6' into rdma.git for-next by Jason Gunthorpe · 4 years, 8 months ago
  57. 0ad45e5 IB/hfi1: Enable the transmit side of the datagram ipoib netdev by Piotr Stankiewicz · 4 years, 8 months ago
  58. 8f149b6 IB/ipoib: Add capability to switch between datagram and connected mode by Gary Leshner · 4 years, 8 months ago
  59. 7638c0e IB/hfi1: Add packet histogram trace event by Grzegorz Andrejczuk · 4 years, 8 months ago
  60. b7e159e IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size by Gary Leshner · 4 years, 8 months ago
  61. 4730f4a IB/hfi1: Activate the dummy netdev by Grzegorz Andrejczuk · 4 years, 8 months ago
  62. 370caa5 IB/hfi1: Add rx functions for dummy netdev by Grzegorz Andrejczuk · 4 years, 8 months ago
  63. 0bae02d IB/hfi1: Add interrupt handler functions for accelerated ipoib by Grzegorz Andrejczuk · 4 years, 8 months ago
  64. 6991abc IB/hfi1: Add functions to receive accelerated ipoib packets by Kaike Wan · 4 years, 8 months ago
  65. 89dcaa3 IB/hfi1: Rename num_vnic_contexts as num_netdev_contexts by Grzegorz Andrejczuk · 4 years, 8 months ago
  66. 6d72344 IB/ipoib: Increase ipoib Datagram mode MTU's upper limit by Kaike Wan · 4 years, 8 months ago
  67. 19d8b90 IB/hfi1: RSM rules for AIP by Grzegorz Andrejczuk · 4 years, 8 months ago
  68. 7f90a5a IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs by Gary Leshner · 4 years, 8 months ago
  69. 84e3b19 IB/hfi1: Remove module parameter for KDETH qpns by Gary Leshner · 4 years, 8 months ago
  70. 438d7dd IB/hfi1: Add the transmit side of a datagram ipoib RDMA netdev by Gary Leshner · 4 years, 8 months ago
  71. d99dc60 IB/hfi1: Add functions to transmit datagram ipoib packets by Gary Leshner · 4 years, 8 months ago
  72. fe810b5 IB/hfi1: Add accelerated IP capability bit by Kaike Wan · 4 years, 8 months ago
  73. e1ca01a RDMA/efa: Report host information to the device by Gal Pressman · 4 years, 8 months ago
  74. cc8a635 RDMA/efa: Fix setting of wrong bit in get/set_feature commands by Gal Pressman · 4 years, 8 months ago
  75. 819f742 RDMA/mlx5: Add init2init as a modify command by Aharon Landau · 4 years, 8 months ago
  76. 711195e RDMA/hns: Reserve one sge in order to avoid local length error by Lijun Ou · 4 years, 8 months ago
  77. 9581a35 RDMA/hns: Rename macro for defining hns hardware page size by Xi Wang · 4 years, 8 months ago
  78. 252067e RDMA/hns: Remove redundant memcpy() by Weihang Li · 4 years, 8 months ago
  79. 7b611d2 RDMA/hns: Store mr len information into mr obj by Lang Cheng · 4 years, 8 months ago
  80. d4d8138 RDMA/hns: Fix error with to_hr_hem_entries_count() by Weihang Li · 4 years, 8 months ago
  81. 6968aeb RDMA/hns: Fix wrong assignment of SRQ's max_wr by Weihang Li · 4 years, 8 months ago
  82. 053c0ac RDMA/hns: Fix assignment to ba_pg_sz of eqe by Wenpeng Liang · 4 years, 8 months ago
  83. 441c88d RDMA/hns: Fix cmdq parameter of querying pf timer resource by Lang Cheng · 4 years, 8 months ago
  84. 349be27 RDMA/hns: Bugfix for querying qkey by Lijun Ou · 4 years, 8 months ago
  85. bd25c80 RDMA/siw: Replace one-element array and use struct_size() helper by Gustavo A. R. Silva · 4 years, 8 months ago
  86. d6ea395 rnbd/rtrs: Pass max segment size from blk user to the rdma library by Danil Kipnis · 4 years, 8 months ago
  87. 6b31afc RDMA/rtrs: server: Fix some error return code by Wei Yongjun · 4 years, 8 months ago
  88. e198408 RDMA/rtrs: client: Fix function return on success by Gustavo A. R. Silva · 4 years, 8 months ago
  89. bf1d8ed RDMA/rtrs: Fix a couple off by one bugs in rtrs_srv_rdma_done() by Dan Carpenter · 4 years, 8 months ago
  90. b386cd6 RDMA/rtrs: Fix some signedness bugs in error handling by Dan Carpenter · 4 years, 8 months ago
  91. ecf814e net/mlx5: Add support for RDMA TX FT headers modifying by Michael Guralnik · 4 years, 8 months ago
  92. 555af0c net/mlx5: Move iseg access helper routines close to mlx5_core driver by Parav Pandit · 4 years, 8 months ago
  93. 356d411 net/mlx5: Cleanup mlx5_ifc_fte_match_set_misc2_bits by Raed Salem · 4 years, 8 months ago
  94. b9bbe6e Linux 5.7-rc6 by Linus Torvalds · 4 years, 8 months ago
  95. 23bbd581 RDMA/srpt: Fix disabling device management by Kamal Heib · 4 years, 8 months ago
  96. daeee97 RDMA/mlx5: Update mlx5_ib driver name by Shay Drory · 4 years, 8 months ago
  97. a8f5c1f RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfs by Xiongfeng Wang · 4 years, 8 months ago
  98. b0810b0 RDMA/core: Consolidate ib_create_srq flows by Jason Gunthorpe · 4 years, 8 months ago
  99. dbd6725 RDMA/uverbs: Fix create WQ to use the given user handle by Yishai Hadas · 4 years, 8 months ago
  100. b19a530 RDMA/uverbs: Cleanup wq/srq context usage from uverbs layer by Yishai Hadas · 4 years, 8 months ago