Age | Commit message (Expand) | Author |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-03-01 | Clean up match routines vs board id; this should give 166, 172 and 176 a | Miod Vallat |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
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 |
2006-01-17 | since bcopy/bzero will be assigned to these pointers, get the size_t in the c... | Theo de Raadt |
2006-01-11 | Switch to __HAVE_DEVICE_REGISTER to find the device we're booted from. | Miod Vallat |
2005-12-17 | Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_t | Miod Vallat |
2005-11-24 | Prefer vaddr_t and paddr_t types in device softc, instead of void * and | Miod Vallat |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-01-15 | make sure interface is in RUNNING state before touching the multicast filters | Brad Smith |
2004-07-30 | Move struct evcount inside struct intrhand, and modernize intrhand | Miod Vallat |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat |
2004-07-02 | Kill ca_master in autoconf structures. Drivers either only attach to one | Miod Vallat |
2004-01-14 | Do not fill more than the first three fields of cfdriver structures unless | Miod Vallat |
2003-09-29 | avaliable -> available | Miod Vallat |
2003-06-02 | license cleanup of my files | Theo de Raadt |
2003-01-28 | pad < minimal length packets with 0's; based on netbsd; tested by miod | Jason Wright |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-04-27 | Jumbo commit to fix all compilation warnings on mvme68k (add prototypes, | Miod Vallat |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-11-28 | zap some typedefs. | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-08 | New timeouts. | Miod Vallat |
2001-06-10 | Post pmap_extract() changes cleanup. | Miod Vallat |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2000-01-06 | Added support for MVME177 (mc68060) | Steve Murphree |
1999-09-27 | Addition of 32bit if_ie | Steve Murphree |
1999-03-03 | rework check_eh() so that it is bridge aware | Jason Wright |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller |
1996-05-29 | update for new generic boot | chuck |
1996-05-10 | split le driver, if_name/if_unit -> if_xname/if_softc | Theo de Raadt |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff |
1996-04-28 | cfattach/cfdriver split | Theo de Raadt |
1995-12-27 | use splnet instead of splimp | Theo de Raadt |
1995-11-07 | $Id$ throughout | Theo de Raadt |
1995-10-18 | mvme68k port by me. some parts by dale rahn. | Theo de Raadt |