index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
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
...
*
Prepare for iBFT merge when possible. iscsiboot.c contains a really,
Michael Brown
2007-07-26
1
-18
/
+98
*
May be required in some disconnect scenarios
Michael Brown
2007-07-10
1
-0
/
+1
*
Add missing static
Michael Brown
2007-07-09
1
-1
/
+1
*
Fix TX state machine and miscellaneous other bits.
Michael Brown
2007-07-09
1
-38
/
+70
*
Fix root-path parsing.
Michael Brown
2007-07-09
1
-36
/
+35
*
Ready to start testing
Michael Brown
2007-07-08
1
-20
/
+24
*
Code in place to use a hypothetical SCSI interface.
Michael Brown
2007-07-08
1
-8
/
+23
*
Everything except the SCSI interface should now be present
Michael Brown
2007-07-08
1
-38
/
+274
*
iSCSI updated to use data-xfer interface on the socket side (TCP).
Michael Brown
2007-07-08
1
-330
/
+379
*
Switch compiler warning on tcp_open() to a #warning
Michael Brown
2007-07-05
1
-0
/
+3
*
Move [v]ssnprintf() from iscsi.c into vsprintf.c; we need them
Michael Brown
2007-05-31
1
-26
/
+1
*
Changed to use the generic stream API.
Michael Brown
2007-01-31
1
-41
/
+62
*
Use stdio.h instead of vsprintf.h
Michael Brown
2007-01-19
1
-1
/
+1
*
Gave asynchronous operations approximate POSIX signal semantics. This
Michael Brown
2007-01-15
1
-7
/
+9
*
We can't assert that the RX engine is idle in iscsi_done(), because it
Michael Brown
2007-01-09
1
-2
/
+0
*
Use debug auto-colourisation.
Michael Brown
2007-01-09
1
-42
/
+47
*
Clean up connection closing and permanent failure logic.
Michael Brown
2007-01-09
1
-32
/
+62
*
Merge changes from mcb-tcp-fixes branch.
Michael Brown
2006-12-28
1
-46
/
+41
*
Ensure that old TCP connection state is destroyed before attempting to
Michael Brown
2006-12-22
1
-0
/
+5
*
Cannot immediately overwrite the peer address when we parse
Michael Brown
2006-12-22
1
-3
/
+8
*
Avoid null pointer dereferences when no username/password specified.
Michael Brown
2006-12-21
1
-3
/
+6
*
When login fails, leave the session open but not in full feature
Michael Brown
2006-12-21
1
-4
/
+15
*
Add ability to shut down iSCSI connection
Michael Brown
2006-12-21
1
-22
/
+25
*
A cleaner method of handling login redirection; just use the existing
Michael Brown
2006-12-06
1
-2
/
+5
*
Tweaked retry messages
Michael Brown
2006-12-06
1
-1
/
+2
*
Handle TargetAddress
Michael Brown
2006-12-05
1
-0
/
+30
*
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-16
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-18
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-15
1
-28
/
+20
*
Provide a SCSI device interface to the iSCSI protocol
Michael Brown
2006-05-13
1
-0
/
+591
[prev]