aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Add support for 1Gbit Active DAC linksKevin Bowling2024-11-201-1/+2
* hwpmc: Fix whitespace in logging macrosMark Johnston2024-11-191-66/+70
* mii_fdt: Search for the "ethernet-ports" subnodeMark Johnston2024-11-191-0/+2
* acpi: Handle multiple interruptsAndrew Turner2024-11-191-9/+18
* dpaa2: Fix kernel built with ACPI_DEBUGDmitry Salychev2024-11-191-0/+4
* vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin2024-11-191-16/+2
* uath: flush data/commands to the firmware before changing channel / stateAdrian Chadd2024-11-191-0/+4
* usb: fix the ID for the dual-band Wistron AR5523 USB NICAdrian Chadd2024-11-192-1/+3
* net80211: add IEEE80211_IS_QOS_NULL()Adrian Chadd2024-11-191-2/+2
* hidraw(4): update hgd_actlen in HIDRAW_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-6/+7
* uhid(4): update ugd_actlen in USB_GET_REPORT ioctlMatthew Nygard Dodd2024-11-181-1/+3
* net80211: migrate FC0_TYPE_MASK / FC0_SUBTYPE_MASK frame type checks to macrosAdrian Chadd2024-11-1715-75/+21
* riscv: Allwinner D1 clock and reset driverJulien Cassette2024-11-161-0/+1062
* gpiospi: Fix module dependencies.Dag-Erling Smørgrav2024-11-151-2/+2
* ixgbe: Add support for 1Gbit DAC linksKevin Bowling2024-11-143-2/+19
* mlx5en: improve reporting of kernel TLS, IPSEC offload, and ratelimit capsKonstantin Belousov2024-11-131-5/+17
* qlnx: Convert recent changes to IfAPIJustin Hibbits2024-11-131-10/+14
* bnxt: Use IfAPI accessors where ableJustin Hibbits2024-11-133-7/+7
* pci_user.c: Cosmetic fixesJohn Baldwin2024-11-131-14/+14
* nvmf: Track SQ flow controlJohn Baldwin2024-11-113-5/+37
* nvmf: Schedule requests across multiple I/O queuesJohn Baldwin2024-11-112-5/+5
* usb: Add support for Brainboxes USB-to-Serial adaptersHajimu UMEMOTO2024-11-112-0/+36
* usb: fix loop in usb_config_parseEd Maste2024-11-111-0/+1
* sound: Include ai2s and davbus for PowerPCJose Luis Duran2024-11-101-0/+6
* nvme: Pass malloc flags to request allocation functionsMark Johnston2024-11-095-49/+63
* ig4(4): Add Meteor Lake PCI IDsAustin Shafer2024-11-091-0/+4
* iichid(4): Do not power down opened device in attach handlerVladimir Kondratyev2024-11-091-2/+6
* Use the correct idle routine on recent AMD EPYC serversAndrew Gallatin2024-11-081-2/+7
* rtwn: ensure TX work isn't scheduled during reset / abortAdrian Chadd2024-11-081-0/+5
* ukbd: Enable ukbd_apple_swap for all Apple ISO keyboardsFrank Hilgendorf2024-11-072-6/+108
* e1000: Improve igb(4) SFP supportKevin Bowling2024-11-071-19/+21
* gve: Fix TX livelockShailend Chand2024-11-065-26/+95
* gve: Add DQO QPL supportShailend Chand2024-11-0611-146/+981
* gve: Add DQO RDA supportShailend Chand2024-11-0612-138/+2410
* vmm: Add a device file interface for creating and destroying VMsMark Johnston2024-11-052-2/+93
* hifn/safe: Remove dummy calls to bus_generic_detachJohn Baldwin2024-11-052-3/+0
* Remove bogus detach routinesJohn Baldwin2024-11-052-2/+0
* dpaa2_mc: Check for error the first time bus_generic_detach is calledJohn Baldwin2024-11-051-5/+3
* Check for errors when detaching children first, not lastJohn Baldwin2024-11-056-6/+35
* Use bus_generic_detach directly instead of a wrapperJohn Baldwin2024-11-053-25/+3
* nvmf: Fix an off by one error when scanning active namespace IDsJohn Baldwin2024-11-051-2/+2
* sound: Include snd_cmi only for i386 and amd64Jose Luis Duran2024-11-041-0/+2
* ice(4): properly use kernel option RSSBrian Poole2024-11-042-8/+11
* iommu: eliminate iommu_free_ctx()Konstantin Belousov2024-11-031-2/+8
* sound: Remove unused pcm_channel->data fieldsChristos Margiolis2024-11-031-2/+0
* sound: Make device registration more intuitiveChristos Margiolis2024-11-0328-156/+146
* sound: Remove early SD_F_SIMPLEX and SD_F_AUTOVCHAN assignmentsChristos Margiolis2024-11-031-8/+2
* sound: Move sndstat_register() call to pcm_setstatus()Christos Margiolis2024-11-031-2/+1
* sound: Move sysctl and /dev/dspX creation to pcm_setstatus()Christos Margiolis2024-11-031-11/+11
* sound: Retire pcm_veto_loadChristos Margiolis2024-11-033-12/+4