| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for EqualLogic iSCSI targets: | Michael Brown | 2008-02-07 | 1 | -7/+19 |
* | Make seek information part of the xfer metadata, rather than an entirely | Michael Brown | 2008-01-08 | 1 | -1/+0 |
* | Fix off-by-one error (discovered by Shao Miller). | Michael Brown | 2008-01-07 | 1 | -1/+1 |
* | Various warnings fixups for OpenBSD with gcc-3.3.5. | Michael Brown | 2007-12-07 | 1 | -1/+1 |
* | Work around a bug in the OpenSolaris iSCSI target. | Michael Brown | 2007-11-05 | 1 | -3/+10 |
* | Allowed zero-cost enforced ordering of features in startup banner | Michael Brown | 2007-08-02 | 1 | -1/+1 |
* | Use otherwise-useless byte in DHCP feature option as a version number | Michael Brown | 2007-08-02 | 1 | -1/+1 |
* | Add FEATURE() macro, plus code to display features at startup time, | Michael Brown | 2007-08-02 | 1 | -0/+3 |
* | 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-27 | 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-05 | 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-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 |