Age | Commit message (Expand) | Author |
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 |
2017-10-01 | Align Rx buffers to prevent unaligned access in the network stack. | Mark Kettenis |
2017-09-30 | The property that points the the attached PHY is called "phy-handle" instead | Mark Kettenis |
2017-09-30 | Add preliminary kabylake support to inteldrm(4) by backporting the relevant | Robert Nagy |
2017-09-28 | The DELAY() recently added to iwn(4) to make association more reliable could | Stefan Sperling |
2017-09-26 | Prevent null pointer dereference when probing channels | Mike Belopuhov |
2017-09-26 | Use quoted #includes for files kdump's mkioctls indirectly includes so | Jonathan Gray |
2017-09-23 | Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34. | Stefan Sperling |
2017-09-23 | Add dummy FIOASYNC handler. | Martin Pieuchot |
2017-09-22 | Use ieee80211_has_addr4() inline function where possible. | Kevin Lo |
2017-09-22 | - Fix short preamble for rtl8188eu | Kevin Lo |
2017-09-22 | Move the powering down of all codecs into azalia_halt_corb() after the | Theo Buehler |
2017-09-21 | Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller used | Patrick Wildt |
2017-09-21 | Disable a splsoftassert() at least until ohci(4) has been fixed. | Martin Pieuchot |
2017-09-19 | Add support for being a regmap provider in syscon(4). So far the driver | Patrick Wildt |
2017-09-13 | Add missing pipe in sxitwi(4)'s match code to actually make | Patrick Wildt |
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 | fdc: Print warning if kthread_create fails | Stefan Fritsch |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |