summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-10-31Disable both TCP/UDP checksum offloading and VLAN HW tag offloading for now,Patrick Wildt
2021-10-31Implement transmit and transmit completion path.Patrick Wildt
2021-10-31Extend the SPI bus API a bit. The config structure gets an sc_cs_delayMark Kettenis
2021-10-31Move the fill and the tail pointer change to a later point, to make surePatrick Wildt
2021-10-31Add igc(4), a driver for the Intel 2.5Gb Ethernet controllers.Patrick Wildt
2021-10-31regenPatrick Wildt
2021-10-31Add another PCI id for Intel 2.5Gb adapters.Patrick Wildt
2021-10-31Make athn(4) attach to the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling
2021-10-31regenStefan Sperling
2021-10-31Add USB device ID for the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling
2021-10-31Raise SPL to IPL_NET in run_next_scan() to avoid splassert failures.Stefan Sperling
2021-10-30Change hw.perfpolicy=auto by default, at startup. If the system has ACTheo de Raadt
2021-10-30Fix build break caused by accidental keystroke during last commitAlexandre Ratchov
2021-10-30Disestablish softintrs upon detach (missed in last commit)Alexandre Ratchov
2021-10-30Defer selwakeup() calls to a softintrAlexandre Ratchov
2021-10-30Revert previous commit as it's causing panic when devices are detachedAlexandre Ratchov
2021-10-30match on Intel 600 SeriesJonathan Gray
2021-10-30enable snooping on Intel 600 SeriesJonathan Gray
2021-10-30regenJonathan Gray
2021-10-30add Intel 600 Series and Alder Lake S idsJonathan Gray
2021-10-29A USB HID report ID must be represented using a single byte rangingAnton Lindqvist
2021-10-29match more Prolific HXN idsJonathan Gray
2021-10-29regenJonathan Gray
2021-10-29more Prolific HXN idsJonathan Gray
2021-10-29Don't grab audio_lock in filt_midi{read,write} if NOTE_SUBMIT is set.Alexandre Ratchov
2021-10-28add proper declaration for addr in dt_prov_kprobe_hookJasper Lievisse Adriaanse
2021-10-27use db_get_probe_addr() instead of handrolling the expression wrapped in ifdefJasper Lievisse Adriaanse
2021-10-27fix spello in commentJasper Lievisse Adriaanse
2021-10-26Add a new TEMPerHUM device id. style tweak deraadt@, ok mlarkin@Matthieu Herrb
2021-10-26Improve unhibernate performance (30% on some machines, another upcoming diffTheo de Raadt
2021-10-25remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL...Todd C. Miller
2021-10-25remove dtp_mtx which protected dtp_ref; the code is always called with KERNEL...Jasper Lievisse Adriaanse
2021-10-24For open/openat, if the flags parameter does not contain O_CREAT, theTheo de Raadt
2021-10-24Constify struct cfattach.Martin Pieuchot
2021-10-24Remove crp_etype and return errors directly from crypto_invoke()Tobias Heider
2021-10-24pretty & normalize the cfdriver declTheo de Raadt
2021-10-23tpm(4): add support for tpm2 CRB interfaceDave Voutila
2021-10-23Retire asynchronous crypto API as it is no longer required by any driver andTobias Heider
2021-10-23Make sure we have enough space to add padding and final token to the nvramMark Kettenis
2021-10-22Mask LPI interrupts. This fixes an interrupt storm on dwge(4) variantsMark Kettenis
2021-10-22regenJonathan Gray
2021-10-22add Intel ADL-S and ADL-P graphics ids Mesa matchesJonathan Gray
2021-10-22Remove last dangling usage of CRYPTO_F_NOQUEUE.Anton Lindqvist
2021-10-22One could end up with the wrong encoding in xenocara while having a uccAnton Lindqvist
2021-10-21regenJonathan Gray
2021-10-21add Gemini Lake MEI; from fkrJonathan Gray
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-10-20drm/edid: In connector_bad_edid() cap num_of_ext by num_blocks readJonathan Gray
2021-10-17drm/amdgpu: fix gart.bo pin_count leakJonathan Gray
2021-10-16Bail out early if the PCIe controller hasn't been initialized by theMark Kettenis