aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/igc
Commit message (Expand)AuthorAgeFilesLines
* igc: Fix some issues in igc_neweitr()Mark Johnston2025-05-281-18/+22
* igc: Initialize helper variables in igc_neweitr()Mark Johnston2025-05-281-0/+1
* dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin2025-03-271-7/+3
* igc(4): Fix attach for I226-K and LMVP devicesEric Joyner2025-02-261-0/+2
* igc: Remove unused register IGC_RXD_SPC_VLAN_MASKKevin Bowling2025-02-131-1/+0
* igc.4: Add I226 and other additions to supported listKevin Bowling2024-12-031-1/+1
* igc: disable hw.igc.sbpKevin Bowling2024-11-241-2/+2
* igc: Style pass igc_txrxKevin Bowling2024-11-241-18/+27
* igc: Reflow long linesKevin Bowling2024-11-241-55/+98
* igc: Normalize indentation a bitKevin Bowling2024-11-241-147/+147
* igc: sysctl for TCP flag handling during TSOKevin Bowling2024-11-212-0/+61
* igc: Remove a bogus register write in igc_if_queues_free()Mark Johnston2024-10-261-2/+0
* igc: txrx function prototype cleanupKevin Bowling2024-10-141-17/+15
* igc: Function prototype cleanupKevin Bowling2024-10-141-43/+43
* igc: Rename 'struct adapter' to 'struct igc_softc'Kevin Bowling2024-10-143-517/+517
* igc: Add sysctls for some missing MAC statsKevin Bowling2024-10-141-0/+19
* igc: Add sysctl for DMA CoalesceKevin Bowling2024-10-141-0/+56
* igc: Want AIM at 2.5GKevin Bowling2024-10-131-1/+1
* igc: Improve a comment and update copyright datesKevin Bowling2024-10-121-2/+2
* igc: Add AIMKevin Bowling2024-10-123-7/+256
* igc: Add NVM/firmware prints and sysctlKevin Bowling2024-09-295-4/+229
* igc: Remove non-existent legacy absolute and packet timersKevin Bowling2024-09-293-173/+0
* igb(4): Remove disconnected SYSCTLMarius Strobl2024-01-092-11/+0
* iflib: invert default restart on VLAN changesKevin Bowling2023-08-241-3/+2
* iflib drivers: Constify PCI ID LUTsMarius Strobl2023-08-171-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-168-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-1611-22/+0
* igc: sync srrctl buffer sizing with e1000Kevin Bowling2023-08-101-11/+7
* igc: Increase default per-queue interrupt rate to 20000.Peter Grehan2023-07-111-1/+1
* DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits2022-12-212-9/+9
* igc: Fix up hw vlan opsKevin Bowling2022-10-102-79/+19
* igc: remove unnecessary PHY ID checksMah Yock Gen2022-10-102-14/+3
* igc: Don't start in promiscious mode by defaultHubert Mazur2022-09-191-1/+1
* igc: Change default duplex settingKornel Dulęba2022-07-011-6/+6
* igc: Increase rx_buffer_size local variable to 32bKevin Bowling2022-05-171-1/+1
* igc: Fix typo in PCI ID define usageKevin Bowling2022-05-151-1/+1
* igc: Update PCI IDsKevin Bowling2022-05-152-1/+3
* igc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* Default to always accepting the PHY that's present. Linux didScott Long2022-02-271-3/+1
* igc: Remove redundant IFCAP_VLAN_HWTAGGING checkKevin Bowling2021-12-291-2/+1
* net: iflib: fix vlan processing in the driversVincenzo Maffione2021-12-281-5/+3
* Fix 'take effect' spelling in menus and comments.betterentley2021-11-191-1/+1
* igc: Use hardware routine for PHY resetPeter Grehan2021-11-086-61/+5
* igc: correctly update RCTL when changing multicast filters.Peter Grehan2021-10-221-3/+3
* igc: sync igc_txrx with igb(4)Kevin Bowling2021-07-311-39/+53
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-07-1219-0/+11996