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