| 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 |
| 2009-09-04 | Change spaces to tabs and remove some unnecessary parentheses. No | dyoung |
| 2009-09-04 | Expand <dev/usb/usb_port.h> definitions, and lightly unifdef(1). | dyoung |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2008-01-19 | Make many ethernet drivers share the common code for MII media | dyoung |
| 2007-12-05 | lockmgr -> mutex | ad |
| 2007-09-01 | Change a bazillion occurrences of code resembling this, | 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 |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-31 | Split the USB task queue into two parts, one for normal device tasks and | joerg |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-07 | remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP. | dogcow |
| 2006-03-19 | Free allocated memory if attach fails. | david |
| 2005-11-28 | Use usbd_clear_endpoint_stall_async() when clearing endpoint stalls in | augustss |
| 2005-11-10 | Abuse types a little less. | augustss |
| 2005-11-10 | Apply big endian fixes submitted by Garrett D'Amore in PR kern/32032. | tron |
| 2005-05-30 | - const poisoning | christos |
| 2005-05-11 | Don't keep the devinfo string on the stack, instead use malloc/free. | augustss |
| 2005-02-27 | nuke trailing whitespace | perry |
| 2004-10-30 | When adding/deleting multicast addresses, only whack the address | thorpej |
| 2004-10-26 | Protect MII reads and writes properly against multiple access. | augustss |
| 2004-10-24 | Dont use lockmgr() from interrupt context. | augustss |
| 2004-10-24 | Get rid of an oddly placed assert(). | augustss |
| 2004-10-23 | Alphabetize. | augustss |
| 2004-10-23 | Both FreeBSD and OpenBSD use Bill Paul axe driver instead of my uax | augustss |