index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
net
/
tcp
/
iscsi.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Handle strings as complete units, instead of a byte at a time.
Michael Brown
2006-12-05
1
-137
/
+74
*
Add iscsi_rx_buffered_data() and supporting infrastructure.
Michael Brown
2006-12-05
1
-24
/
+81
*
Updated to use asynchronous operation model for iSCSI requests
Michael Brown
2006-11-28
1
-77
/
+413
*
Split login into security negotation and operational parameter
Michael Brown
2006-10-03
1
-25
/
+50
*
Added RX tracing as well.
Michael Brown
2006-08-16
1
-0
/
+5
*
Added some minimal debugging for transmitted PDUs.
Michael Brown
2006-08-15
1
-0
/
+7
*
command->data_{in,out} are now userptr_t, so it is invalid to compare
Michael Brown
2006-08-10
1
-2
/
+2
*
Fixed variable name in assertion
Michael Brown
2006-08-10
1
-1
/
+1
*
Add iSCSI to the DHCP tests.
Michael Brown
2006-08-07
1
-1
/
+1
*
Made the temporary buffer part of the TCP senddata() API, to ease the
Michael Brown
2006-06-17
1
-18
/
+27
*
Added tcp_kick(). This speed up LILO and GRUB booting by almost two
Michael Brown
2006-05-27
1
-0
/
+1
*
Expert advice tells me that we *do* have to explicitly state the
Michael Brown
2006-05-19
1
-11
/
+16
*
Add the concept of a "user pointer" (similar to the void __user * in
Michael Brown
2006-05-19
1
-2
/
+7
*
Documented login parameters that we negotiate.
Michael Brown
2006-05-19
1
-1
/
+24
*
iSCSI writes seem to be working (at least, the ethereal trace shows no
Michael Brown
2006-05-19
1
-22
/
+188
*
Set ErrorRecoveryLevel=0 (we don't want to have to handle it).
Michael Brown
2006-05-17
1
-2
/
+3
*
Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".
Michael Brown
2006-05-14
1
-28
/
+20
*
Provide a SCSI device interface to the iSCSI protocol
Michael Brown
2006-05-13
1
-0
/
+591
[prev]