| Age | Commit message (Expand) | Author |
| 2022-03-03 | usb: usbd_close_pipe never fails. Make it return void. | riastradh |
| 2022-03-03 | usb: usbd_abort_pipe never fails. Make it return void. | riastradh |
| 2020-08-28 | atu(4): Reject packets larger than MCLBYTES. | riastradh |
| 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 |
| 2019-12-27 | s/transfered/transferred/ | msaitoh |
| 2019-12-05 | Remove SIOC[GS]IFMEDIA because ieee80211_ioctl() does the same thing. | msaitoh |
| 2019-12-01 | minor adjustments, to avoid warnings on debug builds | maxv |
| 2019-11-28 | localify | maxv |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2019-04-26 | No functional change: | msaitoh |
| 2018-08-02 | Fix usb_rem_task_wait API. | riastradh |
| 2018-07-29 | Use usb_rem_task_wait in atu(4). | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-06-23 | constify | maxv |
| 2018-06-22 | It's not required to include net/bpfdesc.h. Remove it. | msaitoh |
| 2018-06-03 | Constify atu_devs[] so that it lands in .rodata (600 bytes). | maxv |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-05-26 | Introduce M_CLEARCTX and use it instead of open-coding rcvif | ozaki-r |
| 2016-05-26 | Use M_GETCTX | ozaki-r |
| 2016-04-23 | Merge nick-nhusb | skrll |
| 2014-10-18 | src is too big these days to tolerate superfluous apostrophes. It's | snj |
| 2013-03-30 | remove trailing whitespace | christos |
| 2013-01-22 | - Add a USBD_MPSAFE flag to usbd_open_pipe. If not set, acquire KERNEL_LOCK | jmcneill |
| 2013-01-05 | fix debug variables. | christos |
| 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-09-23 | add a bunch of devices. from openbsd. | chs |
| 2011-12-23 | Revert previous due to active usbmp branch(es). | jakllsch |
| 2011-12-22 | Adjust-away inconsistent and trailing whitespace. | jakllsch |
| 2011-10-17 | There is no doubt whether whether should have a 'h' after the 'w'. | mbalmer |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-08-14 | Only print the debug message about failed remapping when ATU_QUIRK_NO_REMAP | jym |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 2010-03-15 | Remove duplicate USB_PRODUCT_LINKSYS3_WUSB11V28 entry. | jakllsch |
| 2010-02-28 | Fight the ever-increasing size of src checkouts by spelling "useful" | snj |
| 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 |
| 2009-03-18 | bzero -> memset | cegger |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-07-16 | Use printf("%zx", arg) instead of printf("%lx", (unsigned long)arg). | dyoung |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |