1. 19b1a29 RDMA: Use __packed annotation instead of __attribute__ ((packed)) by Erez Alfasi · 6 years ago
  2. c1545f1 IB/iser: Fix dma_nents type definition by Max Gurtovoy · 6 years ago
  3. c6c2c03 IB/iser: use T10-PI check mask definitions from core layer by Max Gurtovoy · 7 years ago
  4. 434dda4 IB/iser: Do not reduce max_sectors by Sergey Gorenko · 7 years ago
  5. ea174c9 RDMA/iser: Fix possible mr leak on device removal event by Sagi Grimberg · 8 years ago
  6. 83236f0 IB/iser: remove unused variable from iser_conn struct by Max Gurtovoy · 8 years ago
  7. 8e61212 IB/iser: use IB_PD_UNSAFE_GLOBAL_RKEY by Christoph Hellwig · 8 years ago
  8. 4c8ba94 IB/iser: Use ib_drain_sq() by Steve Wise · 9 years ago
  9. 59caaed IB/iser: Support the remote invalidation exception by Jenny Derzhavetz · 9 years ago
  10. d3cf81f IB/iser,isert: Create and use new shared header by Sagi Grimberg · 9 years ago
  11. b5f04b0 IB/iser: Don't register memory for all immediate data writes by Jenny Derzhavetz · 9 years ago
  12. bfe066e IB/iser: Reuse ib_sg_to_pages by Sagi Grimberg · 9 years ago
  13. 2392a4c IB/iser: constify iser_reg_ops structure by Julia Lawall · 9 years ago
  14. 882f3b3 Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5 by Doug Ledford · 9 years ago
  15. 4a061b2 IB/ulps: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  16. cfeb91b IB/iser: Convert to CQ abstraction by Christoph Hellwig · 9 years ago
  17. 7edc5a9 IB/iser: Use helper for container_of by Sagi Grimberg · 9 years ago
  18. 0f512b3 IB/iser: Use a dedicated descriptor for login by Sagi Grimberg · 9 years ago
  19. 3940588 IB/iser: Port to new fast registration API by Sagi Grimberg · 9 years ago
  20. 63e8790 Merge branch 'wr-cleanup' into k.o/for-4.4 by Doug Ledford · 9 years ago
  21. dd0107a IB/iser: set block queue_virt_boundary by Sagi Grimberg · 9 years ago
  22. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  23. 3cffd93 IB/iser: Add module parameter for always register memory by Sagi Grimberg · 9 years ago
  24. 7332bed IB/iser: Chain all iser transaction send work requests by Sagi Grimberg · 9 years ago
  25. df749cdc IB/iser: Support up to 8MB data transfer in a single command by Sagi Grimberg · 9 years ago
  26. f8db651 IB/iser: Pass registration pool a size parameter by Sagi Grimberg · 9 years ago
  27. 32467c4 IB/iser: Unify fast memory registration flows by Sagi Grimberg · 9 years ago
  28. 8172290 IB/iser: Make reg_desc_get a per device routine by Sagi Grimberg · 9 years ago
  29. 2b3bf95 IB/iser: Maintain connection fmr_pool under a single registration descriptor by Adir Lev · 9 years ago
  30. 385ad87 IB/iser: Introduce iser registration pool struct by Sagi Grimberg · 9 years ago
  31. 48afbff IB/iser: Introduce iser_reg_ops by Sagi Grimberg · 9 years ago
  32. 5190cc2 IB/iser: Rename struct fast_reg_descriptor -> iser_fr_desc by Sagi Grimberg · 9 years ago
  33. d711d81 IB/iser: Introduce struct iser_reg_resources by Sagi Grimberg · 9 years ago
  34. 8d5944d IB/iser: Fix possible bogus DMA unmapping by Sagi Grimberg · 9 years ago
  35. ba943fb IB/iser: Rewrite bounce buffer code path by Sagi Grimberg · 10 years ago
  36. 4fcd1470 IB/iser: Bump version to 1.6 by Sagi Grimberg · 10 years ago
  37. 90a6684 IB/iser: Modify struct iser_mem_reg members by Sagi Grimberg · 10 years ago
  38. bd8b944 IB/iser: Move fastreg descriptor pool get/put to helper functions by Sagi Grimberg · 10 years ago
  39. b130ede IB/iser: Get rid of struct iser_rdma_regd by Sagi Grimberg · 10 years ago
  40. d03e61d IB/iser: Move memory reg/dereg routines to iser_memory.c by Sagi Grimberg · 10 years ago
  41. e3784bd IB/iser: Remove a redundant struct iser_data_buf by Sagi Grimberg · 10 years ago
  42. c6c95ef IB/iser: Use correct dma direction when unmapping SGs by Roi Dayan · 10 years ago
  43. 056da88 IB/iser: Bump version to 1.5 by Or Gerlitz · 10 years ago
  44. 60e2090 IB/iser: Micro-optimize iser logging by Sagi Grimberg · 10 years ago
  45. da64bdb IB/iser: Use more completion queues by Sagi Grimberg · 10 years ago
  46. 7e1fd4d IB/iser: Remove redundant is_mr indicator by Sagi Grimberg · 10 years ago
  47. 6ec9d4d IB/iser: Fix possible SQ overflow by Max Gurtovoy · 10 years ago
  48. f4641ef IB/iser: Re-adjust CQ and QP send ring sizes to HW limits by Minh Tran · 10 years ago
  49. b261aea IB/iser: Bump version, add maintainer by Or Gerlitz · 10 years ago
  50. cd88621 IB/iser: Add/Fix kernel doc style descriptions in iscsi_iser.h by Sagi Grimberg · 10 years ago
  51. e9d49b8 IB/iser: Nit - add space after __func__ in iser logging by Sagi Grimberg · 10 years ago
  52. 6df5a12 IB/iser: Suppress scsi command send completions by Sagi Grimberg · 10 years ago
  53. 6e6fe2f IB/iser: Optimize completion polling by Sagi Grimberg · 10 years ago
  54. ff3dd52 IB/iser: Use beacon to indicate all completions were consumed by Sagi Grimberg · 10 years ago
  55. 6aabfa7 IB/iser: Use single CQ for RX and TX by Sagi Grimberg · 10 years ago
  56. bf17554 IB/iser: Centralize iser completion contexts by Sagi Grimberg · 10 years ago
  57. c47a3c9 IB/iser: Fix DEVICE REMOVAL handling in the absence of iscsi daemon by Sagi Grimberg · 10 years ago
  58. 6bb0279 IB/iser: Remove unused variables and dead code by Roi Dayan · 10 years ago
  59. a4ee353 IB/iser: Re-introduce ib_conn by Sagi Grimberg · 10 years ago
  60. 5716af6 IB/iser: Rename ib_conn -> iser_conn by Sagi Grimberg · 10 years ago
  61. 61aabb3 IB/iser: Bump version to 1.4.1 by Or Gerlitz · 10 years ago
  62. 9a6d323 IB/iser: Replace connection waitqueue with completion object by Ariel Nahum · 10 years ago
  63. 504130c IB/iser: Protect iser state machine with a mutex by Ariel Nahum · 10 years ago
  64. 96ed02d IB/iser: Support IPv6 address family by Roi Dayan · 10 years ago
  65. c7ca4b6 IB/iser: Bump version to 1.4 by Or Gerlitz · 11 years ago
  66. b73c3ad IB/iser: Simplify connection management by Ariel Nahum · 11 years ago
  67. 5de2ad9 IB/iser: Bump driver version to 1.3 by Or Gerlitz · 11 years ago
  68. 3ee07d2 IB/iser: Update Mellanox copyright note by Or Gerlitz · 11 years ago
  69. 4667f5d IB/iser: Remove struct iscsi_iser_conn by Ariel Nahum · 11 years ago
  70. 0a7a08a IB/iser: Implement check_protection by Sagi Grimberg · 11 years ago
  71. 177e31bd IB/iser: Support T10-PI operations by Sagi Grimberg · 11 years ago
  72. 6b5a8fb IB/iser: Initialize T10-PI resources by Alex Tabachnik · 11 years ago
  73. 7f73384 IB/iser: Introduce pi_enable, pi_guard module parameters by Alex Tabachnik · 11 years ago
  74. 9a8b08f IB/iser: Generalize iser_unmap_task_data and finalize_rdma_unaligned_sg by Sagi Grimberg · 11 years ago
  75. 73bc06b IB/iser: Replace fastreg descriptor valid bool with indicators container by Sagi Grimberg · 11 years ago
  76. 65198d6 IB/iser: Keep IB device attributes under iser_device by Sagi Grimberg · 11 years ago
  77. 7306b8f IB/iser: Avoid FRWR notation, use fastreg instead by Sagi Grimberg · 11 years ago
  78. db523b8 IB/iser: Suppress completions for fast registration work requests by Sagi Grimberg · 11 years ago
  79. 5587856 IB/iser: Introduce fast memory registration model (FRWR) by Sagi Grimberg · 11 years ago
  80. e657571 IB/iser: Place the fmr pool into a union in iser's IB conn struct by Sagi Grimberg · 11 years ago
  81. b4e155f IB/iser: Generalize rdma memory registration by Sagi Grimberg · 11 years ago
  82. b7f0451 IB/iser: Accept session->cmds_max from user space by Shlomo Pongratz · 11 years ago
  83. 986db0d IB/iser: Restructure allocation/deallocation of connection resources by Shlomo Pongratz · 11 years ago
  84. f91424c IB/iser: Use proper debug level value for info prints by Or Gerlitz · 11 years ago
  85. 28f292e IB/iser: Add Mellanox copyright by Or Gerlitz · 12 years ago
  86. 8d8399d IB/iser: Add support for iser CM REQ additional info by Or Gerlitz · 12 years ago
  87. 4f36388 IB/iser: Move informational messages from error to info level by Roi Dayan · 12 years ago
  88. c1d786e IB/iser: Add module version by Roi Dayan · 12 years ago
  89. b96e4ab IB/iser: Use proper define for the commands per LUN value advertised to SCSI ML by Or Gerlitz · 12 years ago
  90. 5a33a66 IB/iser: Add more RX CQs to scale out processing of SCSI responses by Alex Tabachnik · 12 years ago
  91. 89e984e2 IB/iser: Post initial receive buffers before sending the final login request by Or Gerlitz · 13 years ago
  92. 5243954 IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers by Or Gerlitz · 13 years ago
  93. 2c4ce60 IB/iser: Use separate buffers for the login request/response by Or Gerlitz · 13 years ago
  94. 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
  95. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 14 years ago
  96. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  97. 39ff05d IB/iser: Enhance disconnection logic for multi-pathing by Or Gerlitz · 15 years ago
  98. 2110f9b IB/iser: Add asynchronous event handler by Or Gerlitz · 15 years ago
  99. aae3c99 IB/iser: Remove unnecessary connection checks by Or Gerlitz · 15 years ago
  100. f19624a IB/iser: Simplify send flow/descriptors by Or Gerlitz · 15 years ago