| Age | Commit message (Expand) | Author |
| 2013-01-22 | add missing flags param to usb_task_init | jmcneill |
| 2013-01-22 | - Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK | jmcneill |
| 2013-01-05 | - need opt_usb.h if depending on USB_DEBUG | christos |
| 2012-12-27 | Consistent/Correct error message from failing usbd_set_config. | skrll |
| 2012-03-11 | minor cleanups from usbmp: | mrg |
| 2012-02-24 | remove any remnants of freebsd/openbsd code. | mrg |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-02-24 | use # for include directive, just because.. | plunky |
| 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-02-07 | Start patching up the kernel so that a network driver always has | dyoung |
| 2007-08-29 | Constify: LLADDR() -> CLLADDR(). | 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 |
| 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 |
| 2005-01-08 | constify. | yamt |
| 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 |
| 2001-12-12 | Remove some stupid casts. | augustss |
| 2001-12-03 | Handle vendor/product lookup with a common routine. | augustss |
| 2001-11-13 | add RCSIDs | lukem |
| 2001-04-13 | Remove the use of splimp() from the NetBSD kernel. splnet() | thorpej |
| 2001-04-12 | Make sure all tasks are remove on detach. | augustss |
| 2001-01-29 | Handle allmulti case correctly as a NetBSD network driver; | enami |
| 2001-01-23 | Ad function to remove a usb task. | augustss |
| 2001-01-21 | Defer stopping the interface on error to a process context. | augustss |
| 2001-01-21 | Use the new usb_add_task() call to execute the statistics gathering. | augustss |
| 2001-01-21 | Change watchdog code (from FreeBSD). | augustss |
| 2001-01-21 | Get rid of `#ifdef FreeBSD'; they maintain their own version. | augustss |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-24 | Tell usbd_set_config_no() to be verbose. It's nice to know whyit fails. | augustss |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-06-01 | Bring the coding style into the 80s, i.e., get rid of __P and use | augustss |
| 2000-04-23 | Sync with FreeBSD: add two more adapters. | augustss |
| 2000-04-02 | Generate an error message if starting a transfer fails. | augustss |
| 2000-03-30 | Two more OpenBSD fixes. | augustss |
| 2000-03-30 | Afew more OpenBSD portability fixes. | augustss |
| 2000-03-29 | Some OpenBSD portability fixes. | augustss |