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