aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/iser
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-234-51/+126
* IB/iser: Post initial receive buffers before sending the final login requestOr Gerlitz2012-04-023-27/+22
* RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] iser: export addr and portMike Christie2011-02-241-0/+26
* Update broken web addresses in the kernel.Justin P. Mattock2010-10-181-1/+1
* IB/iser: Make needlessly global iser_alloc_rx_descriptors() staticOr Gerlitz2010-08-041-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-123-38/+46
* IB/iser: Remove buggy back-pointer settingOr Gerlitz2010-05-121-2/+0
* IB/iser: Add asynchronous event handlerOr Gerlitz2010-05-122-1/+16
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-03-181-1/+1
|\
| * [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+1
* | IB/iser: Remove redundant locking from iser scsi command response flowOr Gerlitz2010-02-241-25/+0
* | IB/iser: Use libiscsi passthrough modeOr Gerlitz2010-02-242-20/+3
* | IB/iser: Remove unnecessary connection checksOr Gerlitz2010-02-243-52/+0
* | IB/iser: Use atomic allocationsOr Gerlitz2010-02-242-3/+3
* | IB/iser: Simplify send flow/descriptorsOr Gerlitz2010-02-245-278/+115
* | IB/iser: Use different CQ for send completionsOr Gerlitz2010-02-242-37/+76
* | IB/iser: Remove atomic counter for posted receive buffersOr Gerlitz2010-02-243-12/+12
* | IB/iser: New receive buffer posting logicOr Gerlitz2010-02-244-176/+235
* | IB/iser: Revert commit bba7ebb "avoid recv buffer exhaustion"Or Gerlitz2010-02-243-95/+41
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-12-161-66/+56
|\
| * IB/iser: Rewrite SG handling for RDMA logicOr Gerlitz2009-11-121-66/+56
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \
| * | tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-1/+1
| |/
* | [SCSI] iser: set tgt and lu reset timeoutMike Christie2009-12-041-0/+1
|/
* [SCSI] libiscsi: iscsi_session_setup to allow for private spaceJayamohan Kallickal2009-10-021-1/+1
* [SCSI] libiscsi: add task aborted stateMike Christie2009-05-231-5/+2
* [SCSI] iscsi: pass ep connect shostMike Christie2009-05-231-1/+2
* [SCSI] cxgb3i, iser, iscsi_tcp: set target can queueMike Christie2009-04-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2009-03-283-11/+10
|\
| * [SCSI] iscsi class: remove host no argument from session creation calloutMike Christie2009-03-131-2/+1
| * [SCSI] iscsi lib: remove qdepth param from iscsi host allocationMike Christie2009-03-131-1/+1
| * [SCSI] iscsi lib: have lib create work queue for transmitting IOMike Christie2009-03-132-2/+2
| * [SCSI] libiscsi: don't cap queue depth in iscsi modulesMike Christie2009-03-132-3/+3
| * [SCSI] iser: have iser use its own loggingMike Christie2009-03-131-5/+5
* | IB/iser: Remove hard setting of path MTUOr Gerlitz2009-02-271-7/+0
|/
* IB/iser: Add dependency on INFINIBAND_ADDR_TRANSRandy Dunlap2009-01-121-1/+1
* [SCSI] libiscsi: pass opcode into alloc_pdu calloutMike Christie2008-12-291-1/+1
* [SCSI] iser: convert iser to new alloc_pdu apiMike Christie2008-12-292-26/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-4/+4
|\
| * drivers: replace NIPQUAD()Harvey Harrison2008-10-311-4/+4
* | IB/iser: Avoid recv buffer exhaustion caused by unexpected PDUsDavid Disseldorp2008-12-213-41/+95
|/
* [SCSI] libiscsi: rename host reset to target resetMike Christie2008-10-131-1/+1
* [SCSI] libiscsi: Support drivers initiating session removalMike Christie2008-10-131-0/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* IB/iser: Add support for RDMA_CM_EVENT_ADDR_CHANGE eventOr Gerlitz2008-07-221-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-155-334/+380
|\