| Age | Commit message (Expand) | Author |
| 2021-06-13 | Remove duplicate | mlelstv |
| 2020-03-15 | Define and implement a locking protocol for the ifmedia / mii layers: | thorpej |
| 2020-03-14 | revert the 0x% -> %# change for fixed width formats pointed out by uwe. | christos |
| 2020-03-13 | PR/55068: sc.dying: Fix printf formats: | christos |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2020-01-15 | If malloc fails in zyd_node_alloc then return NULL. From nick-nhusb | skrll |
| 2020-01-15 | Use modern interfaces and kill tsleep/wakeup. From nick-nhusb branch. | skrll |
| 2019-11-28 | localify | maxv |
| 2019-05-05 | remove explicit 'extern struct cfdriver <my>_cd;' and use ioconf.h | mrg |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-02 | Fix usb_rem_task_wait API. | riastradh |
| 2018-07-29 | Use callout_halt and usb_rem_task_wait in zyd(4) detach. | riastradh |
| 2018-06-26 | Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward | msaitoh |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-04-30 | Remove set but not used sc_flags. | maya |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2016-11-25 | +#include "opt_usb.h" | skrll |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 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 |
| 2015-01-07 | Pass a correct firmware size (instead of 0) to firmware_free | ozaki-r |
| 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 | add include "opt_usb.h" where needed. | christos |
| 2012-12-27 | Consistent/Correct error message from failing usbd_set_config. | skrll |
| 2012-09-23 | Don't use a usbd_status as an int, split error into two variables. | joerg |
| 2012-09-23 | add a bunch of devices. from openbsd. | chs |
| 2012-03-15 | Always init *val; some callers of zyd_read*() do not check the return | bouyer |
| 2011-07-18 | Use __arraycount(3). | jruoho |
| 2011-01-16 | Pull AL2230S radio support for chips: | tsutsui |
| 2010-11-03 | Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), | dyoung |
| 2010-07-04 | Make zyd(4) use config_mountroot(9) to complete device initialization | tsutsui |
| 2010-04-05 | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf | joerg |
| 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-06-26 | Use &zn->ni instead of (struct ieee80211_node *)zn because it is | dyoung |
| 2009-06-26 | Compilable, untested fix to zyd(4) lossage reported by Matthias-Christian | dyoung |
| 2009-06-26 | Expand more macros from usb_port.h. | dyoung |
| 2009-06-26 | Expand several definitions from usb_port.h. | dyoung |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-09-21 | Use M_80211_NODE for 'zyd_node' allocation instead of M_DEVBUF. | freza |
| 2008-05-24 | Split device_t and softc for all USB device drivers, and related cosmetic | cube |
| 2007-10-21 | Fix a number of driver which doesn't check wep flag in *_tx_mgt. | degroote |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |