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