summaryrefslogtreecommitdiffstats
path: root/sys/net/if_iso88025subr.c
Commit message (Expand)AuthorAgeFilesLines
...
* Some whitespace/style/readability changes.mdodd2003-03-151-16/+29
* Add iso88025_resolvemulti().mdodd2003-03-151-0/+87
* Fix formatting of iso88025_ifattach().mdodd2003-03-151-9/+9
* Re-order and prune includes.mdodd2003-03-151-16/+7
* Add module data and version.mdodd2003-03-151-0/+9
* s/llc_un.type_snap/llc_snap/gmdodd2003-03-151-9/+9
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-14/+7
* sizeof(struct llc) -> LLC_SNAPFRAMELENmdodd2003-03-031-3/+3
* Use IFP2AC() rather than casting to struct arpcom *mdodd2003-03-031-2/+2
* De-register.mdodd2003-03-031-5/+5
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-24/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-2/+1
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Move ISO88025 source routing information into sockaddr_dl's sdl_datakbyanc2002-05-071-4/+5
* whitespace fixes.jlemon2001-12-141-2/+2
* bring in ARP support for variable length link level addressesfjoe2001-10-141-2/+3
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-0/+2
* - Add iso88025_ifdetach().mdodd2001-03-181-110/+276
* This include file has no business being here.mdodd2001-03-151-2/+0
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-26/+5
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Do not perform any opeartion with mbuf after it placed intobp2000-06-141-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-2/+4
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-2/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* o Replace most magic numbers related to token ring with #defineslile2000-03-191-42/+62
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-3/+2
* Fix a broken macro usage. It had no semicolon.green1999-12-181-1/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-3/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Rename bpfilter to bpf.des1999-07-061-2/+2
* Submitted by: Larry Lilejulian1999-03-101-33/+59
* World, I'd like you to meet the first FreeBSD token Ring driver.julian1999-02-201-0/+384
OpenPOWER on IntegriCloud