aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Leave run-state publication to iflib during FDIR recoveryKevin Bowling3 days1-3/+0
* ixgbe: Pause firmware recovery polling in low powerKevin Bowling3 days2-5/+35
* iflib: Own queue quiescence during power transitionsKevin Bowling3 days1-17/+22
* ixgbe: Report SR-IOV VF statusKevin Bowling8 days4-3/+110
* ixgbe: Correct Wake-on-LAN configurationKevin Bowling11 days3-162/+215
* ixv: Wire iflib suspend and resume methodsKevin Bowling12 days1-0/+2
* ixgbe: Probe additional controller variantsKevin Bowling2026-08-231-0/+12
* ix(4): Sanitize negative error codesSobczyk, Pawel2026-08-181-4/+19
* ix(4): Remove workaround for 2.5/5G speeds on E610Krzysztof Galazka2026-08-171-23/+12
* 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
* iflib: Complete registration failure cleanupKevin Bowling2026-08-141-0/+2
* 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
* ixgbe: Add led(4) identification supportKevin Bowling2026-08-122-0/+56
* ixgbe: Avoid a signed shift while assembling the PHY IDKevin Bowling2026-08-111-1/+1
* ixgbe: Use unsigned register bitmap shiftsKevin Bowling2026-08-113-14/+14
* ixgbe: Avoid signed overflow in LED register masksKevin Bowling2026-08-111-1/+1
* ixgbe: Avoid a signed shift while assembling the PBA numberKevin Bowling2026-08-111-1/+1
* ixgbe: Avoid a signed multicast bitmap shiftKevin Bowling2026-08-111-1/+1
* net: Revert the ioctl SR-IOV VF status interfaceKevin Bowling2026-08-103-92/+0
* ixgbe: Report the management packet drop counterKevin Bowling2026-08-101-1/+1
* ixgbe: Recognize production X550 PHY IDsKevin Bowling2026-08-101-0/+2
* ixgbe: Preserve the full VF RSS domain in the shared RETAKevin Bowling2026-08-101-5/+17
* ixgbe: Add 10GBase-BX BiDi SFP+ module supportKevin Bowling2026-08-106-5/+81
* ixgbe: Expose EEE LPI event countersKevin Bowling2026-08-102-0/+20
* ixv: Report multigigabit link speedsKevin Bowling2026-08-101-4/+14
* ixgbe: Compare flow control against requested modeKevin Bowling2026-08-101-1/+1
* ixgbe: Validate EEPROM checksum section boundsKevin Bowling2026-08-101-3/+13
* ixgbe: Restore missed packet accountingKevin Bowling2026-08-101-4/+10
* ixgbe: Preserve VF jumbo frame size across PF resetsKevin Bowling2026-08-102-4/+9
* ixgbe: Enable PF RSS across queues with SR-IOVKevin Bowling2026-08-101-1/+15
* ixv: Recover when the PF mailbox is unavailableKevin Bowling2026-08-102-25/+232
* ixgbe: Add missing mailbox API 1.6 definitionKevin Bowling2026-08-091-0/+1
* ixgbe: Report SR-IOV VF statusKevin Bowling2026-08-093-0/+92
* ixv: Negotiate VF queue-set limitsKevin Bowling2026-08-081-9/+61
* ix/ixv: Match Tx writeback thresholds to iflibKevin Bowling2026-08-083-8/+14
* ixv: Advertise SCTP checksum offloadKevin Bowling2026-08-081-1/+2
* ixv: Remove unused loader tunablesKevin Bowling2026-08-081-17/+0
* ixgbe: Reject Flow Director with SR-IOVKevin Bowling2026-08-081-0/+5
* iflib: Add sysctl stat for TX watchdog reset eventsKevin Bowling2026-08-083-5/+0
* ixgbe: Drain events for inactive VFsKevin Bowling2026-08-081-58/+59
* ixgbe: Handle deferred link-status requestsKevin Bowling2026-08-081-50/+83
* ixv: Tolerate temporary PF mailbox unavailabilityKevin Bowling2026-08-081-28/+49
* ixgbe: Quiesce VFs across PF resetKevin Bowling2026-08-073-2/+45