summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/pkbuff.h
Commit message (Expand)AuthorAgeFilesLines
* Add pkb_available()Michael Brown2006-07-191-0/+10
* Simplify RX data path.Michael Brown2006-06-181-11/+3Star
* Make PKB_ZLEN the minimum possible size of packet buffer (to allow forMichael Brown2006-05-271-0/+9
* 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
* Added pkb_reserve().Michael Brown2006-04-241-0/+14
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-34/+17Star
* Remove the concept of the media-independent link-layer header and replaceMichael Brown2006-04-191-0/+32
* Added pkb_unput() and pkb_len().Michael Brown2006-04-191-0/+21
* First version, based on the concepts in linux/skbuff.hMichael Brown2006-04-181-0/+80