1. 52e1671 IB/isert: fix T10-pi check mask setting by Max Gurtovoy · 6 years ago
  2. a664281 IB/isert: Fix for lib/dma_debug check_sync warning by Alex Estrin · 6 years ago
  3. eba1940 iser-target: avoid reinitializing rdma contexts for isert commands by Bharat Potnuri · 7 years ago
  4. d303d0c iser-target: Fix possible use-after-free in connection establishment error by Sagi Grimberg · 7 years ago
  5. d5f9cd0 iser-target: Avoid isert_conn->cm_id dereference in isert_login_recv_done by Nicholas Bellinger · 7 years ago
  6. b9044ac Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  7. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  8. 63b268d IB/isert: Properly release resources on DEVICE_REMOVAL by Raju Rangoju · 8 years ago
  9. 1d5840c IB/isert: fix error return code in isert_alloc_login_buf() by Wei Yongjun · 8 years ago
  10. e6d66e3 IB/isert: Remove an unused member variable by Bart Van Assche · 8 years ago
  11. 9ba55cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  12. bd027d8 iscsi-target: Convert transport drivers to signal rdma_shutdown by Nicholas Bellinger · 8 years ago
  13. 38a2d0d4 IB/isert: convert to the generic RDMA READ/WRITE API by Christoph Hellwig · 8 years ago
  14. ff2ba99 IB/core: Add passing an offset into the SG to ib_map_mr_sg by Christoph Hellwig · 8 years ago
  15. 187e84f iscsi-target: add void (*iscsit_get_rx_pdu)() by Varun Prakash · 8 years ago
  16. 572a143 iser-target: Use ib_drain_qp by Sagi Grimberg · 8 years ago
  17. e3416ab iser-target: Kill the ->isert_cmd back pointer in struct iser_tx_desc by Christoph Hellwig · 8 years ago
  18. d1ca2ed iser-target: Kill struct isert_rdma_wr by Christoph Hellwig · 8 years ago
  19. 9679cc5 iser-target: Convert to new CQ API by Christoph Hellwig · 8 years ago
  20. 5adabdd iser-target: Split and properly type the login buffer by Christoph Hellwig · 8 years ago
  21. ed1083b iser-target: Remove ISER_RECV_DATA_SEG_LEN by Christoph Hellwig · 8 years ago
  22. 26c7b67 iser-target: Remove impossible condition from isert_wait_conn by Jenny Derzhavetz · 8 years ago
  23. 69c4884 iser-target: Remove redundant wait in release_conn by Jenny Derzhavetz · 8 years ago
  24. 6d1fba0 iser-target: Rework connection termination by Jenny Derzhavetz · 8 years ago
  25. f81bf45 iser-target: Separate flows for np listeners and connections cma events by Jenny Derzhavetz · 8 years ago
  26. aea9298 iser-target: Add new state ISER_CONN_BOUND to isert_conn by Jenny Derzhavetz · 8 years ago
  27. b89a7c2 iser-target: Fix identification of login rx descriptor type by Jenny Derzhavetz · 8 years ago
  28. 048ccca Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  29. 71e4634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 8 years ago
  30. 373a4cd iser-target: Fix non negative ERR_PTR isert_device_get usage by Nicholas Bellinger · 8 years ago
  31. 422bd0a IB/isert: Support the remote invalidation exception by Jenny Derzhavetz · 9 years ago
  32. 13bce48 IB/isert: Declare correct flags when accepting a connection by Jenny Derzhavetz · 9 years ago
  33. c649415 IB/isert: Remove unused file iser_proto.h by Sagi Grimberg · 9 years ago
  34. d3cf81f IB/iser,isert: Create and use new shared header by Sagi Grimberg · 9 years ago
  35. 4a061b2 IB/ulps: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  36. f1a47d3 iser-target: Remove explicit mlx4 work-around by Sagi Grimberg · 9 years ago
  37. 16c2d70 iser-target: Port to new memory registration API by Sagi Grimberg · 9 years ago
  38. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  39. eb14ab3 Merge branch 'wr-cleanup' of git://git.infradead.org/users/hch/rdma into wr-cleanup by Doug Ledford · 9 years ago
  40. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  41. 6c760b3 iser-target: Remove an unused variable by Bart Van Assche · 9 years ago
  42. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  43. 9fd6008 iser-target: Skip data copy if all the command data comes as immediate by Jenny Derzhavetz · 9 years ago
  44. 4366b19 iser-target: Change the recv buffers posting logic by Jenny Derzhavetz · 9 years ago
  45. bd37922 iser-target: Fix pending connections handling in target stack shutdown sequnce by Jenny Derzhavetz · 9 years ago
  46. ed8cb0a iser-target: Remove np_ prefix from isert_np members by Jenny Derzhavetz · 9 years ago
  47. f27dfa1 iser-target: Remove unused variables by Jenny Derzhavetz · 9 years ago
  48. 3e03c4b iser-target: Put the reference on commands waiting for unsol data by Jenny Derzhavetz · 9 years ago
  49. a4c15cd iser-target: remove command with state ISTATE_REMOVE by Jenny Derzhavetz · 9 years ago
  50. 05c7808 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  51. 34efc7d iser-target: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  52. a89be2c iser-target: Convert to ib_alloc_mr by Sagi Grimberg · 9 years ago
  53. 9bee178 IB: Modify ib_create_mr API by Sagi Grimberg · 9 years ago
  54. 8b91ffc IB/core: Get rid of redundant verb ib_destroy_mr by Sagi Grimberg · 9 years ago
  55. 13a3cf0 target/iscsi: Replace __kernel_sockaddr_storage with sockaddr_storage by Andy Grover · 9 years ago
  56. dc58f76 target/iscsi: Replace conn->login_ip with login_sockaddr by Andy Grover · 9 years ago
  57. 69d7557 target/iscsi: Keep local_ip as the actual sockaddr by Andy Grover · 9 years ago
  58. ce9a9fc iser-target: Fix REJECT CM event use-after-free OOPs by Nicholas Bellinger · 9 years ago
  59. 5c755fe Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 9 years ago
  60. f9d1b5a Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  61. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  62. 524630d iser-target: Fix possible use-after-free by Sagi Grimberg · 9 years ago
  63. 2f1b6b7 iser-target: release stale iser connections by Sagi Grimberg · 9 years ago
  64. 9253e66 iser-target: Fix variable-length response error completion by Sagi Grimberg · 9 years ago
  65. afc1660 target: Remove first argument of target_{get,put}_sess_cmd() by Bart Van Assche · 9 years ago
  66. b2feda4 iser-target: Fix error path in isert_create_pi_ctx() by Roland Dreier · 9 years ago
  67. ea8a161 iser-target: Align to generic logging helpers by Sagi Grimberg · 9 years ago
  68. 9e35eff iser-target: Bump version to 1.0 by Sagi Grimberg · 9 years ago
  69. dac6ab3 iser-target: Remove conn_ prefix from struct isert_conn members by Sagi Grimberg · 9 years ago
  70. 992607e iser-target: Remove un-needed rdma_listen backlog by Sagi Grimberg · 9 years ago
  71. 57df81e iser-target: Remove redundant check on the device by Sagi Grimberg · 9 years ago
  72. c6b8e91 iser-target: Get rid of redundant max_accept by Sagi Grimberg · 9 years ago
  73. ae9ea9e iser-target: Split some logic in isert_connect_request to routines by Sagi Grimberg · 9 years ago
  74. cf8ae95 iser-target: Rename device find/release routines by Sagi Grimberg · 9 years ago
  75. 7748681 iser-target: Rename rend/recv completion routines by Sagi Grimberg · 9 years ago
  76. fd8205e iser-target: Remove redundant assignment to local variable by Sagi Grimberg · 9 years ago
  77. 172369c iser-target: Introduce isert_[alloc|free]_comps by Sagi Grimberg · 9 years ago
  78. 40fc069 iser-target: Split isert_setup_qp by Sagi Grimberg · 9 years ago
  79. 6700425 iser-target: Remove redundant casting on void pointers by Sagi Grimberg · 9 years ago
  80. fb14027 iser-target: Remove redundant local variable by Sagi Grimberg · 9 years ago
  81. b859203 iser-target: Remove dead code by Sagi Grimberg · 9 years ago
  82. e26e6ef iser-target: Remove redundant check on recv completion by Sagi Grimberg · 9 years ago
  83. 67cb394 iser-target: Use a single DMA MR and PD per device by Sagi Grimberg · 9 years ago
  84. 4a579da iser-target: Fix possible deadlock in RDMA_CM connection error by Sagi Grimberg · 9 years ago
  85. 364189f iser-target: Fix session hang in case of an rdma read DIF error by Sagi Grimberg · 9 years ago
  86. e4f4e80 iscsi/iser-target: Support multi-sequence sendtargets text response by Sagi Grimberg · 9 years ago
  87. 11378cd iser-target: Remove duplicate function names by Rasmus Villemoes · 9 years ago
  88. b44a2b6 iser-target: Fix wrong allocation in the case of an empty text message by Sagi Grimberg · 9 years ago
  89. 631af55 iser-target: Use WQ_UNBOUND for completion workqueue by Sagi Grimberg · 9 years ago
  90. f64d279 iser-target: Fix typo in isert_put_text_rsp by Sagi Grimberg · 9 years ago
  91. 45678b6 iser-target: Fix sparse warning by Sagi Grimberg · 9 years ago
  92. ed4520a iser-target: Fix wc->wr_id cast warning by Nicholas Bellinger · 10 years ago
  93. 10633c3 iser-target: Remove code duplication by Sagi Grimberg · 10 years ago
  94. 4c22e07 iser-target: Adjust log levels and prettify some prints by Sagi Grimberg · 10 years ago
  95. 24f412d iser-target: Use debug_level parameter to control logging level by Sagi Grimberg · 10 years ago
  96. 991bb76 iser-target: Fix logout sequence by Sagi Grimberg · 10 years ago
  97. c7e160e iser-target: Don't wait for session commands from completion context by Sagi Grimberg · 10 years ago
  98. 36ea63b iser-target: Reduce CQ lock contention by batch polling by Sagi Grimberg · 10 years ago
  99. 37d9fe8 iser-target: Introduce isert_poll_budget by Sagi Grimberg · 10 years ago
  100. bdf20e7 iser-target: Remove an atomic operation from the IO path by Sagi Grimberg · 10 years ago