aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: Correct ixgbe_link_speed_to_str commentKevin Bowling2025-09-121-1/+1
* ixgbe: Fix incomplete speed coverage in link status loggingYogesh Bhosale2025-09-121-3/+31
* ixgbe: fix mailbox ack handlingNorbert Ciosek2025-04-051-2/+12
* ixgbe: Fix a logic error in ixgbe_read_mailbox_vf()Kevin Lo2025-03-031-1/+1
* ixgbe: x550 support for 1000BASE-BX SFP modulesKevin Bowling2025-02-181-3/+7
* ixgbe: Add support for 1000BASE-BX SFP modulesTore Amundsen2025-02-165-6/+30
* ixgbe: Add ixgbe_dev_from_hw() backKevin Bowling2025-02-142-0/+7
* ix, ixv: fix kernel buildPiotr Kubaj2024-11-272-2/+2
* ix: remove stale commentPiotr Kubaj2024-11-271-1/+0
* ix, ixv: Update link status with autonegotiated baudrate valuePiotr Pietruszewski2024-11-274-2/+38
* ixgbe: Do not count L3/L4 checksum errors as input errorsAndrew Gallatin2024-11-272-8/+2
* ixgbe: Style pass on FreeBSD part of driverKevin Bowling2024-11-277-616/+790
* ixgbe: sysctl for TCP flag handling during TSOMichael Tuexen2024-11-241-0/+56
* ixgbe: Add support for 1Gbit Active DAC linksKevin Bowling2024-11-231-1/+2
* ixgbe: Add support for 1Gbit DAC linksKevin Bowling2024-11-213-2/+19
* 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 drivers: Constify PCI ID LUTsMarius Strobl2024-01-052-4/+4
* iflib: invert default restart on VLAN changesKevin Bowling2023-09-111-3/+2
* ixgbe: define IXGBE_LE32_TO_CPUSKevin Bowling2023-08-252-3/+3
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-2339-39/+0
* ixgbe: Check for fw_recoveryKevin Bowling2023-08-171-0/+9