summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updated to syntax required by latest bochs CVS.Michael Brown2006-04-261-1/+1
* Updated to current bochs CVSMichael Brown2006-04-261-217/+306
* Glenn managed to shrink .text by 5 more bytes.Michael Brown2006-04-251-3/+6
* D'ohMichael Brown2006-04-251-1/+1
* Added missing ssize_tMichael Brown2006-04-251-0/+1
* Actually, it's probably a good idea to have packet buffers avoid 4kBMichael Brown2006-04-252-7/+30
* Update to use POSIX-like API.Michael Brown2006-04-251-19/+8Star
* Fixed erroneous comparisonMichael Brown2006-04-251-1/+1
* Removed incorrect comment; malloc() is inefficient only when theMichael Brown2006-04-251-5/+0Star
* Now passes trivial tests. free_memblock() needs neatening up.Michael Brown2006-04-251-15/+34
* Updated memory allocator to improve support for unaligned or partiallyMichael Brown2006-04-253-154/+224
* Add __constant_flsl(), because it's useful for finding out the nextMichael Brown2006-04-251-0/+54
* Added missing headers required for compilation in Etherboot.Michael Brown2006-04-241-0/+2
* Added pkb_reserve().Michael Brown2006-04-241-0/+14
* We have our own ARP layer now.Michael Brown2006-04-242-624/+0Star
* Add missing {register,free}_netdev().Michael Brown2006-04-241-1/+15
* gcc is rather over-aggressive about optimising out static data structuresMichael Brown2006-04-2421-35/+35
* (librm_base-1b) is already an offset; no need to apply OFFSET().Michael Brown2006-04-241-1/+1
* Header rearrangement.Michael Brown2006-04-2460-89/+108
* Network API now allows for multiple network devices (although theMichael Brown2006-04-244-137/+319
* Network API now allows for multiple network devices (although theMichael Brown2006-04-248-493/+732
* Obviate uip_init(); our bss is zeroed at startup already.Michael Brown2006-04-241-1/+3
* Don't bother poisoning lists; it costs code size.Michael Brown2006-04-241-13/+3Star
* Prototype now clashes with the macro in arch/i386.Michael Brown2006-04-241-1/+0Star
* Added __constant_memcpy() based on version in Linux's string.h.Michael Brown2006-04-241-12/+135
* First draft of a dynamic memory allocatorMichael Brown2006-04-242-0/+245
* Add "net" directory.Michael Brown2006-04-241-1/+2
* First sketch of a new net device API.Michael Brown2006-04-194-25/+196
* Remove the concept of the media-independent link-layer header and replaceMichael Brown2006-04-196-127/+195
* Updated to remove obsolete constantsMichael Brown2006-04-191-6/+6
* 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-192-6/+2Star
* Added ENOENT and EAFNOSUPPORTMichael Brown2006-04-191-0/+2
* 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-195-37/+130
* First version. ARP protocol independence in less than the size of uIP'sMichael Brown2006-04-191-0/+244
* 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
* Added netmask and gateway global options.Michael Brown2006-04-051-8/+218
* First draft of iSCSI protocol support. Is capable of retrieving diskMichael Brown2006-04-053-0/+1052
* Make pcap_inject non-static, so that its prototype doesn't conflict withMichael Brown2006-04-051-1/+1
* Added tcp_buffer, to give applications a zero-cost place to build data toMichael Brown2006-04-052-2/+40
* Added set_netmask() and set_gateway()Michael Brown2006-04-052-0/+30
* We don't need to know anything about ARPMichael Brown2006-03-241-1/+0Star