summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-11-29e1000: Remove old itr sysctl handlerKevin Bowling
2024-11-28hwpmc: Restore line lost in previous commitAlexander Motin
2024-11-27cxgbe(4): Update the board names of the T6 OCP cards.Navdeep Parhar
2024-11-27uart: Add primitive noise filtering on RXJustin Hibbits
2024-11-26acpica: add domain ivarKonstantin Belousov
2024-11-26acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it non-staticKonstantin Belousov
2024-11-26kern: Make fileops and filterops tables const where possibleMark Johnston
2024-11-26ena: Remove \n from sysctl descriptionZhenlei Huang
2024-11-26sound: Remove unused CHN_F_SILENCEChristos Margiolis
2024-11-26sound: Remove CHN_F_SLEEPINGChristos Margiolis
2024-11-26sound: Remove PCM_DETACHING(), SD_F_DETACHING and SD_F_DYINGChristos Margiolis
2024-11-26sound: Fix hot-unload panicsChristos Margiolis
2024-11-26sound: Fix chn_trigger() and vchan_trigger() racesChristos Margiolis
2024-11-26snd_dummy: Fix callout(9) racesChristos Margiolis
2024-11-26mlx5en: only enable to toggle offload caps if they are supportedKonstantin Belousov
2024-11-26mlx5en: move runtime capabilities checks into helper functionsKonstantin Belousov
2024-11-26hms(4): improve scroll with IICHID_SAMPLINGEdward Tomasz Napierala
2024-11-25mlx5e tls: use non-sleeping malloc flag is it was intendedGleb Smirnoff
2024-11-24igc: disable hw.igc.sbpKevin Bowling
2024-11-24e1000: Style txrxKevin Bowling
2024-11-24igc: Style pass igc_txrxKevin Bowling
2024-11-24ixgbe: Style pass on FreeBSD part of driverKevin Bowling
2024-11-23igc: Reflow long linesKevin Bowling
2024-11-23e1000: Style pass on if_emKevin Bowling
2024-11-23igc: Normalize indentation a bitKevin Bowling
2024-11-23e1000: Try auto-negotiation for fixed 100 or 10 configurationKevin Bowling
2024-11-23Add new kern.vt.slow_down tunable.Poul-Henning Kamp
2024-11-23mlx5: Fix handling of port_module_eventAriel Ehrenberg
2024-11-23mlx5en: fix the sign of mlx5e_tls_st_init() error, convert from Linux to BSDKonstantin Belousov
2024-11-23mlx5_en: style function prototypeKonstantin Belousov
2024-11-23mlx5e tls: Ensure all allocated tags have a hw context associatedAndrew Gallatin
2024-11-22efirt: Fix the TDP_EFIRT assertionMark Johnston
2024-11-22efirt: mark dynamic region executing the RT code with the TDP_EFIRT flagKonstantin Belousov
2024-11-21device_pager: user iterators to free device pagesDoug Moore
2024-11-21md: Fix linking of embedded filesystem images on aarch64John Baldwin
2024-11-21rtwn: Add device ID for TPLink RTL8192CUAugustin Cavalier
2024-11-20igc: sysctl for TCP flag handling during TSOKevin Bowling
2024-11-20e1000: sysctl for TCP flag handling during TSOMichael Tuexen
2024-11-20rtwn: change the USB TX transfers to only do one pending transfer per endpointAdrian Chadd
2024-11-20ixgbe: sysctl for TCP flag handling during TSOMichael Tuexen
2024-11-20rtsw: Break out as soon as we find we're doing the inversion workaroundWarner Losh
2024-11-19ixgbe: Add support for 1Gbit Active DAC linksKevin Bowling
2024-11-19hwpmc: Fix whitespace in logging macrosMark Johnston
2024-11-19mii_fdt: Search for the "ethernet-ports" subnodeMark Johnston
2024-11-19acpi: Handle multiple interruptsAndrew Turner
2024-11-19dpaa2: Fix kernel built with ACPI_DEBUGDmitry Salychev
2024-11-19vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin
2024-11-18uath: flush data/commands to the firmware before changing channel / stateAdrian Chadd
2024-11-18usb: fix the ID for the dual-band Wistron AR5523 USB NICAdrian Chadd
2024-11-18net80211: add IEEE80211_IS_QOS_NULL()Adrian Chadd