| Age | Commit message (Expand) | Author |
| 2018-05-01 | GC private 802.11 rateset declarations, use the standard ones. | maya |
| 2018-04-30 | add missing KERNEL_LOCK protection around autoconf calls. | mlelstv |
| 2018-04-30 | Remove set but not used sc_flags. | maya |
| 2018-04-27 | use the proper station nodeid read command. | christos |
| 2018-04-23 | enable code to only trigger usb processing when EINT is set, to | jdolecek |
| 2018-04-22 | merge duplicated code, back to logging error. | christos |
| 2018-04-22 | trigger the softint processing on that child bus which is not detached yet | jdolecek |
| 2018-04-21 | downgrade error to debug. | christos |
| 2018-04-21 | add KASSERT() that sc_child* is set to NULL after child detach; just for | jdolecek |
| 2018-04-20 | It was not gcc's fault for correctly detecting an uninitialized variable. | christos |
| 2018-04-20 | propagate pullup-782 for NetBSD-8 to HEAD (gcc uninitialized) | christos |
| 2018-04-19 | s/static inline/static __inline/g for consistency. | christos |
| 2018-04-18 | m_free -> m_freem, m_copyback could have added mbufs in the chain | maxv |
| 2018-04-09 | Stop potential misuse of vendor names and USB vendor IDs in root hub | jakllsch |
| 2018-04-09 | Use ostype from <sys/systm.h> instead of a literal "NetBSD" for the | jakllsch |
| 2018-04-08 | Remove MOTG_ALLWINNER option | jmcneill |
| 2018-04-02 | re-generate | jakllsch |
| 2018-04-02 | Add Linux Foundation vendor ID, and their root hub device IDs. | jakllsch |
| 2018-04-01 | Add initial support for ARMv8 (AARCH64) (by nisimura@ and ryo@) | ryo |
| 2018-03-25 | Add extra newline for normal message from uts(4) | ryoon |
| 2018-03-17 | regen | jdolecek |
| 2018-03-17 | add LAN78xx family (Raspberry Pi 3B+) entries - PR kern/53105 | jdolecek |
| 2018-03-05 | Fix last: | ws |
| 2018-02-20 | Attach uftdi to each interface found in the device separately. | ws |
| 2018-02-08 | Typos. | dholland |
| 2018-02-07 | xhci.c: avoid unused variable in non-DIAGNOSTIC build | prlw1 |
| 2018-02-03 | Fix non-DIAGNOSTIC build | skrll |
| 2018-02-01 | Replace ovbcopy -> memmove, same. | maxv |
| 2018-02-01 | Fix KASSERT panic. When detaching USB host controoler, the following panic | msaitoh |
| 2018-02-01 | Mark DVF_DETACH_SHUTDOWN to USB root HUB. This change makes USB host | msaitoh |
| 2018-02-01 | - Fix panic on shutdown reported by ozaki-r in PR kern/52961. Use callot_halt() | msaitoh |
| 2018-01-30 | Avoid panic while detaching xhci. The xhci driver has both sc_child and | msaitoh |
| 2018-01-21 | PR kern/52931 Kernel panics with Atheros usb wireless interface | skrll |
| 2018-01-09 | tidy up debugging (make it compile with the 'ALL' kernel) | christos |
| 2017-12-26 | Fix typo in a comment | khorben |
| 2017-12-22 | missing comma 🙄 | jakllsch |
| 2017-12-22 | Add RT Systems RTS-03 | jakllsch |
| 2017-12-22 | Add West Mountain Radio RIGblaster. From OpenBSD uslcom(4). | jakllsch |
| 2017-12-22 | regen | jakllsch |
| 2017-12-22 | Add West Mountain Radio IDs from OpenBSD | jakllsch |
| 2017-12-22 | Add RT Systems RTS-03 USB to Serial Adapter | jakllsch |
| 2017-12-20 | Fix the logic around TT Hub Slot ID, TT Port Number and Multi-TT in | skrll |
| 2017-12-19 | Trailing whitespace | skrll |
| 2017-12-19 | Add missing if_free() in the detach path. | msaitoh |
| 2017-12-18 | Whitespace | skrll |
| 2017-12-18 | Use lowercase for hex constant. NFC. | skrll |
| 2017-12-18 | ukbd_cngetc: poll once for data in the buffer, otherwise return type 0 (no data) | jmcneill |
| 2017-12-10 | Use USB_DEBUG, not XHCI_DEBUG to protect `dci', DPRINTFN() always uses it. | hannken |
| 2017-12-10 | Factor out bus-independant HID code so that it can be shared by USB, bluetooth | bouyer |
| 2017-12-09 | adjust for hexdump signature | christos |