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