summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ef.c
Commit message (Expand)AuthorAgeFilesLines
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butdwmalone2002-04-101-2/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-3/+3
* Fix breakage caused by incomplete transition to IF_HANDOFF().bp2001-02-011-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-15/+3
* Properly setup link level header length for 802.2 and SNAP frames.bp2000-09-301-4/+7
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-3/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Fix support for 802.2 and SNAP frames. Bug was introduced duringbp2000-04-271-19/+49
* Allow if_ef driver to be compiled into kernel.bp2000-01-231-0/+1
* Bring up an if_ef driver which allows support for four ethernetbp1999-12-131-0/+595
OpenPOWER on IntegriCloud