summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/netdevice.h
Commit message (Expand)AuthorAgeFilesLines
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-091-14/+4Star
* Clarified packet ownership transfer between a few functions.Michael Brown2006-08-091-4/+6
* Simplify RX data path.Michael Brown2006-06-181-163/+39Star
* Simplify TX datapath.Michael Brown2006-06-161-71/+36Star
* Change semantics of network API so that packet-absorbing calls *always*Michael Brown2006-04-291-10/+9Star
* Network layer now works as a proof of conceptMichael Brown2006-04-281-27/+80
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-125/+248
* First sketch of a new net device API.Michael Brown2006-04-191-20/+26
* Remove the concept of the media-independent link-layer header and replaceMichael Brown2006-04-191-36/+26Star
* Added the concept of a network interface (a network-layer concept) asMichael Brown2006-04-191-23/+104
* First sketchMichael Brown2006-04-181-0/+126