summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2025-01-14cxgbe tom: Make t4_push_frames static to t4_cpl_io.cJohn Baldwin
2025-01-13rtwn: allow firmware rate control to be enabled for rtl8192cuAdrian Chadd
2025-01-13rtwn: refactor out the r92c path protection decision / configurationAdrian Chadd
2025-01-13rtwn: refactor out datarate and short preamble setupAdrian Chadd
2025-01-13rtwn: explicitly configure RTS based on basic ratesAdrian Chadd
2025-01-13rtwn: fix RTWN_RIDX_VHT_MCS() macroAdrian Chadd
2025-01-13nvmf: Defer the post-sync shutdown handler to SHUTDOWN_PRI_LASTJohn Baldwin
2025-01-12nvmf: fix build with __assert_unreachable() addition to userlandKyle Evans
2025-01-12amdsmn(4), amdtemp(4): add support for Zen 5Simon Wells
2025-01-12amdsmn(4), amdtemp(4): add support for AMD Ryzen 7 "Cezanne" cpusSimon Wells
2025-01-10riscv: enable cpufreq_dt driverMitchell Horne
2025-01-10ofw_cpu: check for "disabled" status during probeMitchell Horne
2025-01-10ofw_cpu: collapse some #ifdef codeMitchell Horne
2025-01-10ofw_cpu: fix __riscv preprocessor checkMitchell Horne
2025-01-10riscv: enable Allwinner D1 USB driversMitchell Horne
2025-01-09enic(4): fix down/up, MTU changes and moreDoug Ambrisko
2025-01-09vmm: Fix error handling in vmm_handler()Mark Johnston
2025-01-08rtwn: announce VHT support for RTL8812AU/RTL8821AU.Adrian Chadd
2025-01-08rtwn: add VHT20/VHT40/VHT80 bandwidth configuration for transmit.Adrian Chadd
2025-01-08isp: Fix abort issue introduced by previous commitAlexander Motin
2025-01-08Revert "isp: Fix abort issue introduced by previous commit"Alexander Motin
2025-01-08isp: Fix abort issue introduced by previous commitAlexander Motin
2025-01-07rtwn: set the maximum A-MPDU size correctly for RTL8812AU/RTL8821AUAdrian Chadd
2025-01-07rtwn: don't set the RTS/CTS primary channel field for RTL8812AU/RTL8821AUAdrian Chadd
2025-01-07pci_find_cap_method(): limit number of iterations for finding a capabilityKonstantin Belousov
2025-01-07mlx5_core: Add steering support for IPsec with IPv6Ariel Ehrenberg
2025-01-05rtwn: calculate control rate for VHT rate framesAdrian Chadd
2025-01-05hda: Add patch for Framework Laptop Intel 13th genDaniel Schaefer
2025-01-03acpi: Pass the correct device to acpi_pcib_oscAndrew Turner
2025-01-03pci: Only claim to support PCI ASPM on x86Andrew Turner
2025-01-02rtwn: add forcerate flag to TX descriptor setupAdrian Chadd
2025-01-02rtwn: enable VHT if it's configured in the deviceAdrian Chadd
2025-01-02puc: Use device_delete_children if attach failsJohn Baldwin
2025-01-02mfi: Use bus_generic_detach to simplify deleting children during detachJohn Baldwin
2025-01-02Use bus_generic_detach to detach and delete child devices during detachJohn Baldwin
2025-01-02spibus: Use bus_generic_* directly instead of wrappersJohn Baldwin
2025-01-02etherswitch: Cleanup detach and delete of child devices during detachJohn Baldwin
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2025-01-02bhnd bcma/siba: Remove duplicate call to device_delete_childrenJohn Baldwin
2025-01-02siba: Use device_delete_children in siba_add_childrenJohn Baldwin
2025-01-02Check for errors from bus_generic_detach in various driversJohn Baldwin
2025-01-02csa/emu10kx: Simplify deleting child devicesJohn Baldwin
2025-01-02cgem: Cleanup detaching of child miibus deviceJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2025-01-02Remove now-redundant calls to device_delete_childJohn Baldwin
2025-01-02Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin
2025-01-02bus_generic_detach: Delete children after detaching themJohn Baldwin
2025-01-02Use device_delete_children instead of explicit calls to device_delete_childJohn Baldwin
2025-01-02Use bus_detach_children instead of bus_generic_detachJohn Baldwin
2024-12-31rtwn: fix builds on non-x86 platformsAdrian Chadd