summaryrefslogtreecommitdiffstats
path: root/src/net/tcp
Commit message (Expand)AuthorAgeFilesLines
...
* Added RX tracing as well.Michael Brown2006-08-161-0/+5
* Added some minimal debugging for transmitted PDUs.Michael Brown2006-08-161-0/+7
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-1/+1
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-4/+3Star
* New HTTP protocol and test codeDerek Pryor2006-08-111-0/+201
* 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
* Update ftp.c and hello.c to use the generic async_operations API.Michael Brown2006-06-192-15/+18
* Made the temporary buffer part of the TCP senddata() API, to ease theMichael Brown2006-06-182-23/+33
* 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-151-28/+20Star
* Provide a SCSI device interface to the iSCSI protocolMichael Brown2006-05-131-0/+591
* TypoMichael Brown2006-04-301-1/+7
* Merge TCP aborted(), timedout() and closed() methods into a singleMichael Brown2006-04-302-62/+104
* Half-way tidyMichael Brown2006-04-301-116/+159
* Make all TCP methods optional; at least FTP data is a read-onlyMichael Brown2006-04-301-37/+2Star
* Proof-of-concept FTP implementationMichael Brown2006-04-301-0/+263
* Created net/tcp and moved hello.c thereMichael Brown2006-04-301-0/+133