| Age | Commit message (Expand) | Author |
| 2019-05-28 | Use ETHER_LOCK()/ETHER_UNLOCK() for all ethernet drivers to protect ec_multi*. | msaitoh |
| 2019-05-23 | Whitespace fix (mainly tabify). | msaitoh |
| 2019-05-23 | - Use aprint_*(). | msaitoh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2013-10-25 | Eliminate unused variable | martin |
| 2010-12-15 | Need to include <sys/device.h> since vax's <sys/cpu.h> doesn't. | matt |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2010-01-16 | Delete some dead (#ifdef notyet) code. | dyoung |
| 2009-11-23 | Remove some unecessary includes sys/user.h header. | rmind |
| 2009-05-12 | KNF | cegger |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-07-09 | Fix device/softc split. | joerg |
| 2008-07-09 | - device/softc split | joerg |
| 2008-06-12 | use device_lookup_private to get softc | cegger |
| 2008-04-06 | use aprint_*_dev and device_xname | cegger |
| 2008-03-11 | Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf | matt |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-06 | Remove a now-unused local variable. | he |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | dyoung |
| 2007-03-08 | Cast to char* before doing pointer arithmetic. | he |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-16 | More vax changes. | ad |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-06-27 | Fixes due to cast-qual addition. | ragge |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2005-02-04 | de-__P | perry |
| 2004-10-31 | Include the <sys/bufq.h> header to allow these to compile again. | he |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-02-13 | Uppercase CPU, plural is CPUs. | wiz |
| 2003-11-06 | Work around gcc 2.95.3's inability to detect that "ret" is initialized. | he |
| 2003-11-04 | Make this compile, at least. | he |
| 2003-11-04 | Try to make this work. Havard will test it. | christos |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-04-01 | Use PAGE_SIZE rather than NBPG. | thorpej |
| 2003-01-19 | Merge the nathanw_sa branch. | thorpej |
| 2003-01-15 | ragge said this chip should autopad, so just remove the check for len. | bouyer |
| 2003-01-15 | Use a properly zeroed buffer to pad the packet to ETHER_MIN_LEN | bouyer |
| 2003-01-06 | Add multiple inclusion protection. | matt |
| 2003-01-01 | Use aprint_normal() in cfprint routines. | thorpej |
| 2002-10-02 | Add trailing ; to CFATTACH_DECL. | thorpej |
| 2002-09-30 | Use CFATTACH_DECL(). | thorpej |
| 2002-09-27 | Declare all cfattach structures const. | thorpej |