aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixv: Check cap return before MSI-X enable writeJeremiah Lott2024-10-301-5/+8
* if_ixv: fix build without NETMAPKonstantin Belousov2024-10-291-0/+2
* ixv: Dynamically size the receive packet sizeKevin Bowling2024-10-291-5/+3
* ixgbe: Switch if_sriov read/write back to ixgbe_mbx APIsKevin Bowling2024-10-061-3/+2
* ixgbe: fix misleading indentation in ixgbe_phyKevin Bowling2024-09-291-1/+1
* ixgbe: fix fw_recovery_mode calloutKevin Bowling2024-09-281-1/+1
* ixgbe: update if_sriov with ix-3.3.38 changesKevin Bowling2024-09-281-12/+28
* ixgbe: update if_ix and ixgbe api with ix-3.3.38 changesKevin Bowling2024-09-289-36/+378
* ixgbe: update ixgbe_mbx with ix-3.3.38 changesKevin Bowling2024-09-282-0/+45
* ixgbe: update ixgbe_phy with ix-3.3.38 changesKevin Bowling2024-09-281-4/+5
* ixgbe: update if_bypass to ix-3.3.38Kevin Bowling2024-09-281-13/+11
* ixgbe: update if_sriov to use the new mailbox apisKevin Bowling2024-09-271-23/+23
* ixgbe: fix compilation for VFDoug Moore2024-09-271-7/+7
* ixgbe: remove unused function prototypesChinh Cao2024-09-272-2/+0
* ixgbe: prevent PBA read over eeprom word sizeDawid Zielinski2024-09-271-1/+1
* ixgbe: improve Atom C3000 SWFW semaphore acqBarbara Skobiej2024-09-271-19/+22
* ixgbe: add missing QV definesBarbara Skobiej2024-09-271-0/+5
* ixgbe: remove circular dependency in ixgbe_mbx.hBarbara Skobiej2024-09-271-1/+1
* ixgbe: use primary and block terminologyMarcin Jurczak2024-09-273-23/+23
* ixgbe: replace implicit fall-through commentsPiotr Skajewski2024-09-273-10/+19
* ixgbe: Remove Atom C3000 HIC FW accessMarek Mical2024-09-272-78/+2
* ixgbe: add reset count field to HW structRadoslaw Tyl2024-09-271-0/+1
* ixgbe: improve function commentsRadoslaw Tyl2024-09-276-15/+16
* ixgbe: increase DCB BW calculation for MTURadoslaw Tyl2024-09-271-2/+2
* ixgbe: introduce new mailbox APIJakub Chylkowski2024-09-277-289/+699
* ixgbe: correct register names to match datasheetJakub Chylkowski2024-09-263-24/+25
* ixgbe: rename VF message type macrosJakub Chylkowski2024-09-263-28/+30
* ixgbe: fix PHY ID for X550Radoslaw Tyl2024-09-262-2/+2
* ixv: fix x550 VF link speed reportedPiotr Skajewski2024-09-261-3/+3
* ixgbe: increase VF reset timeoutKevin Traynor2024-09-261-1/+1
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-3/+2
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-172-4/+4
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1639-39/+0
* ixgbe: define IXGBE_LE32_TO_CPUSKevin Bowling2023-08-142-3/+3
* ix: Fix accessing wrong registerPiotr Pietruszewski2023-08-101-2/+2
* ixgbe: Add support for 82599 LSKevin Bowling2023-08-103-0/+6
* ixgbe: Check for fw_recoveryKevin Bowling2023-08-101-0/+9
* ixv: Separate VFTA table for each interfaceYuichiro Naito2023-08-031-10/+4
* ixgbe: Warn once for unsupported SFPsKevin Bowling2023-08-031-9/+16
* ix, ixv: fix kernel buildPiotr Kubaj2023-07-112-2/+2
* ix: remove stale commentPiotr Kubaj2023-07-111-1/+0
* ix, ixv: Update link status with autonegotiated baudrate valuePiotr Pietruszewski2023-07-114-2/+38
* ixgbe: Change if condition for RSS and rxcsumPrzemyslaw Lewandowski2023-05-241-1/+1
* ixgbe: Fix typos in source code commentsIan Moffett2023-04-282-2/+2
* ixgbe(4): Filter out spurious link up indicationKrzysztof Galazka2023-02-151-2/+17
* ixgbe: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin2023-02-022-6/+0
* Mechanically convert ixgbe(4) to IfAPIJustin Hibbits2023-01-244-57/+58
* ixgbe: workaround errata about UDP frames with zero checksumAndrey V. Elsukov2022-11-101-1/+5
* ixgbe: fix software vlan handlingKristof Provost2022-08-171-1/+20