summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added tcp_buffer, to give applications a zero-cost place to build data toMichael Brown2006-04-051-0/+2
* Added set_netmask() and set_gateway()Michael Brown2006-04-051-0/+2
* Split non-TCP portions of the stack out into ip.[ch].Michael Brown2006-03-242-2/+18
* Moved "hello world" protocol implementation out of prototester.c and intoMichael Brown2006-03-231-0/+46
* Added prototype for inet_ntoa, even though we don't have the functionMichael Brown2006-03-231-0/+1
* Moved uIP wrapper out of prototester.c and into proto/tcp.c.Michael Brown2006-03-231-0/+102
* Moved include/in.h to include/gpxe/in.h, so that it can be included byMichael Brown2006-03-231-0/+33