Age | Commit message (Expand) | Author |
2021-10-11 | Add support for 802.11n 40MHz channels to the iwm(4) driver. | Stefan Sperling |
2021-10-11 | Monitor 20/40 MHz channel width changes in beacons sent by our access point | Stefan Sperling |
2021-10-11 | Add support for 40MHz channels to net80211 RA. | Stefan Sperling |
2021-10-10 | Don't advertise MSI support if we don't have an MSI interrupt controller. | Mark Kettenis |
2021-10-10 | Only check whether we have an MSI interrupt controller when we try to | Mark Kettenis |
2021-10-10 | Apparently it is possible for firmware to indicate that SMCCC_VERSION is | Mark Kettenis |
2021-10-09 | placing the same vnd underneath a vnd (with VNDIOCSET) is a lock violation, | Theo de Raadt |
2021-10-09 | No need to enable bus mastering, it's already done for us. | Jonathan Matthew |
2021-10-09 | grow media for additional firmwares | Theo de Raadt |
2021-10-08 | Revert my previous commit to ieee80211_node.c (CVS commit Hne35XgzezGa9zmv). | Stefan Sperling |
2021-10-08 | curproc can't be NULL here. So simplify code accordingly. | Claudio Jeker |
2021-10-07 | remove quirks for ALC887 because they were only causing trouble on my | Robert Nagy |
2021-10-07 | Use correct index variable. | Mark Kettenis |
2021-10-07 | Remove unused TLB routines. | Visa Hankala |
2021-10-07 | Remove struct members that were used by the R4000 EoP workaround. | Visa Hankala |
2021-10-07 | Use tabs instead of spaces. | Visa Hankala |
2021-10-07 | Remove a stale comment. | Visa Hankala |
2021-10-07 | Send a probe request to our new AP when we are about to roam to it. | Stefan Sperling |
2021-10-07 | Remove the assertion that `curproc' must be SONPROC if found on the sleepqueue. | Martin Pieuchot |
2021-10-07 | trapsignal() can be called without KERNEL_LOCK, adjust code accordingly. | Claudio Jeker |
2021-10-07 | Make our old BSSID available to iwm_newstate() when roaming. | Stefan Sperling |
2021-10-07 | drm/i915/request: fix early tracepoints | Jonathan Gray |
2021-10-07 | drm/amdgpu: correct initial cp_hqd_quantum for gfx9 | Jonathan Gray |
2021-10-07 | drm/amd/display: Pass PCI deviceid into DC | Jonathan Gray |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
2021-10-06 | Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again. | Stefan Sperling |
2021-10-06 | Make sure iwm(4) uses the HT frame format only for data frames. | Stefan Sperling |
2021-10-06 | Add openbsd,dma-constraint property to /chosen node on armv7 | Visa Hankala |
2021-10-05 | cleanup conf.c, and bring in wd(4) support | Theo de Raadt |
2021-10-05 | Unref/free amaps before grabbing the KERNEL_LOCK(). | Martin Pieuchot |
2021-10-05 | Cleanup the error handling in ipsec ipip_output() and consistently | Alexander Bluhm |
2021-10-05 | Move setting ipsec mtu into a function. The NULL and invalid check | Alexander Bluhm |
2021-10-05 | Fix iwm(4) performance drop after roaming between APs in 11n mode. | Stefan Sperling |
2021-10-05 | For now the signal returned in cursig() is only set in p_siglist. | Claudio Jeker |
2021-10-05 | wd(4) device node support was missing, add it. | Theo de Raadt |
2021-10-04 | Allegedly a "Marvell Armada 3700 Functional Errata, Guidelines, and | Mark Kettenis |
2021-10-04 | grow i386 media for new realtek firmwares | Theo de Raadt |
2021-10-04 | Simplify sys___thrsigdivert a bit. cursig() always moves the pending signal | Claudio Jeker |
2021-10-04 | Use the fact the vnodes are locked when operations are inflight. | Claudio Jeker |
2021-10-04 | Build firmware for rsu(4), rtwn(4), and urtwn(4). | Kevin Lo |
2021-10-04 | Permission from Realtek to include wireless firmwares | Kevin Lo |
2021-10-03 | Apparently some athn(4) variants are buggy and may hand us corrupt frames | Mark Kettenis |
2021-10-03 | un.ifdef USB and PCI, since all our architectures (minus one) have models | Theo de Raadt |
2021-10-02 | fuse: avoid namei_pool leaks in several functions | Sebastien Marie |
2021-10-02 | Extend workaround for reset on context closure from gen 7-8 to gen 4-8 | Jonathan Gray |
2021-10-02 | remove dead variable from sys___realpath() | Sebastien Marie |
2021-10-02 | vfs: merge *_badop to vop_generic_badop | Sebastien Marie |
2021-10-02 | Remove iwx_assoc() and iwx_disassoc(). Not needed because they duplicate | Stefan Sperling |
2021-10-02 | Remove iwm_assoc() and iwm_disassoc(). Not needed because they duplicate | Stefan Sperling |
2021-10-02 | Fix panic when iwx(4) firmware is not present at boot time. | Stefan Sperling |