summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/iser/iser_verbs.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-02IB/iser: Clarify a duplicate counters checkRoi Dayan1-1/+4
2014-08-02IB/iser: Replace connection waitqueue with completion objectAriel Nahum1-15/+14
2014-08-02IB/iser: Protect iser state machine with a mutexAriel Nahum1-10/+53
2014-08-02IB/iser: Remove redundant return code in iser_free_ib_conn_res()Sagi Grimberg1-5/+2
2014-08-02IB/iser: Seperate iser_conn and iscsi_endpoint storage spaceAriel Nahum1-1/+1
2014-08-02IB/iser: Fix responder resources advertisementSagi Grimberg1-1/+3
2014-08-02IB/iser: Add TIMEWAIT_EXIT event handlingRoi Dayan1-0/+1
2014-08-02IB/iser: Support IPv6 address familyRoi Dayan1-11/+6
2014-05-26IB/iser: Fix a possible race in iser connection states transitionAriel Nahum1-2/+2
2014-05-26IB/iser: Simplify connection managementAriel Nahum1-48/+37
2014-04-01IB/iser: Update Mellanox copyright noteOr Gerlitz1-1/+1
2014-04-01IB/iser: Print QP information once connection is establishedOr Gerlitz1-2/+7
2014-04-01IB/iser: Remove struct iscsi_iser_connAriel Nahum1-5/+4
2014-04-01IB/iser: Drain the tx cq once before looping on the rx cqRoi Dayan1-3/+6
2014-04-01IB/iser: Fix sector_t format warningRandy Dunlap1-2/+3
2014-03-18IB/iser: Implement check_protectionSagi Grimberg1-0/+47
2014-03-18IB/iser: Initialize T10-PI resourcesAlex Tabachnik1-7/+70
2014-03-18IB/iser: Introduce pi_enable, pi_guard module parametersAlex Tabachnik1-0/+13
2014-03-18IB/iser: Replace fastreg descriptor valid bool with indicators containerSagi Grimberg1-1/+1
2014-03-18IB/iser: Keep IB device attributes under iser_deviceSagi Grimberg1-12/+6
2014-03-18IB/iser: Move fast_reg_descriptor initialization to a functionSagi Grimberg1-18/+40
2014-03-18IB/iser: Avoid FRWR notation, use fastreg insteadSagi Grimberg1-42/+42
2014-03-18IB/iser: Suppress completions for fast registration work requestsSagi Grimberg1-8/+6
2014-02-14IB/iser: Avoid dereferencing iscsi_iser conn object when not bound to iser co...Roi Dayan1-3/+7
2013-09-03IB/iser: Fix possible memory leak in iser_create_frwr_pool()Roi Dayan1-3/+7
2013-08-10IB/iser: Introduce fast memory registration model (FRWR)Sagi Grimberg1-8/+130
2013-08-10IB/iser: Place the fmr pool into a union in iser's IB conn structSagi Grimberg1-23/+24
2013-08-10IB/iser: Generalize rdma memory registrationSagi Grimberg1-1/+12
2013-08-10IB/iser: Accept session->cmds_max from user spaceShlomo Pongratz1-4/+4
2013-08-10IB/iser: Restructure allocation/deallocation of connection resourcesShlomo Pongratz1-68/+60
2013-06-05IB/iser: Add Mellanox copyrightOr Gerlitz1-0/+1
2013-06-05IB/iser: Fix device removal flowRoi Dayan1-7/+8
2013-05-02IB/iser: Add support for iser CM REQ additional infoOr Gerlitz1-0/+7
2013-05-02IB/iser: Move informational messages from error to info levelRoi Dayan1-14/+15
2013-02-22IB/iser: Enable iser when FMRs are not supportedOr Gerlitz1-2/+6
2012-10-04IB/iser: Add more RX CQs to scale out processing of SCSI responsesAlex Tabachnik1-41/+89
2012-05-19IB/iser: Fix error flow in iser ep connection establishmentOr Gerlitz1-1/+2
2012-03-05IB/iser: Free IB connection resources in the proper placeDoug Ledford1-0/+12
2011-11-04IB/iser: Use separate buffers for the login request/responseOr Gerlitz1-7/+26
2011-05-26RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty1-1/+1
2010-05-12IB/iser: Fix error flow in iser_create_ib_conn_res()Dan Carpenter1-16/+9
2010-05-12IB/iser: Enhance disconnection logic for multi-pathingOr Gerlitz1-32/+40
2010-05-12IB/iser: Remove buggy back-pointer settingOr Gerlitz1-2/+0
2010-05-12IB/iser: Add asynchronous event handlerOr Gerlitz1-1/+15
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-24IB/iser: Remove unnecessary connection checksOr Gerlitz1-11/+0
2010-02-24IB/iser: Simplify send flow/descriptorsOr Gerlitz1-62/+13
2010-02-24IB/iser: Use different CQ for send completionsOr Gerlitz1-36/+74
2010-02-24IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz1-8/+8
2010-02-24IB/iser: New receive buffer posting logicOr Gerlitz1-49/+85