aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ef.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce ip_fastforward and remove ip_flow.Andre Oppermann2003-11-141-1/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-13/+13
* Remove break after return.Poul-Henning Kamp2003-05-311-3/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-041-49/+46
* sizeof(struct llc) -> LLC_SNAPFRAMELENMatthew N. Dodd2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* SMP locking for ifnet list.Jeffrey Hsu2002-12-221-1/+4
* network interface and link layer changes:Sam Leffler2002-11-151-20/+11
* Fix warning; remove unused arg that was passed through uninitialized.Peter Wemm2002-05-241-2/+2
* Swap a bzero for an M_ZERO. Borris approved this ages ago, butDavid Malone2002-04-101-2/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-2/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.Poul-Henning Kamp2001-02-031-3/+3
* Fix breakage caused by incomplete transition to IF_HANDOFF().Boris Popov2001-02-011-2/+2
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+2
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-15/+3
* Properly setup link level header length for 802.2 and SNAP frames.Boris Popov2000-09-301-4/+7
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-3/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Fix support for 802.2 and SNAP frames. Bug was introduced duringBoris Popov2000-04-271-19/+49
* Allow if_ef driver to be compiled into kernel.Boris Popov2000-01-231-0/+1
* Bring up an if_ef driver which allows support for four ethernetBoris Popov1999-12-131-0/+595