| Age | Commit message (Expand) | Author |
| 2010-01-19 | Redefine bpf linkage through an always present op vector, i.e. | pooka |
| 2009-12-06 | Simplify several device-activation hooks. | dyoung |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2007-02-17 | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous | dyoung |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2005-11-28 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | augustss |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2004-12-06 | Sprinkle #ifdef INET to make a GENERIC kernel compile with INET undefined. | christos |
| 2004-04-23 | use bounded string ops (snprintf, strl*) | itojun |
| 2002-07-11 | Get rid of trailing white space. | augustss |
| 2002-07-08 | s/__FUNCTION__/__func__/ | augustss |
| 2002-03-05 | bring in latest ALTQ from kjc. ALTQify some of the drivers. | itojun |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-06-14 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | itojun |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-01-22 | Don't IFQ_SET_READY() -- this driver isn't ALTQ'ified. | thorpej |
| 2001-01-21 | Add some initialization to struct ifnet that seems to have become | augustss |
| 2000-12-12 | Adapt to bpfattach() changes, and further centralize the bpfattach() | thorpej |
| 2000-12-08 | Don't call ether_ifdetach since we're not an ether driver. | augustss |
| 2000-10-24 | Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails. | augustss |
| 2000-10-01 | upl(4) is a IPv4 only device. | itojun |
| 2000-09-23 | Remove some // type comments. | augustss |
| 2000-08-12 | Minor whitespace change. | augustss |
| 2000-08-07 | fix interrupt priority botch | drochner |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-27 | Change my email address. | augustss |
| 2000-04-12 | revisit in6_ifattach(). | itojun |
| 2000-04-09 | Add driver for Prolific PL2301/PL2302 host-to-host adapter. | augustss |