Age | Commit message (Expand) | Author |
2017-10-23 | Even if a USB transfer fails, call umb_start() so that processing | Gerhard Roth |
2017-10-22 | It's time I claimed proper copyright on this. | Stefan Sperling |
2017-10-22 | In iwm(4), allocate command response buffers dynamically in a ring | Stefan Sperling |
2017-10-21 | Even though letting the firmware handle the handshake is nice from | Patrick Wildt |
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 | spelling fix; from miod | Jason McIntyre |
2017-10-19 | Don't forget to free the firmware in the error path, and make sure to | Patrick Wildt |
2017-10-19 | Disable promisc mode and accepting all multicast packets. These should | Patrick Wildt |
2017-10-18 | Pass the SIOCG80211ALLCHANS and SIOCG80211STATS ioctls to our net80211 | Patrick Wildt |
2017-10-18 | Add a scan timeout so we can recover if the firmware decides not to | Patrick Wildt |
2017-10-18 | Pad the holes in the struct to make sure compilers do not choose to | Patrick Wildt |
2017-10-18 | Read and extract the channel number from the chanspec to beautify the | Patrick Wildt |
2017-10-18 | It turns out that using the packed attribute on most structs was a bad | Patrick Wildt |
2017-10-18 | Stop handling SIOCSIFMTU like in the wireless stack. | Martin Pieuchot |
2017-10-18 | Extract supported frequencies and HT/VHT mode from the firmware instead | Patrick Wildt |
2017-10-18 | Revert previous commit, since not all interfaces behaved the same. | Patrick Wildt |
2017-10-18 | Only overwrite the caller's variable if we successfully read data from | Patrick Wildt |
2017-10-17 | remove the remaining references to .depend files since nothing creates them | Christian Weisgerber |
2017-10-16 | Allow a more fine grained control about which ciphers to use. | Patrick Wildt |
2017-10-16 | Handle wpa parameters using the ieee80211 ioctl so we can start | Patrick Wildt |
2017-10-16 | Clear up some defines regarding WPA cipher settings. This allows me | Patrick Wildt |
2017-10-16 | drm/i915/bios: ignore HDMI on port A | Jonathan Gray |
2017-10-15 | Set default join preferences to prefer APs based on the RSSI, with | Patrick Wildt |
2017-10-15 | Similar to other USB based backend drivers, have a list of TX/RX | Patrick Wildt |
2017-10-15 | Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(), | Stefan Sperling |
2017-10-13 | Implement media auto selection for DEC 3000. | Martin Pieuchot |
2017-10-12 | Apparently one of the main concepts in the SDMMC I/O subsystem is that | Patrick Wildt |
2017-10-12 | Add missing size to free(); ok deraadt@ mpi@ | anton |
2017-10-11 | regen | Patrick Wildt |
2017-10-11 | Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. The | Patrick Wildt |
2017-10-11 | Fix debug printf, from Dave Voutila. | Martin Pieuchot |
2017-10-10 | hidmt: send input mode set report as 2 bytes, matches linux | Joshua Stein |
2017-10-10 | hidmt: add support for hybrid packet mode used by some touchpads | Joshua Stein |
2017-10-10 | hidmt: rename internal hidmt_input struct to hidmt_data, avoid clash | Joshua Stein |
2017-10-09 | Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms. | Stefan Sperling |
2017-10-09 | Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4). | Stefan Sperling |
2017-10-09 | Print the name of the device tree node like we do for simplebus(4). | Mark Kettenis |
2017-10-09 | The previous commit was deemed too invasive, so back it out and replace | Patrick Wildt |
2017-10-09 | Correct logic check preventing the device to attach. | Martin Pieuchot |
2017-10-09 | Turns out that the previous commit resolves the problem on Clang but at | Patrick Wildt |
2017-10-08 | Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup. | Ulf Brosziewski |
2017-10-08 | Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards. | Mark Kettenis |
2017-10-06 | Recalibrate TSC timecounter with HPET and PM timer | Mike Belopuhov |
2017-10-05 | Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidity | Stefan Sperling |
2017-10-05 | Update mvneta(4) to the way OpenBSD handles multicast and promiscuous | Patrick Wildt |
2017-10-04 | Work around clang mis-optimization regression. For some expression- | Patrick Wildt |
2017-10-04 | Introduce reference counting for tasks in iwm(4). | Stefan Sperling |
2017-10-03 | Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeouts | Antoine Jacoutot |