aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* clk: Initial support for the SpacemiT K1 clock control unitsBojan Novković2026-08-164-0/+869
* aq(4): arm PHY thermal shutdown only where a sensor existsNick Price2026-08-162-4/+9
* aq(4): probe the D100 device IDNick Price2026-08-161-0/+2
* e1000: Recover from the 82574 PHY hangKevin Bowling2026-08-162-1/+25
* igc: Propagate hardware initialization failuresKevin Bowling2026-08-161-24/+38
* e1000: Propagate hardware initialization failuresKevin Bowling2026-08-161-12/+34
* igb: Reinitialize through iflib after media changesKevin Bowling2026-08-161-6/+3
* e1000: Report 82575 memory ECC errorsKevin Bowling2026-08-161-3/+45
* e1000: Recover from 82575 memory errorsKevin Bowling2026-08-163-18/+97
* e1000: Report 82576 memory ECC errorsKevin Bowling2026-08-164-0/+96
* e1000: Recover from 82576 memory errorsKevin Bowling2026-08-163-12/+112
* e1000: Report corrected I350 ECC errorsKevin Bowling2026-08-164-0/+91
* e1000: Recover from I350 memory errorsKevin Bowling2026-08-164-42/+136
* e1000: Report corrected I210 and I211 ECC errorsKevin Bowling2026-08-162-0/+43
* e1000: Recover from I210 and I211 memory errorsKevin Bowling2026-08-164-27/+254
* e1000: Report PCH packet buffer ECC statisticsKevin Bowling2026-08-162-0/+38
* e1000: Recover from PCH packet buffer ECC errorsKevin Bowling2026-08-162-5/+102
* ixgbe: Correct the PFVFRSSRK index range commentKevin Bowling2026-08-161-1/+1
* ixgbe: Enable per-pool RSS on X550 family devicesKevin Bowling2026-08-161-20/+69
* ixv: Preserve statistics across resetsKevin Bowling2026-08-162-78/+50
* ixgbe: Enable SR-IOV on E610 PFsKevin Bowling2026-08-164-3/+63
* ixv: Support E610 mailbox API 1.6Kevin Bowling2026-08-165-5/+127
* ixv: Reject unsupported E610 Hyper-V VFsKevin Bowling2026-08-162-2/+13
* pci: Export pcie_flr_supported()Kevin Bowling2026-08-162-7/+25
* iflib: Complete registration failure cleanupKevin Bowling2026-08-145-10/+24
* pci: Do not reconcile MPS across PCI domainsKevin Bowling2026-08-141-0/+14
* clknode_if.m: fix two typosMitchell Horne2026-08-141-2/+2
* bnxt: Add led(4) identification supportKevin Bowling2026-08-134-1/+163
* thunderbolt: Explicitly read NHI ISR0 register to clear itAymeric Wibo2026-08-131-0/+16
* thunderbolt: Reset controllersAymeric Wibo2026-08-122-0/+67
* thunderbolt: Get NHI version number from capsAymeric Wibo2026-08-123-9/+35
* igc: Report corrected internal ECC errorsKevin Bowling2026-08-122-0/+43
* igc: Recover from fatal internal memory errorsKevin Bowling2026-08-124-12/+258
* ixgbe: Defer E610 thermal shutdown to iflibKevin Bowling2026-08-122-5/+15
* ixgbe: Defer firmware recovery transitions to iflibKevin Bowling2026-08-121-4/+12
* ixgbe: Defer ECC recovery to iflibKevin Bowling2026-08-123-14/+42
* ixl: Add led(4) identification supportKevin Bowling2026-08-123-1/+84
* ixgbe: Add led(4) identification supportKevin Bowling2026-08-122-0/+56
* igc: Remove invalid debug ring pointer iterationKevin Bowling2026-08-121-4/+2
* e1000: Fix the multiqueue debug register dumpKevin Bowling2026-08-121-5/+4
* e1000: Identify SerDes adapters with LED blinkKevin Bowling2026-08-121-1/+4
* igc: Add led(4) identification supportKevin Bowling2026-08-123-4/+52
* snd_uaudio: Define USB IDs in usbdevsChristos Margiolis2026-08-112-67/+120
* ixgbe: Avoid a signed shift while assembling the PHY IDKevin Bowling2026-08-111-1/+1
* igc: Avoid a signed shift while assembling the PHY IDKevin Bowling2026-08-111-1/+1
* e1000: Avoid signed shifts while assembling PHY IDsKevin Bowling2026-08-113-3/+3
* igc: Export EEE Low Power Idle countersKevin Bowling2026-08-111-2/+10
* ixl: Avoid a signed PHY capability shiftKevin Bowling2026-08-111-1/+1
* e1000: Avoid a signed manageability VLAN bitmap shiftKevin Bowling2026-08-111-1/+1
* ixgbe: Use unsigned register bitmap shiftsKevin Bowling2026-08-113-14/+14