summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/iscsi.h
Commit message (Expand)AuthorAgeFilesLines
* [scsi] Generalise iscsi_parse_lun() to scsi_parse_lun()Michael Brown2009-08-101-5/+5
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-181-5/+0Star
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-201-2/+9
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-7/+23
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-4/+8
* Prepare for iBFT merge when possible. iscsiboot.c contains a really,Michael Brown2007-07-261-0/+9
* Ready to start testingMichael Brown2007-07-081-0/+3
* Code in place to use a hypothetical SCSI interface.Michael Brown2007-07-081-0/+5
* Everything except the SCSI interface should now be presentMichael Brown2007-07-081-6/+2Star
* iSCSI updated to use data-xfer interface on the socket side (TCP).Michael Brown2007-07-081-31/+16Star
* Changed to use the generic stream API.Michael Brown2007-01-311-4/+4
* Gave asynchronous operations approximate POSIX signal semantics. ThisMichael Brown2007-01-151-3/+4
* Clean up connection closing and permanent failure logic.Michael Brown2007-01-091-0/+7
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-281-26/+18Star
* Cannot immediately overwrite the peer address when we parseMichael Brown2006-12-221-2/+8
* Add ability to shut down iSCSI connectionMichael Brown2006-12-211-0/+5
* Handle TargetAddressMichael Brown2006-12-051-0/+6
* Handle strings as complete units, instead of a byte at a time.Michael Brown2006-12-051-19/+0Star
* Add iscsi_rx_buffered_data() and supporting infrastructure.Michael Brown2006-12-051-0/+6
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-281-15/+62
* Split login into security negotation and operational parameterMichael Brown2006-10-031-0/+7
* Added iSCSI boot test codeMichael Brown2006-06-141-0/+3
* iSCSI writes seem to be working (at least, the ethereal trace shows noMichael Brown2006-05-191-32/+106
* All uses iscsi_state were removed some time ago; removing theMichael Brown2006-05-181-8/+0Star
* Split "iSCSI as a SCSI device" out from "iSCSI as a TCP protocol".Michael Brown2006-05-151-0/+3
* Provide a SCSI device interface to the iSCSI protocolMichael Brown2006-05-131-35/+101
* Header rearrangement.Michael Brown2006-04-241-3/+3
* First draft of iSCSI protocol support. Is capable of retrieving diskMichael Brown2006-04-051-0/+460