summaryrefslogtreecommitdiffstats
path: root/src/net/ethernet.c
Commit message (Expand)AuthorAgeFilesLines
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Add untested support for UNDI transmit and receive.Michael Brown2007-07-021-0/+1
* pkbuff->iobuf changeoverMichael Brown2007-05-191-13/+13
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-191-1/+1
* Made eth_ntoa() public for use in legacy drivers' DBG() statements.Michael Brown2006-09-151-1/+1
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-091-3/+1Star
* Clarified packet ownership transfer between a few functions.Michael Brown2006-08-091-3/+5
* Simplify RX data path.Michael Brown2006-06-181-22/+24
* For consistencyMichael Brown2006-06-161-1/+1
* Simplify TX datapath.Michael Brown2006-06-161-71/+23Star
* Tidied up debugging messagesMichael Brown2006-05-271-1/+1
* Rewrote printf and friends to better support standard C semantics.Michael Brown2006-05-141-0/+1
* Network layer now works as a proof of conceptMichael Brown2006-04-281-9/+32
* Network API now allows for multiple network devices (although theMichael Brown2006-04-241-48/+69
* Remove the concept of the media-independent link-layer header and replaceMichael Brown2006-04-191-0/+116