summaryrefslogtreecommitdiff
path: root/kernel/iscsi_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* sync to upstreamMike Christie2010-07-071-2/+7
* Change restore_callbacks argument iscsi_sw_tcp_conn to iscsi_connAvi Kaplan2010-03-021-2/+4
* iscsi mod: sync to linux-2.6-iscsi tree's 2.6.33 feature window patchesMike Christie2009-11-061-9/+26
* iscsi modules: sync with upstreamMike Christie2009-07-091-5/+9
* Sync to upstream 2.6.31 feature window postingMike Christie2009-05-141-29/+47
* iscsi mod iscsi_tcp: compat fix for pI4/pI6Mike Christie2009-01-211-1/+10
* iscsi mod: sync up kernel modules with 2.6.29Mike Christie2009-01-211-1352/+276
* iscsi_tcp: return a descriptive error value during connection errorsMike Christie2008-09-251-5/+7
* libiscsi: fix data corruption when target has to resend data-in packetsMike Christie2008-09-251-24/+5
* Sync kernel modules to scsi-misc for 2.6.27.Mike Christie2008-06-131-270/+258
* iscsi class/if kernel: add ifacename attrMike Christie2008-04-201-1/+2
* Sync up with 2.6.25Mike Christie2008-03-151-1/+0
* iscsi class: fix iscsi conn attr counterMike Christie2007-12-141-27/+30
* sync with linux-2.6-iscsi for 2.6.25Mike Christie2007-12-121-15/+14
* sync with upstream 2.6.24Mike Christie2007-10-291-27/+13
* iscsi_tcp: drop session when itt does not match any commandMike Christie2007-10-031-5/+1
* iscsi_tcp: stop leaking r2t_info's when the incoming R2T is badMike Christie2007-10-031-1/+5
* fix highmem + digest oopsMike Christie2007-10-031-0/+5
* fix data out sequencingMike Christie2007-09-301-5/+2
* add more debug logging and call to skb_abort_seq_readMike Christie2007-09-291-6/+17
* sync with upstreamMike Christie2007-09-291-1211/+876
* mv nop handling to kernelMike Christie2007-08-271-1/+3
* Do not block the session on logoutMike Christie2007-08-161-3/+1
* add device reset support and fix some scsi eh bugs.Mike Christie2007-08-141-6/+6
* Turn off bounce buffers for iscsi_tcpMike Christie2007-07-261-0/+1
* Enable module refcounting for iscsi host templateMike Christie2007-07-261-0/+1
* Support bind by hw address or netdev (ip address is temp disabled because tar...mnc2007-05-301-1/+2
* pass portal values into get_addrmnc2007-05-071-21/+13
* use kernel helpers for getnamemnc2007-05-071-5/+8
* use local buffer for address valuemnc2007-05-071-70/+79
* add slave config and clear dma restriction Signed-off-by: Pete Wyckoff <pw@os...mnc2007-05-051-0/+8
* print local addressmnc2007-05-051-29/+94
* fix lots of leaksmnc2007-05-051-1/+2
* hopefully a tmp fix to handle padding that crosses skbs.mnc2007-04-241-19/+42
* make can_queue and cmd_per_lun settable in node dbmnc2007-04-241-2/+3
* the cmsdn handling does not look quite right compared to the RFC, so this use...mnc2007-04-241-8/+3
* we cannot allocate cmdsn from the queuecommand and mgmttask init context then...mnc2007-04-241-19/+3
* from boaz: update state machine commentsmnc2007-04-241-3/+45
* clean up state machine bugs where we partially send a digest but then recalcu...mnc2007-04-241-110/+100
* - Remove shadow of request length from struct iscsi_cmd_task. - change all us...mnc2007-04-241-9/+12
* from boaz: This patch fixes handling of expected datasn/r2tsn as received fro...mnc2007-04-241-7/+11
* again with the root boot stuff :) For root boot, the user may not be using a ...mnc2007-04-241-2/+3
* For now we are not going to be able to settle on a way to force each iscsi st...mnc2007-04-241-1/+2
* export session's or hba's hw address from kernelmnc2007-04-241-0/+4
* from Boaz: add compat patches for 2.6.16 to 2.6.19. And modify Makefile so pa...mnc2007-03-011-39/+55
* from Boaz: roll back kernel module to r751 whereso that we have one source tr...mnc2007-03-011-0/+2219
* 2.6.20 adds several compat problems due to kernel API changes. This ci moves ...mnc2007-01-081-2219/+0
* used patm's script to cleanup trailing whitespacemnc2006-11-261-5/+5
* XMSTATE_SOL_HDR could be set when the xmit thread tests it, but there may not...mnc2006-11-081-2/+5
* Unconditionally free crypto state, as it is always allocated during TCP conne...mnc2006-11-061-11/+4