summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-12-31rtwn: print out the firmware file being loadedAdrian Chadd
2024-12-31rtwn: add rtwn_ctl_vhtrate(), some cleanupsAdrian Chadd
2024-12-31rtwn: only set INIRATE if we're not doing firmware rate control.Adrian Chadd
2024-12-31rtwn: enable periodic TX reporting support on RTL8188EU NICs.Adrian Chadd
2024-12-31rtwn: add support for register IO debuggingAdrian Chadd
2024-12-31uart: Add support for Brainboxes / Intashield serial cards.Yoshihiro Takahashi
2024-12-30rtwn: remove SEQ_SEL, replace with a QOS bitAdrian Chadd
2024-12-30nvmf: Switch several ioctls to using nvlistsJohn Baldwin
2024-12-28pci: avoid accidental clobbering of regs on some fdt platformsKyle Evans
2024-12-28ocs_fc: print instance_index value rather than pointer itself in ocs_cam.cFuqian Huang
2024-12-28nvmft: Fix typo in error message if an I/O queue fails to handoffJohn Baldwin
2024-12-28sound(4): Fix a typo in a source code commentGordon Bergling
2024-12-28isci(4): Fix a typo in a source code commentGordon Bergling
2024-12-27rtwn: make sure RCR_APPFCS stays set in monitor mode / mode changes.Adrian Chadd
2024-12-27bhnd: Fix a few use after frees when releasing resourcesGavin Atkinson
2024-12-25efirt: use correct ABI for runtime EFI functionsAhmad Khalifa
2024-12-23acpi_ibm: pass brightness events to evdev(4)Gleb Smirnoff
2024-12-23hwpmc_x86: Fix NULL deref when loading on unsupported hardwareBojan Novković
2024-12-22hid: Correctly handle signed/unsigned quantities in kernel HID parser.Vladimir Kondratyev
2024-12-20rtwn: create a new HAL routine for enabling STA mode beacon processingAdrian Chadd
2024-12-20sdhci: add missing bus_add_child DEVMETHOD.Bjoern A. Zeeb
2024-12-19rtwn: bring the r92c rate control setup selection in line with tx descriptorsAdrian Chadd
2024-12-19rtwn: disable a workaround introduced earlier for RTL8192CU TX performanceAdrian Chadd
2024-12-19rtwn: add a default OFDM / CCK rate for self-generated framesAdrian Chadd
2024-12-19rtwn: set the shortgi flag in the RTL8192C rate control setup messageAdrian Chadd
2024-12-19Revert "ixl: fix multicast filters handling"Franco Fichtner
2024-12-19mlx5: Eliminate the use of mlx5_rule_fwd_actionSlava Shwartsman
2024-12-18rtwn: add SGI flag for the rate control messageAdrian Chadd
2024-12-18rtwn: update rtwn_get_rates() to separate out the CCK/OFDM and HT ratesAdrian Chadd
2024-12-18rtwn: bump up the RX USB buffersAdrian Chadd
2024-12-18ath_rate_sample: correct the "best rate" calculationAdrian Chadd
2024-12-18rtwn: try enforcing net80211 regulatory / txpower limits for 11n chipsAdrian Chadd
2024-12-18rtwn: refactor out the TX power register power dump, condense outputAdrian Chadd
2024-12-18rtwn: add APIs for setting transmit powerAdrian Chadd
2024-12-18rtwn: add tx power training for RTL8812/RTL8821Adrian Chadd
2024-12-17ofw: Fix inverted bcmp in ofw_bus_node_status_okayJessica Clarke
2024-12-16Add StarFive JH7110's STG clocksJari Sihvola
2024-12-16jh7110: Add sys clocks for STG & PCIEJari Sihvola
2024-12-16xen/netfront: use iflladdr_event to send ARPsGleb Smirnoff
2024-12-16mlx5_core: fix "no space" error on sriov enablementAriel Ehrenberg
2024-12-16mlx5_core: fix panic on sriov enablementAriel Ehrenberg
2024-12-15hwpmc_x86: Register interrupt handler using the dynamic NMI registration inte...Bojan Novković
2024-12-15x86: Allow sharing of perfomance counter interruptsBojan Novković
2024-12-13rtwn: add a register value for R92C_FPGA0_POWER_SAVE, and other bitsAdrian Chadd
2024-12-13rtwn: update RTL8812AU/RTL8821AU receive path to include VHT infoAdrian Chadd
2024-12-13rtwn: add RTL8812/RTL8821 VHT80 channel programming, spur managementAdrian Chadd
2024-12-13vmm: Initialize error in vmmdev_rwJohn Baldwin
2024-12-12pci_host_generic:Add pcib_request_feature on ACPIAndrew Turner
2024-12-12pci_host_generic: Support ACPI_IVAR_HANDLEAndrew Turner
2024-12-12pci: Make generic_pcie_read_ivar non staticAndrew Turner