summaryrefslogtreecommitdiff
path: root/sys/arch/vax/if
AgeCommit message (Expand)Author
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-22#if INET => #ifdef INETMarco Pfatschbacher
2008-10-09Use ether_ioctl().Brad Smith
2008-10-09cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-08cosmetic change for ioctl funtions.. move splnet out from variable declaration.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-08-22Instead of spewing error messages about link status, support link statusTheo de Raadt
2008-08-14convert the last traces of btoc/ctob macrosMartin Reindl
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-17Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-01Do not include <machine/rpb.h> unless necessary.Miod Vallat
2007-04-10``prob ably'' can be written in one word.Miod Vallat
2006-08-31Make sure we do mbuf operations at splnet(), for some models have zeMiod Vallat
2006-08-30Teach the SGEC driver about the Real World:Miod Vallat
2006-08-27Move cfdriver structs to better places, in preparation for new attachments.Miod Vallat
2006-08-24Check for a selftest failure after reset in the correct register.Miod Vallat
2006-07-26More files which have changed name or location since some time already andMiod Vallat
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-12-10{en,re}trys -> {en,re}tries; eyeballed by jmc@Miod Vallat
2005-11-24splimp -> splnetBrad Smith
2005-07-02Remove dead code; ok deraadt@Miod Vallat
2005-06-08remove netns crud.Henning Brauer
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-09-15Kill more netiso ghosts.Alexander Yurchenko
2004-07-07new-style interrupt counters. based on initial work by hugh. ok miodTheo de Raadt
2003-11-10Get rid of the "struct pte" bitfield, and use straight integers.Miod Vallat
2003-11-07adress -> address, and a few more; all from Jonathon Gray;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt
2003-02-05LLADDR macro doesn't work here, so copy mac into the softc directly.Hugh Graham
2003-02-04Bring qe closer to NetBSD and make it compile. As yet untested.Hugh Graham
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback
2002-06-11New boot code, mostly from ragge's work in NetBSD.Hugh Graham
2002-06-03spell transceiver correctlyTheo de Raadt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-16Don't include <sys/map.h> when you don't need what's in it.Miod Vallat
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-08-25Bring in some useful stuff from NetBSD. Mostly work by Matt Thomas,Hugh Graham
2001-05-20From NetBSD:Hugh Graham
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2000-04-27sync w/netbsdBrandon Creighton
1999-05-13Compensate for the check for onwership of unicast packets in promiscuousJason Wright
1998-09-16o if_media'fied am7990Jason Wright
1997-09-10Sync with NetBSD 970516. -mojMats O Jansson
1997-05-29RCS taggingNiklas Hallqvist
1997-05-28remove bitmask_snprintfNiklas Hallqvist