aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000
Commit message (Expand)AuthorAgeFilesLines
* igbv: Recover disabled Hyper-V transmit queuesHEADmainKevin Bowling4 min.1-0/+35
* igbv: Support Hyper-V virtual functionsKevin Bowling81 min.3-5/+191
* e1000: Express TSO restart policy without OACTIVEKevin Bowling25 hours1-10/+6
* iflib: Use the framework run-state accessor in driversKevin Bowling26 hours2-14/+5
* e1000: Fence DMA when hardware reset failsKevin Bowling9 days1-1/+3
* igb: Report SR-IOV VF statusKevin Bowling10 days3-0/+70
* igbv: Fence DMA while sanitizing retained queuesKevin Bowling2026-08-313-2/+87
* e1000: Configure PCH low-power link modes for suspendKevin Bowling2026-08-311-0/+60
* e1000: Rework Wake-on-LAN policy and programmingKevin Bowling2026-08-315-144/+502
* e1000: Recover from igb(4) controller DEV_RSTKevin Bowling2026-08-293-18/+283
* e1000: Correct igb(4) DMA coalescing register programmingKevin Bowling2026-08-293-26/+50
* e1000: Report corrected LAN management FIFO ECC errorsKevin Bowling2026-08-293-1/+15
* e1000: Handle I354 internal memory errorsKevin Bowling2026-08-292-43/+50
* e1000: Serialize 82579 CSR writes with the Management EngineKevin Bowling2026-08-243-7/+82
* igb: Report 82580 memory ECC errorsKevin Bowling2026-08-233-12/+58
* e1000: Recover from 82580 memory errorsKevin Bowling2026-08-234-21/+207
* e1000: Limit the TSO sentinel to lem(4) controllersKevin Bowling2026-08-221-2/+6
* e1000: Report 82571 packet buffer ECC errorsKevin Bowling2026-08-201-7/+47
* e1000: Recover from the 82574 PHY hangKevin Bowling2026-08-162-1/+25
* 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
* e1000: Fix the multiqueue debug register dumpKevin Bowling2026-08-121-5/+4
* e1000: Identify SerDes adapters with LED blinkKevin Bowling2026-08-121-1/+4
* e1000: Avoid signed shifts while assembling PHY IDsKevin Bowling2026-08-113-3/+3
* e1000: Avoid a signed manageability VLAN bitmap shiftKevin Bowling2026-08-111-1/+1
* e1000: Preserve errors while disabling D0 LPLUKevin Bowling2026-08-111-0/+2
* igbv: Accept reset NACKs when no MAC is assignedKevin Bowling2026-08-111-6/+21
* e1000: Verify i210 and i211 multicast table writesKevin Bowling2026-08-111-0/+33
* e1000: Avoid a signed multicast bitmap shiftKevin Bowling2026-08-111-1/+1
* e1000: fix data type in MAC hashBarbara Skobiej2026-08-112-4/+8
* e1000: fix MAC address hash bit shiftAleksandr Loktionov2026-08-112-4/+4
* e1000: fix reset for 82580Barbara Skobiej2026-08-111-2/+4
* e1000: Export EEE Low Power Idle countersKevin Bowling2026-08-111-0/+28
* e1000: add LPI countersSasha Neftin2026-08-112-0/+4
* e1000: fix unchecked returnDima Ruinskiy2026-08-111-0/+2
* e1000: Check PHY control register readsKevin Bowling2026-08-111-3/+17
* e1000: Allow more time for PCH ULP exitKevin Bowling2026-08-111-4/+1
* e1000: Compare decoded PCH LTR latenciesKevin Bowling2026-08-111-2/+4
* e1000: Reconfigure modern PCH K1 clock synchronizationKevin Bowling2026-08-112-4/+85
* e1000: Retry transient MDIC failures on modern PCHKevin Bowling2026-08-114-79/+148