aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_iso88025subr.c
Commit message (Expand)AuthorAgeFilesLines
* whitespace fixes.Jonathan Lemon2001-12-141-2/+2
* bring in ARP support for variable length link level addressesMax Khon2001-10-141-2/+3
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Do not perform arp send/resolve on an interface marked NOARP.Jonathan Lemon2001-06-151-0/+2
* - Add iso88025_ifdetach().Matthew N. Dodd2001-03-181-110/+276
* This include file has no business being here.Matthew N. Dodd2001-03-151-2/+0
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-26/+5
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Do not perform any opeartion with mbuf after it placed intoBoris Popov2000-06-141-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-2/+4
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-2/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* o Replace most magic numbers related to token ring with #definesLarry Lile2000-03-191-42/+62
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-3/+2
* Fix a broken macro usage. It had no semicolon.Brian Feldman1999-12-181-1/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-3/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-2/+2
* Submitted by: Larry LileJulian Elischer1999-03-101-33/+59
* World, I'd like you to meet the first FreeBSD token Ring driver.Julian Elischer1999-02-201-0/+384