aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ix(4): Add EEE support for E610 adaptersKrzysztof Galazka2026-03-133-27/+112
* ixgbe: Use newly exposed RSS hash API rather than ad-hoc hashingAndrew Gallatin2025-11-221-17/+3
* ix(4): Add support for debug dump for E610 adaptersBhosale, Yogesh2025-10-103-0/+574
* ixgbe: Correct ixgbe_link_speed_to_str commentKevin Bowling2025-09-101-1/+1
* iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin2025-09-101-2/+0
* ixgbe: Remove unused function ixgbe_is_media_cage_presentYogesh Bhosale2025-09-101-34/+0
* ixgbe: Fix incomplete speed coverage in link status loggingYogesh Bhosale2025-09-091-3/+31
* ix/ixv: Add support for new Intel Ethernet E610 family devicesBhosale, Yogeshnull2025-08-1913-34/+8454
* ixgbe: fix mailbox ack handlingNorbert Ciosek2025-03-291-2/+12
* ixgbe: Fix a logic error in ixgbe_read_mailbox_vf()Kevin Lo2025-02-281-1/+1
* ixgbe: Add ixgbe_dev_from_hw() backKevin Bowling2025-02-112-0/+7
* ixgbe: x550 support for 1000BASE-BX SFP modulesKevin Bowling2025-02-111-3/+7
* ixgbe: Add support for 1000BASE-BX SFP modulesTore Amundsen2025-02-095-6/+30
* ixgbe: Style pass on FreeBSD part of driverKevin Bowling2024-11-247-610/+765
* ixgbe: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-211-0/+56
* ixgbe: Add support for 1Gbit Active DAC linksKevin Bowling2024-11-201-1/+2
* ixgbe: Add support for 1Gbit DAC linksKevin Bowling2024-11-143-2/+19
* ixv: Check cap return before MSI-X enable writeJeremiah Lott2024-10-271-5/+8
* if_ixv: fix build without NETMAPKonstantin Belousov2024-10-261-0/+2
* ixv: Dynamically size the receive packet sizeKevin Bowling2024-10-261-5/+3
* ixgbe: Switch if_sriov read/write back to ixgbe_mbx APIsKevin Bowling2024-09-291-3/+2
* ixgbe: fix misleading indentation in ixgbe_phyKevin Bowling2024-09-221-1/+1
* ixgbe: fix fw_recovery_mode calloutKevin Bowling2024-09-211-1/+1
* ixgbe: update if_sriov with ix-3.3.38 changesKevin Bowling2024-09-211-12/+28
* ixgbe: update if_ix and ixgbe api with ix-3.3.38 changesKevin Bowling2024-09-219-36/+378
* ixgbe: update ixgbe_mbx with ix-3.3.38 changesKevin Bowling2024-09-212-0/+45
* ixgbe: update ixgbe_phy with ix-3.3.38 changesKevin Bowling2024-09-211-4/+5
* ixgbe: update if_bypass to ix-3.3.38Kevin Bowling2024-09-211-13/+11
* ixgbe: update if_sriov to use the new mailbox apisKevin Bowling2024-09-211-23/+23
* ixgbe: fix compilation for VFDoug Moore2024-09-201-7/+7
* ixgbe: remove unused function prototypesChinh Cao2024-09-202-2/+0
* ixgbe: prevent PBA read over eeprom word sizeDawid Zielinski2024-09-201-1/+1
* ixgbe: improve Atom C3000 SWFW semaphore acqBarbara Skobiej2024-09-201-19/+22
* ixgbe: add missing QV definesBarbara Skobiej2024-09-201-0/+5
* ixgbe: remove circular dependency in ixgbe_mbx.hBarbara Skobiej2024-09-201-1/+1
* ixgbe: use primary and block terminologyMarcin Jurczak2024-09-203-23/+23
* ixgbe: replace implicit fall-through commentsPiotr Skajewski2024-09-203-10/+19
* ixgbe: Remove Atom C3000 HIC FW accessMarek Mical2024-09-202-78/+2
* ixgbe: add reset count field to HW structRadoslaw Tyl2024-09-201-0/+1
* ixgbe: improve function commentsRadoslaw Tyl2024-09-206-15/+16
* ixgbe: increase DCB BW calculation for MTURadoslaw Tyl2024-09-201-2/+2
* ixgbe: introduce new mailbox APIJakub Chylkowski2024-09-207-289/+699
* Revert "ixgbe: introduce new mailbox API"Kevin Bowling2024-09-206-650/+278
* ixgbe: introduce new mailbox APIJakub Chylkowski2024-09-206-278/+650
* ixgbe: correct register names to match datasheetJakub Chylkowski2024-09-193-24/+25
* ixgbe: rename VF message type macrosJakub Chylkowski2024-09-193-28/+30
* ixgbe: fix PHY ID for X550Radoslaw Tyl2024-09-192-2/+2
* ixv: fix x550 VF link speed reportedPiotr Skajewski2024-09-191-3/+3
* ixgbe: increase VF reset timeoutKevin Traynor2024-09-191-1/+1
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-3/+2