| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | ||||||
| * | Bug fixes to the HTTP protocol code | Derek Pryor | 2006-08-12 | 1 | -1/+1 | |
| | | ||||||
| * | Bug fixes to the HTTP protocol code | Derek Pryor | 2006-08-12 | 1 | -4/+3![]() | |
| | | ||||||
| * | New HTTP protocol and test code | Derek Pryor | 2006-08-11 | 1 | -0/+201 | |
| | | ||||||
| * | command->data_{in,out} are now userptr_t, so it is invalid to compare | Michael Brown | 2006-08-10 | 1 | -2/+2 | |
| | | | | | against NULL. | |||||
| * | 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 | |
| | | | | | Start updating iscsi.c to use Nikhil's TCP API. | |||||
| * | Update ftp.c and hello.c to use the generic async_operations API. | Michael Brown | 2006-06-19 | 2 | -15/+18 | |
| | | ||||||
| * | Made the temporary buffer part of the TCP senddata() API, to ease the | Michael Brown | 2006-06-18 | 2 | -23/+33 | |
| | | | | | | | transition away from uIP. Prepared ipv4.c for transition away from uIP. | |||||
| * | Added tcp_kick(). This speed up LILO and GRUB booting by almost two | Michael Brown | 2006-05-27 | 1 | -0/+1 | |
| | | | | | orders of magnitude. | |||||
| * | Expert advice tells me that we *do* have to explicitly state the | Michael Brown | 2006-05-19 | 1 | -11/+16 | |
| | | | | | options even when we want to use the defaults. | |||||
| * | Add the concept of a "user pointer" (similar to the void __user * in | Michael Brown | 2006-05-19 | 1 | -2/+7 | |
| | | | | | | | | | | | | | | | | | | | | | the kernel), which encapsulates the information needed to refer to an external buffer. Under normal operation, this can just be a void * equivalent, but under -DKEEP_IT_REAL it would be a segoff_t equivalent. Use this concept to avoid the need for bounce buffers in int13.c, which reduces memory usage and opens up the possibility of using multi-sector reads. Extend the block-device API and the SCSI block device implementation to support multi-sector reads. Update iscsi.c to use user buffers. Move the obsolete portions of realmode.h to old_realmode.h. MS-DOS now boots an order of magnitude faster over iSCSI (~10 seconds from power-up to C:> prompt in bochs). | |||||
| * | 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 | |
| | | | | | | | | | | errors; still need to verify data integrity). SCSI response PDUs are handled: status and sense data (if available) are returned via the scsi_command structure. Updated iSCSI session parameter usage. | |||||
| * | 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 | |
| | | ||||||
| * | Typo | Michael Brown | 2006-04-30 | 1 | -1/+7 | |
| | | ||||||
| * | Merge TCP aborted(), timedout() and closed() methods into a single | Michael Brown | 2006-04-30 | 2 | -62/+104 | |
| | | | | | closed() method with a reason code. | |||||
| * | Half-way tidy | Michael Brown | 2006-04-30 | 1 | -116/+159 | |
| | | ||||||
| * | Make all TCP methods optional; at least FTP data is a read-only | Michael Brown | 2006-04-30 | 1 | -37/+2![]() | |
| | | | | | connection and so legitimately ignores acked() and senddata(). | |||||
| * | Proof-of-concept FTP implementation | Michael Brown | 2006-04-30 | 1 | -0/+263 | |
| | | ||||||
| * | Created net/tcp and moved hello.c there | Michael Brown | 2006-04-30 | 1 | -0/+133 | |

