aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/tcp/iscsi.c
Commit message (Expand)AuthorAgeFilesLines
...
* Handle strings as complete units, instead of a byte at a time.Michael Brown2006-12-051-137/+74
* Add iscsi_rx_buffered_data() and supporting infrastructure.Michael Brown2006-12-051-24/+81
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-281-77/+413
* Split login into security negotation and operational parameterMichael Brown2006-10-031-25/+50
* Added RX tracing as well.Michael Brown2006-08-161-0/+5
* Added some minimal debugging for transmitted PDUs.Michael Brown2006-08-151-0/+7
* command->data_{in,out} are now userptr_t, so it is invalid to compareMichael Brown2006-08-101-2/+2
* Fixed variable name in assertionMichael Brown2006-08-101-1/+1
* Add iSCSI to the DHCP tests.Michael Brown2006-08-071-1/+1
* Made the temporary buffer part of the TCP senddata() API, to ease theMichael Brown2006-06-171-18/+27
* Added tcp_kick(). This speed up LILO and GRUB booting by almost twoMichael Brown2006-05-271-0/+1
* Expert advice tells me that we *do* have to explicitly state theMichael Brown2006-05-191-11/+16
* Add the concept of a "user pointer" (similar to the void __user * inMichael Brown2006-05-191-2/+7
* Documented login parameters that we negotiate.Michael Brown2006-05-191-1/+24
* iSCSI writes seem to be working (at least, the ethereal trace shows noMichael Brown2006-05-191-22/+188
* Set ErrorRecoveryLevel=0 (we don't want to have to handle it).Michael Brown2006-05-171-2/+3
* Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".Michael Brown2006-05-141-28/+20
* Provide a SCSI device interface to the iSCSI protocolMichael Brown2006-05-131-0/+591