| Age | Commit message (Expand) | Author |
| 2017-05-23 | Also attach the MW-P54SS USB Wireless Broadband Router from Synet | khorben |
| 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-08-30 | loadfirmware is not NetBSD function. Fix error message. | ryoon |
| 2015-04-08 | Added pmf hook. | nonaka |
| 2015-01-07 | Pass a correct firmware size (instead of 0) to firmware_free | ozaki-r |
| 2014-03-29 | Fix an issue with 11g beacon frames. | zafer |
| 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 |
| 2012-06-01 | Add a dependency on bpf module. | nonaka |
| 2012-05-31 | Remove duplicate entries. | nonaka |
| 2011-09-08 | PR/45344: Pierre Allegraud: Added Dlink DWA-110 in rum(4) | christos |
| 2011-08-25 | Update the module command-processing routine to match the ioconf files | pgoyette |
| 2011-08-23 | Update for modular build | pgoyette |
| 2011-08-23 | In preparation for building this as a module, clean-up some gcc | pgoyette |
| 2011-02-22 | make rum_ioctl look like other wireless drivers, now dhcpcd works and | jmcneill |
| 2011-02-21 | sync driver with openbsd | jmcneill |
| 2011-02-13 | fix typo (clean up the rx list on failure setting it up, not the tx list) | dholland |
| 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-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-28 | Attach DWA-111. | pooka |
| 2009-09-23 | fix up USB drivers printing of autoconf information | plunky |
| 2009-08-02 | add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573). | tshiozak |
| 2009-03-18 | bzero -> memset | cegger |
| 2009-01-03 | remove extra semicolons. | yamt |
| 2008-11-07 | *** Summary *** | dyoung |
| 2008-10-21 | Add | jun |
| 2008-07-08 | Add a device ID seen in Kojinsha notebook. From Ryo Shimizu. | uebayasi |
| 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 |
| 2007-12-09 | Merge jmcneill-pm branch. | jmcneill |
| 2007-11-25 | + Add COREGA CG-WLUSB2GL and ABOCOM WUG2700. | kiyohara |
| 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 |
| 2007-08-26 | Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier to | dyoung |
| 2007-08-15 | Already called *_free_[rt]x_list() in *_stop(). | kiyohara |
| 2007-07-11 | Stopgap fix to avoid crash on detach if the attach failed due to eg | drochner |
| 2007-06-09 | Use usb_callout. | kiyohara |
| 2007-05-07 | Sync the list of supported models with OpenBSD, 13 new models were | xtraeme |
| 2007-05-07 | Add support for ASUS WL-167g ver 2, from PR kern/35113 (Dave Huang). | xtraeme |
| 2007-03-13 | Introduce different autoconf interface attributes for USB drivers | drochner |