summaryrefslogtreecommitdiff
path: root/kernel/iscsi_tcp.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused field iscsi_conn from struct iscsi_sw_tcp_connAvi Kaplan2010-03-021-1/+0
* iscsi mod: sync up kernel modules with 2.6.29Mike Christie2009-01-211-78/+10
* Sync kernel modules to scsi-misc for 2.6.27.Mike Christie2008-06-131-6/+1
* sync with linux-2.6-iscsi for 2.6.25Mike Christie2007-12-121-3/+0
* sync with upstreamMike Christie2007-09-291-80/+51
* hopefully a tmp fix to handle padding that crosses skbs.mnc2007-04-241-0/+1
* clean up state machine bugs where we partially send a digest but then recalcu...mnc2007-04-241-2/+4
* from boaz: This patch fixes handling of expected datasn/r2tsn as received fro...mnc2007-04-241-1/+1
* from Boaz: add compat patches for 2.6.16 to 2.6.19. And modify Makefile so pa...mnc2007-03-011-2/+4
* from Boaz: roll back kernel module to r751 whereso that we have one source tr...mnc2007-03-011-0/+165
* 2.6.20 adds several compat problems due to kernel API changes. This ci moves ...mnc2007-01-081-165/+0
* rm duplicated tfms and preallocate themmnc2006-08-221-6/+2
* fix several bugs in padding and digest xmitmnc2006-08-221-19/+14
* iSCSI RFC states that the first burst length must be smaller than the max bur...mnc2006-08-161-1/+0
* use login buf for default recv bufmnc2006-07-131-2/+0
* the mempool is reserving 261120 items per session. Since we are now sending h...mnc2006-05-101-7/+4
* convert iscsi_tcp to libiscsimnc2006-04-021-166/+16
* add basic iscsi block functionality. The open-iscsi replacement_timeout is th...mnc2006-03-031-0/+1
* fix up scsi eh code. there is no need to send an abort after the session has ...mnc2006-03-031-0/+2
* rm conn lock: it is only used during dataqueue destruction. It appears the th...mnc2006-01-191-1/+0
* pass iscsi_cls struct between class and LLD or iscsi_transportmnc2006-01-171-0/+3
* sync upstream with svnmnc2006-01-171-1/+1
* michaelc and tomo: rm page_address usagemnc2006-01-101-1/+1
* fujita.tomonori@lab.ntt.co.jp: close page cache access and digest calc race a...mnc2006-01-041-0/+2
* cmd_per_lun is too high. set to 32 but make configurablemnc2005-11-301-1/+2
* Mike included in Copyrightdmitry_yus2005-08-011-0/+1
* Zhenyu Wang: (Feature:) Data Digestaaizman2005-07-291-0/+14
* Mike: support multiple LUNs via new api in 2.6.13 int_to_scsilun()dmitry_yus2005-07-161-1/+0
* support for non-s/g IO pathsdmitry_yus2005-06-011-0/+1
* suspend bits cleanup and optimizationdmitry_yus2005-05-281-48/+52
* comments in the iscsi_tcp.haaizman2005-05-261-42/+52
* conn->cpu and friends removeddmitry_yus2005-05-261-2/+0
* "unvolatile" of conn->stop_stagedmitry_yus2005-05-251-1/+1
* session->conn_lock removaldmitry_yus2005-05-251-2/+1
* "unvolotiled" tmabort_statedmitry_yus2005-05-251-1/+1
* Mike: rm iscsi_iftrans.h and move include of scsi_transport_iscsi.hdmitry_yus2005-05-231-2/+0
* Mike: do copyright per linedmitry_yus2005-05-221-1/+2
* session->generation is not longer volatile and renamed to session->agedmitry_yus2005-05-211-1/+1
* session->state is no longer volatile, since we always access it under lockdmitry_yus2005-05-211-1/+1
* new ITT encoding implemented, should protect us from not well behaved targetsdmitry_yus2005-05-191-7/+7
* iscsi_tcp: only first connection error matters. the rest just drop.dmitry_yus2005-05-161-9/+9
* fixed r2tqueue flush on recovery reopendmitry_yus2005-05-121-3/+7
* eh timedout vs. tmf response race fix, recovery cleanupdmitry_yus2005-05-111-0/+1
* eh_abort_cnt extended statistics addeddmitry_yus2005-05-111-0/+1
* Mike: big snx to session, cnx to conn renaming!dmitry_yus2005-05-061-5/+5
* SNMP and Extended statistics implementeddmitry_yus2005-05-041-0/+15
* get rid of control plane's handles.dmitry_yus2005-04-271-2/+0
* version advanced to 0.3, minor macros cleanupdmitry_yus2005-04-221-8/+0
* scsi_cmnd total length write padding implementeddmitry_yus2005-04-211-1/+4
* few minor cleanups related to data_xmit recent changesdmitry_yus2005-04-171-6/+1