| Age | Commit message (Expand) | Author |
| 2020-03-15 | Define and implement a locking protocol for the ifmedia / mii layers: | thorpej |
| 2020-03-13 | PR/55068: sc.dying: Fix printf formats: | christos |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-07 | Localify, constify. | maxv |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-08-20 | couple more changes to usbnet(9): | mrg |
| 2019-08-15 | port cue(4), mue(4) and url(4) to usbnet(9). diffstat says: | mrg |
| 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 | -No functional change: | msaitoh |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-08-02 | Fix usb_rem_task_wait API. | riastradh |
| 2018-07-29 | Use callout_halt and usb_rem_task_wait in cue(4). | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2017-01-12 | Appease coverity which is having nightmares about strings not being | maya |
| 2016-12-15 | Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_input | ozaki-r |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2016-02-09 | Introduce softint-based if_input | ozaki-r |
| 2015-04-14 | Forgot commit: Move another <sys/rndsource.h> to where it belongs. | riastradh |
| 2015-04-13 | Convert sys/dev to use <sys/rndsource.h>. | riastradh |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 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 |