1. d8bb134 IB/isert: Align target max I/O size to initiator size by Max Gurtovoy · 3 years, 8 months ago
  2. 3159888 RDMA/rtrs: Change MAX_SESS_QUEUE_DEPTH by Gioh Kim · 3 years, 8 months ago
  3. fcd8d63 RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr by Jack Wang · 3 years, 7 months ago
  4. 6cbc167 RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats by Gioh Kim · 3 years, 8 months ago
  5. 6569ae1 RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection by Md Haris Iqbal · 3 years, 8 months ago
  6. 8651ad0 RDMA/rtrs-srv: Fix memory leak when having multiple sessions by Jack Wang · 3 years, 8 months ago
  7. e7df730 RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object by Gioh Kim · 3 years, 8 months ago
  8. f03d4c1 RDMA/rtrs: Do not reset hb_missed_max after re-connection by Gioh Kim · 3 years, 8 months ago
  9. bd4df55 RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats by Md Haris Iqbal · 3 years, 8 months ago
  10. 067b663 RDMA/srp: Fix a recently introduced memory leak by Bart Van Assche · 3 years, 8 months ago
  11. 67cf4e4 RDMA/ipoib: Fix warning caused by destroying non-initial netns by Kamal Heib · 3 years, 8 months ago
  12. b64415c RDMA/rtrs-clt: destroy sysfs after removing session from active list by Gioh Kim · 3 years, 9 months ago
  13. 6a07e5e RDMA/srpt: Fix error return code in srpt_cm_req_recv() by Wang Wensheng · 3 years, 9 months ago
  14. 499b3ceb IB/isert: Fix a use after free in isert_connect_request by Lv Yunlong · 3 years, 10 months ago
  15. 7290bf4 RDMA/rtrs-clt: Close rtrs client conn before destroying rtrs clt session files by Md Haris Iqbal · 3 years, 10 months ago
  16. c02a33f RDMA/rtrs: Fix KASAN: stack-out-of-bounds bug by Jack Wang · 4 years, 1 month ago
  17. 904a52d RDMA/rtrs: Introduce rtrs_post_send by Guoqing Jiang · 4 years, 3 months ago
  18. 9e97c21 RDMA/rtrs-srv: Jump to dereg_mr label if allocate iu fails by Guoqing Jiang · 4 years, 1 month ago
  19. 5abee8b RDMA/rtrs: Remove unnecessary argument dir of rtrs_iu_free by Gioh Kim · 4 years, 3 months ago
  20. 2d7888b RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes by Nicolas Morey-Chaisemartin · 4 years ago
  21. 73a4bde RDMA/rtrs-srv: Do not signal REG_MR by Jack Wang · 4 years, 1 month ago
  22. 70123d9 RDMA/rtrs-clt: Use bitmask to check sess->flags by Jack Wang · 4 years, 1 month ago
  23. 482157e RDMA/rtrs: Do not signal for heatbeat by Jack Wang · 4 years, 1 month ago
  24. 248014a RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR() by Jack Wang · 4 years ago
  25. d94d649 RDMA/rtrs-srv-sysfs: fix missing put_device by Gioh Kim · 4 years ago
  26. fad3372 RDMA/rtrs-srv: fix memory leak by missing kobject free by Gioh Kim · 4 years ago
  27. c6f81f3 RDMA/rtrs: Only allow addition of path to an already established session by Md Haris Iqbal · 4 years ago
  28. 51ea7da RDMA/rtrs-srv: Fix stack-out-of-bounds by Jack Wang · 4 years ago
  29. e724c81 RDMA/rtrs-srv: Init wr_cnt as 1 by Jack Wang · 4 years, 1 month ago
  30. cb6d98b RDMA/rtrs-clt: Refactor the failure cases in alloc_clt by Guoqing Jiang · 4 years, 1 month ago
  31. 30b7b6b RDMA/rtrs-srv: Fix missing wr_cqe by Jack Wang · 4 years, 1 month ago
  32. e393184 RDMA/rtrs: Call kobject_put in the failure path by Guoqing Jiang · 4 years, 1 month ago
  33. 1a8e138 RDMA/rtrs-clt: Set mininum limit when create QP by Jack Wang · 4 years, 1 month ago
  34. f8f1833 RDMA/rtrs-srv: Use sysfs_remove_file_self for disconnect by Jack Wang · 4 years, 1 month ago
  35. e3d7484 RDMA/rtrs-srv: Release lock before call into close_sess by Jack Wang · 4 years, 1 month ago
  36. 0a131e0 RDMA/rtrs: Extend ibtrs_cq_qp_create by Jack Wang · 4 years, 1 month ago
  37. c313e91 IB/isert: add module param to set sg_tablesize for IO cmd by Max Gurtovoy · 4 years, 3 months ago
  38. 459c15d RDMA/rtrs-srv: Don't guard the whole __alloc_srv with srv_mutex by Guoqing Jiang · 4 years, 3 months ago
  39. 4f64797 RDMA/rtrs-clt: Missing error from rtrs_rdma_conn_established by Gioh Kim · 4 years, 3 months ago
  40. 78bd070 RDMA/rtrs-clt: Remove destroy_con_cq_qp in case route resolving failed by Danil Kipnis · 4 years, 3 months ago
  41. 6f3f374 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 2 months ago
  42. 21fcdee RDMA/srpt: Fix typo in srpt_unregister_mad_agent docstring by Jason Gunthorpe · 4 years, 2 months ago
  43. e6b0bd6 Merge tag 'docs-5.10-warnings' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 2 months ago
  44. 372a178 IB/srpt: Fix memory leak in srpt_add_one by Maor Gottlieb · 4 years, 3 months ago
  45. 1166eb3d IB/srpt: docs: add a description for cq_size member by Mauro Carvalho Chehab · 4 years, 3 months ago
  46. 071ba4c RDMA: Add rdma_connect_locked() by Jason Gunthorpe · 4 years, 3 months ago
  47. a1e16bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 3 months ago
  48. 5ce2dced RDMA/ipoib: Set rtnl_link_ops for ipoib interfaces by Kamal Heib · 4 years, 3 months ago
  49. 3c4e919 RDMA/rtrs: Constify static struct attribute_group by Rikard Falkeborn · 4 years, 4 months ago
  50. 220aee3 RDMA/rtrs: Remove unused field of rtrs_iu by Gioh Kim · 4 years, 4 months ago
  51. eff7423 net: core: introduce struct netdev_nested_priv for nested interface infrastructure by Taehee Yoo · 4 years, 4 months ago
  52. 5dee587 Merge branch 'mlx5_active_speed' into rdma.git for-next by Jason Gunthorpe · 4 years, 4 months ago
  53. 3cc30e8d RDMA/ipoib: Convert to use DEFINE_SEQ_ATTRIBUTE macro by Liu Shixin · 4 years, 4 months ago
  54. b1df2a0 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 4 months ago
  55. 119181d RDMA: Restore ability to fail on SRQ destroy by Leon Romanovsky · 4 years, 4 months ago
  56. 0b089c1 IB/isert: Fix unaligned immediate-data handling by Sagi Grimberg · 4 years, 4 months ago
  57. 558d52b RDMA/rtrs-srv: Incorporate ib_register_client into rtrs server init by Md Haris Iqbal · 4 years, 4 months ago
  58. 39c2d63 RDMA/rtrs-srv: Set .release function for rtrs srv device during device init by Md Haris Iqbal · 4 years, 4 months ago
  59. 6989aa6 Merge tag 'v5.9-rc3' into rdma.git for-next by Jason Gunthorpe · 4 years, 5 months ago
  60. baa5b28 RDMA/rtrs-srv: Replace device_register with device_initialize and device_add by Md Haris Iqbal · 4 years, 5 months ago
  61. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  62. c97119b IB/isert: remove duplicated error prints by Max Gurtovoy · 4 years, 5 months ago
  63. 03ed5a8 RDMA/rtrs: remove WQ_MEM_RECLAIM for rtrs_wq by Jack Wang · 4 years, 6 months ago
  64. 09e0dbb RDMA/rtrs-clt: add an additional random 8 seconds before reconnecting by Danil Kipnis · 4 years, 6 months ago
  65. c804af2 IB/srpt: use new shared CQ mechanism by Yamin Friedman · 4 years, 6 months ago
  66. c6e6630 IB/isert: use new shared CQ mechanism by Yamin Friedman · 4 years, 6 months ago
  67. d56a785 IB/iser: use new shared CQ mechanism by Yamin Friedman · 4 years, 6 months ago
  68. 317000b IB/isert: allocate RW ctxs according to max IO size by Max Gurtovoy · 4 years, 6 months ago
  69. f11f3f7 Merge branch 'mlx5_ipoib_qpn' into rdma.git for-next by Jason Gunthorpe · 4 years, 6 months ago
  70. 87fb5c1 RDMA/ipoib: Handle user-supplied address when creating child by Michael Guralnik · 4 years, 7 months ago
  71. 65936bf RDMA/ipoib: Fix ABBA deadlock with ipoib_reap_ah() by Jason Gunthorpe · 4 years, 7 months ago
  72. 95a5631 RDMA/ipoib: Return void from ipoib_ib_dev_stop() by Kamal Heib · 4 years, 7 months ago
  73. 90cdff9 RDMA/ipoib: Return void from ipoib_mcast_stop_thread() by Kamal Heib · 4 years, 7 months ago
  74. 1170814 RDMA: Correct trivial kernel-doc inconsistencies by Colton Lewis · 4 years, 7 months ago
  75. a7ca4c3 IB/srpt: Remove WARN_ON from srpt_cm_req_recv by Jing Xiangfeng · 4 years, 7 months ago
  76. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  77. 242b233 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 8 months ago
  78. f273ad4 RDMA/srp: Remove support for FMR memory registration by Max Gurtovoy · 4 years, 8 months ago
  79. 1fc4313 RDMA/iser: Remove support for FMR memory registration by Israel Rukshin · 4 years, 8 months ago
  80. e0cca8b RDMA/srpt: Increase max_send_sge by Bart Van Assche · 4 years, 8 months ago
  81. 66ced2e RDMA/srpt: Reduce max_recv_sge to 1 by Bart Van Assche · 4 years, 8 months ago
  82. d4ee7f3 RDMA/srpt: Make debug output more detailed by Bart Van Assche · 4 years, 8 months ago
  83. 87fee61 RDMA/srp: Make the channel count configurable per target by Bart Van Assche · 4 years, 8 months ago
  84. 1acba6a IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode by Valentine Fatiev · 4 years, 8 months ago
  85. 8094ba0 RDMA/cma: Provide ECE reject reason by Leon Romanovsky · 4 years, 8 months ago
  86. ebd6e96 RDMA/ipoib: Remove can_sleep parameter from iboib_mcast_alloc by Kamal Heib · 4 years, 8 months ago
  87. a94dae8 RDMA/rtrs: Get rid of the do_next_path while_next_path macros by Danil Kipnis · 4 years, 8 months ago
  88. e172037 RDMA/rtrs: server: Use already dereferenced rtrs_sess structure by Md Haris Iqbal · 4 years, 8 months ago
  89. 8f149b6 IB/ipoib: Add capability to switch between datagram and connected mode by Gary Leshner · 4 years, 8 months ago
  90. b7e159e IB/{hfi1, ipoib, rdma}: Broadcast ping sent packets which exceeded mtu size by Gary Leshner · 4 years, 8 months ago
  91. 6d72344 IB/ipoib: Increase ipoib Datagram mode MTU's upper limit by Kaike Wan · 4 years, 8 months ago
  92. 7f90a5a IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs by Gary Leshner · 4 years, 8 months ago
  93. d6ea395 rnbd/rtrs: Pass max segment size from blk user to the rdma library by Danil Kipnis · 4 years, 8 months ago
  94. 6b31afc RDMA/rtrs: server: Fix some error return code by Wei Yongjun · 4 years, 8 months ago
  95. e198408 RDMA/rtrs: client: Fix function return on success by Gustavo A. R. Silva · 4 years, 8 months ago
  96. bf1d8ed RDMA/rtrs: Fix a couple off by one bugs in rtrs_srv_rdma_done() by Dan Carpenter · 4 years, 8 months ago
  97. b386cd6 RDMA/rtrs: Fix some signedness bugs in error handling by Dan Carpenter · 4 years, 8 months ago
  98. 23bbd581 RDMA/srpt: Fix disabling device management by Kamal Heib · 4 years, 8 months ago
  99. a8f5c1f RDMA/srpt: Add a newline when printing parameter 'srpt_service_guid' by sysfs by Xiongfeng Wang · 4 years, 8 months ago
  100. 745b6a3 RDMA/rtrs: a bit of documentation by Jack Wang · 4 years, 8 months ago