summaryrefslogtreecommitdiffstats
path: root/src/proto/uip
Commit message (Expand)AuthorAgeFilesLines
* Give uIP a static IP address for proof-of-concept testingMichael Brown2006-04-281-0/+11
* Added missing headers required for compilation in Etherboot.Michael Brown2006-04-241-0/+2
* We have our own ARP layer now.Michael Brown2006-04-242-624/+0Star
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-1/+1
* Obviate uip_init(); our bss is zeroed at startup already.Michael Brown2006-04-241-1/+3
* Split non-TCP portions of the stack out into ip.[ch].Michael Brown2006-03-241-10/+10
* Make the application state a void *.Michael Brown2006-03-231-2/+5
* Added from uip-0.9/uip/uip_arp.[ch]Michael Brown2006-03-222-0/+624
* Remove htons(); it is provided elsewhere in EtherbootMichael Brown2006-03-221-7/+0Star
* Basic, functional-but-extremely-pessimal versions (taken fromMichael Brown2006-03-221-0/+83
* Add uip on HEAD; it's safe to build, since nothing links against it at theMichael Brown2006-03-164-0/+3252