aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* dpaa: Enable checksum offloading for IPv4 and IPv6Justin Hibbits9 days6-29/+216
* dpaa: Migrate from NCSW base to a home-grown driverJustin Hibbits9 days36-3074/+5946
* iicbus/rtc: Add driver for the Ricoh rs5c372 RTCJustin Hibbits9 days1-0/+182
* vt_core: don't draw the splash if a panic occurredAhmad Khalifa9 days1-0/+3
* amdsmu: Add Krackan Point supportTom Jones11 days3-31/+92
* mfi(4)/mrsas(4): Set sysctl name for driver versions consistentlyMichael Osipov12 days2-6/+4
* sound: Retire unused snddev_info->bufszChristos Margiolis12 days2-10/+0
* fix typos in rtsx.c comments: freqency and wichFelipe Matarazzo12 days1-2/+2
* snd_uaudio: Support Roland UA-33Christos Margiolis12 days3-0/+12
* dev/ichsmb: disable block buffer if supportedCorvin Köhne12 days4-0/+78
* asmc: replace hardcoded model table with universal probingAbdelkader Boudih13 days2-1583/+543
* iicmux: Return the right error codesJustin Hibbits13 days1-3/+3
* netmap: check for possible out-of-bound write with optionsVincenzo Maffione13 days1-0/+1
* hwpmc: Add extra_mask sysctls per counter typeAndre Silva2026-04-282-4/+39
* hwpmc: Add IBS capability control policyAndre Silva2026-04-284-9/+165
* hwpmc_ibs: Add external error handlingAndre Silva2026-04-281-3/+8
* bnxt_en: Address review comments for core SR-IOV supportChandrakanth Patil2026-04-284-19/+19
* bnxt_en: VF ring reservation, HWRM registration, and PF-only operation guardsChandrakanth Patil2026-04-286-21/+121
* bnxt_en: Re-enable SR-IOV after firmware resetChandrakanth Patil2026-04-282-0/+13
* bnxt_en: Add per-VF trust, spoof-check and promiscuous controlsChandrakanth Patil2026-04-282-3/+270
* bnxt_en: Add VF forwarded HWRM request handlingChandrakanth Patil2026-04-282-0/+200
* bnxt_en: Add VF load path and PF/VF context differentiationChandrakanth Patil2026-04-284-70/+292
* bnxt_en: Add core SR-IOV infrastructureChandrakanth Patil2026-04-284-28/+631
* ena: Update driver version to v2.8.3Arthur Kiyanovski2026-04-271-1/+1
* ena: Report RX overrun errorsDavid Arinzon2026-04-273-0/+8
* qcom_tlmm: add i2c pull up strength config optionAdrian Chadd2026-04-273-0/+7
* qcom_tlmm: extend the IPQ4018 pinmux function mask to 4 bitsAdrian Chadd2026-04-271-1/+1
* qcom_tlmm: prepare for supporting multiple TLMM platformsAdrian Chadd2026-04-275-168/+334
* virtio_net: Use bus_dma for command/ack buffersSarah Walker2026-04-272-58/+284
* virtio_net: Use bus_dma for rxq/txq buffersSarah Walker2026-04-272-17/+268
* vtnet: remove loader tunable fixup_needs_csumTimo Völker2026-04-261-66/+12
* vt_core: make sure the driver's functions existAhmad Khalifa2026-04-251-25/+34
* vt_core: delay the shutdown splash event handlerAhmad Khalifa2026-04-251-1/+1
* ena: Budget rx descriptors, not packetsColin Percival2026-04-242-5/+12
* ena: Adjust ena_[rt]x_cleanup to return boolColin Percival2026-04-241-14/+12
* speaker(4): move static data to textRaphael 'kena' Poss2026-04-241-2/+2
* Revert "speaker(4): move static data to bss"Warner Losh2026-04-241-2/+2
* speaker(4): enable concurrent opens from different threadsRaphael 'kena' Poss2026-04-241-100/+125
* speaker(4): move static data to bssRaphael 'kena' Poss2026-04-241-2/+2
* speaker(4): one ioctl / write at a timeRaphael 'kena' Poss2026-04-241-6/+25
* speaker(4): make spkropen thread-safeRaphael 'kena' Poss2026-04-241-5/+4
* speaker(4): drop NEEDGIANTRaphael Poss2026-04-241-3/+1
* speaker(4): Update outdated commentsRaphael Poss2026-04-241-4/+10
* pmc: Implement the feature bits for recent Zen 4/5Ali Mashtizadeh2026-04-242-9/+18
* VM_PAGE_TO_DMAP: Wrapper macro to return direct map address for a pageJohn Baldwin2026-04-233-8/+4
* PHYS_TO_DMAP: Return a void * instead of a vm_offset_tJohn Baldwin2026-04-235-11/+12
* pmap_map: Use void * for the return value instead of vm_offset_tJohn Baldwin2026-04-231-1/+1
* kva_alloc/free: Use void * instead of vm_offset_tJohn Baldwin2026-04-239-25/+24
* gve: Convert a couple of structure members from vm_offset_t to char *John Baldwin2026-04-233-10/+10
* pmap_qenter/qremove: Use void * instead of vm_offset_tJohn Baldwin2026-04-236-26/+25