Age | Commit message (Expand) | Author |
2018-03-15 | bug fix (I found it when comparing with if_upl.c) | SASANO Takayoshi |
2018-03-15 | Remove unused struct member. | Kevin Lo |
2018-03-09 | Sync | Kevin Lo |
2018-03-09 | Add USB device IDs for Edimax EW7611ULB, EW7822ULC, RTL8723BU, and | Kevin Lo |
2018-03-07 | Replace non-functioning checks for use of the usb memory block allocator in | Jonathan Matthew |
2018-03-05 | Move completed transfer descriptors to the freelist before calling | Jonathan Matthew |
2018-02-26 | Support dumping isochronous frames via bpf(4) using the USBPcap protocol. | Martin Pieuchot |
2018-02-19 | Add a default case to a usb_tap() switch statement which mpi@ says will | Jonathan Gray |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-11 | Since the BCDC header has a variable data offset, so the ethernet packet | Patrick Wildt |
2018-02-08 | Move bwfm(4) from ifq begin/commit/rollback semantics to the newer | Patrick Wildt |
2018-02-07 | Move parsing the BCDC header on RX into a protocol specific RX | Patrick Wildt |
2018-02-05 | claim copyright | Stefan Sperling |
2018-02-05 | Move athn(4) USB devices to the open source atk9k HTC firmware. | Stefan Sperling |
2018-02-03 | Add support for dumping USB transfers via bpf(4) using USBPcap headers. | Martin Pieuchot |
2018-01-31 | Some wifi drivers don't call ieee80211_newstate() during some state | Stefan Sperling |
2018-01-30 | sync | Vadim Zhukov |
2018-01-30 | Add D-Link DWA-125 rev B2 to list of devices supported by run(4). | Vadim Zhukov |
2018-01-24 | Do not print that the firmware was successfully loaded in the USB backend | Patrick Wildt |
2018-01-23 | Fix checks for error return from urtw_alloc_rx_data_list() and | Kevin Lo |
2018-01-18 | Remove quirk matching all Yamaha devices, as this prevents non-MIDI | Alexandre Ratchov |
2018-01-11 | sync | Kevin Lo |
2018-01-11 | Add support for Huawei E3372. | Kevin Lo |
2018-01-08 | Fix indentation. | Patrick Wildt |
2018-01-03 | Since the PCI attachment code already uses mbufs for RX packets, we can | Patrick Wildt |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-14 | let urtwn(4) find my TP-LINK TL-WN722N v2 | Sebastian Benoit |
2017-12-14 | sync | Sebastian Benoit |
2017-12-14 | add usb id for TP-LINK TL-WN722N v2 | Sebastian Benoit |
2017-11-07 | Prevent a potential stack buffer overrun when a urtwn(4) device | Stefan Sperling |
2017-10-29 | IFF_NOARP has no effect if the interface don't use ether_input() nor | Martin Pieuchot |
2017-10-26 | Move common code to add/remove multicast filters to ieee80211_ioctl(9). | Martin Pieuchot |
2017-10-23 | Even if a USB transfer fails, call umb_start() so that processing | Gerhard Roth |
2017-10-21 | Initialize all fields in the BCDC protocol, otherwise the controller | Patrick Wildt |
2017-10-20 | Kill dead ioctl handlers. | Martin Pieuchot |
2017-10-19 | Don't just return but setup and resubmit the transfer if we're not | Patrick Wildt |
2017-10-19 | Don't forget to free the firmware in the error path, and make sure to | Patrick Wildt |
2017-10-15 | Similar to other USB based backend drivers, have a list of TX/RX | Patrick Wildt |
2017-10-11 | regen | Patrick Wildt |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-09 | Correct logic check preventing the device to attach. | Martin Pieuchot |
2017-10-05 | Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidity | Stefan Sperling |
2017-09-23 | Add dummy FIOASYNC handler. | Martin Pieuchot |
2017-09-21 | Disable a splsoftassert() at least until ohci(4) has been fixed. | Martin Pieuchot |
2017-09-12 | - sprinkle variable name and printf tweaks | Jasper Lievisse Adriaanse |
2017-09-10 | - call usbd_deactivate() rather than simply returning in case of errors | Jasper Lievisse Adriaanse |
2017-09-08 | Add support for isochronous transfers to xhci(4). | Stefan Sperling |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-05 | explicitly clear the output pipe | Jasper Lievisse Adriaanse |