Age | Commit message (Expand) | Author |
2022-03-21 | Reduce dmesg spam by nor printing the "Apple" firmware name. | Mark Kettenis |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-03-21 | Update hw.power whenever we refresh the AC state. This makes sure the state | Mark Kettenis |
2022-03-21 | Add support for XBox One gamecontroller, including report descriptor. | Thomas Frohwein |
2022-03-20 | Always check if softraid0 is NULL before dereferencing it. | Kenneth R Westerback |
2022-03-20 | Introduce an alternative mechanism for wifi drivers to communicate | Stefan Sperling |
2022-03-20 | Don't announce VHT caps on 2GHz channels during iwm(4) and iwx(4) scans. | Stefan Sperling |
2022-03-20 | Enable interrupt moderation, targeting around 20k interrupts per second. | Jonathan Matthew |
2022-03-19 | Fix wrong logic in a check in iwm_vht_single_rate_control() to match | Stefan Sperling |
2022-03-19 | Fix attach of multiple iwm(4) or iwx(4) interfaces in the same machine. | Stefan Sperling |
2022-03-19 | Add initial 802.11ac support to the iwm(4) driver. | Stefan Sperling |
2022-03-18 | regen | Miod Vallat |
2022-03-18 | Add bwfm chips to sdmmcdevs in order to get symbolic constants for them. | Miod Vallat |
2022-03-18 | Don't bother generating (unused) CIS overrides. | Miod Vallat |
2022-03-17 | Declare dtps_static array const to move it into read-only section. | Alexander Bluhm |
2022-03-15 | Enable IP header checksum offloading in ix(4). | Jan Klemkow |
2022-03-15 | Fix Tx rate used by rtwn(4) and urtwn(4) for RTS frames. | Stefan Sperling |
2022-03-15 | Enable checksum offloads. The nic does all the work here, so we don't | Jonathan Matthew |
2022-03-14 | unload the dmamap in bnxt_dmamem_free. | David Gwynne |
2022-03-14 | Add initial support for 802.11ac (VHT) to the iwx(4) driver. | Stefan Sperling |
2022-03-14 | Fix Tx performance on urtwn(4) RTL8192EU devices. | Stefan Sperling |
2022-03-13 | Revert previous commit. It breaks the serial console on my rpi4. | Mark Kettenis |
2022-03-13 | Constify struct cfattach. | Martin Pieuchot |
2022-03-13 | Enable vlan promisc and header stripping, and use vlan rx/tx offloads. | Jonathan Matthew |
2022-03-12 | Transmit segmented packets using multiple tx ring slots rather than | Jonathan Matthew |
2022-03-12 | Constify struct cfattach, not struct cfdriver | Jonathan Matthew |
2022-03-11 | Constify struct cfattach. | Martin Pieuchot |
2022-03-11 | Fix receive filter handling. Update the unicast mac address in the filter | Jonathan Matthew |
2022-03-11 | regen | Jonathan Gray |
2022-03-11 | fix previous | Jonathan Gray |
2022-03-11 | Enable PL011 UART FIF0 support in pluart(4). The FIFO depth depends on | Anton Lindqvist |
2022-03-10 | KASSERT should not contain memory barriers as they change behavior. | Alexander Bluhm |
2022-03-10 | Use atomic load and store functions to access refcnt and wait | Alexander Bluhm |
2022-03-10 | Invalidate the nic's rx descriptor cache when taking the interface up | Jonathan Matthew |
2022-03-10 | Add support for Sunrisepoint-H and Sunrisepoint-LP platforms. | hastings |
2022-03-09 | Improve stability of roaming on iwn(4), in particular with wpa_supplicant. | Stefan Sperling |
2022-03-08 | also use the device name in ucc_intr() debug output | Anton Lindqvist |
2022-03-08 | Make cad(4) handle rxr ioctl. | Visa Hankala |
2022-03-08 | use the device name in debug output | Anton Lindqvist |
2022-03-08 | Handle rxrinfo ioctl. | Jonathan Matthew |
2022-03-08 | Add missing byteswap to mtw_write_cfg(). | hastings |
2022-03-08 | remove files used by isa radio drivers removed in 2016 | Jonathan Gray |
2022-03-07 | remove WD33C93 SCSI code | Jonathan Gray |
2022-03-07 | vio(4): use NULL instead of 0 with sc_{rx,tx}_mbuf pointer array. | Dave Voutila |
2022-03-07 | Prevent deadlock in cad_down() | Visa Hankala |
2022-03-06 | Add JMICRON JMB58x ahci | Christopher Zimmermann |
2022-03-06 | Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm. | Mark Kettenis |
2022-03-06 | oops, typo, spotted by Mikhail | Theo de Raadt |
2022-03-05 | Add an activate() function with DVACT_QUIESCE & DVACT_RESUME hooks | Theo de Raadt |
2022-03-05 | Improve wording for trying S5 instead of S4 | Theo de Raadt |