summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Expand)AuthorAgeFilesLines
* Made the LBA48 example clearer.Michael Brown2006-05-211-4/+4
* Added (untested) support for ATA devices. This code should be genericMichael Brown2006-05-211-0/+193
* Added missing @file blockMichael Brown2006-05-201-0/+6
* READ CAPACITY (16) turns out to be an optional command (even thoughMichael Brown2006-05-191-0/+27
* Add the concept of a "user pointer" (similar to the void __user * inMichael Brown2006-05-193-4/+33
* iSCSI writes seem to be working (at least, the ethereal trace shows noMichael Brown2006-05-192-32/+116
* All uses iscsi_state were removed some time ago; removing theMichael Brown2006-05-181-8/+0Star
* Strip down i386 PCI configuration space I/O to the bare minimum. AMichael Brown2006-05-171-13/+1Star
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-112/+107Star
* Tear out old heap code, replace with code that simply allocates memoryMichael Brown2006-05-161-0/+15
* Add list_for_each_entry_safe.Michael Brown2006-05-161-1/+16
* Added generic device model.Michael Brown2006-05-161-0/+70
* 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
* Defined SCSI device interface, and added SCSI block deviceMichael Brown2006-05-131-7/+137
* Defined a block device interface.Michael Brown2006-05-131-0/+39
* Merge TCP aborted(), timedout() and closed() methods into a singleMichael Brown2006-04-302-15/+17
* Proof-of-concept FTP implementationMichael Brown2006-04-301-0/+68
* Make tcp_connect() void; it will eventually have no failure case.Michael Brown2006-04-302-2/+2
* Put the TCP connection periodic processing in tcp.c, where it belongs.Michael Brown2006-04-301-8/+2Star
* ConsistencyMichael Brown2006-04-301-3/+3
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-0/+66
* Change semantics of network API so that packet-absorbing calls *always*Michael Brown2006-04-291-10/+9Star
* Added basic code for implementing co-operative multitasking.Michael Brown2006-04-291-0/+32
* Network layer now works as a proof of conceptMichael Brown2006-04-282-28/+83
* Fix a couple of broken assertions, and align the buffer correctly.Michael Brown2006-04-281-2/+2
* Actually, it's probably a good idea to have packet buffers avoid 4kBMichael Brown2006-04-251-0/+11
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-251-36/+0Star
* Added pkb_reserve().Michael Brown2006-04-241-0/+14
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-241-2/+2
* Header rearrangement.Michael Brown2006-04-2411-25/+971
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-0/+28
* Network API now allows for multiple network devices (although theMichael Brown2006-04-243-173/+272
* Don't bother poisoning lists; it costs code size.Michael Brown2006-04-241-13/+3Star
* First draft of a dynamic memory allocatorMichael Brown2006-04-241-0/+36
* First sketch of a new net device API.Michael Brown2006-04-192-25/+32
* Remove the concept of the media-independent link-layer header and replaceMichael Brown2006-04-194-100/+59Star
* Added the concept of a network interface (a network-layer concept) asMichael Brown2006-04-191-23/+104
* TypoMichael Brown2006-04-191-1/+1
* First version, based on include/linux/list.h, stripped down to justMichael Brown2006-04-191-0/+155
* Update now that if_ether.h has moved.Michael Brown2006-04-191-5/+1Star
* Added pkb_unput() and pkb_len().Michael Brown2006-04-191-0/+21
* Make flags more efficient.Michael Brown2006-04-191-8/+15
* Moved if_ether.h and if_arp.h to include/gpxe, for consistency with LinuxMichael Brown2006-04-192-0/+131
* Add missing prototypeMichael Brown2006-04-191-0/+3
* First versionMichael Brown2006-04-191-0/+20
* First sketchMichael Brown2006-04-181-0/+126
* First versionMichael Brown2006-04-181-0/+56
* First version, based on the concepts in linux/skbuff.hMichael Brown2006-04-181-0/+80
* First draft of iSCSI protocol support. Is capable of retrieving diskMichael Brown2006-04-052-0/+494