aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/igc/if_igc.c
Commit message (Expand)AuthorAgeFilesLines
* igc: Function prototype cleanupKevin Bowling3 days1-43/+43
* igc: Rename 'struct adapter' to 'struct igc_softc'Kevin Bowling3 days1-485/+485
* igc: Add sysctls for some missing MAC statsKevin Bowling3 days1-0/+19
* igc: Add sysctl for DMA CoalesceKevin Bowling3 days1-0/+56
* igc: Want AIM at 2.5GKevin Bowling5 days1-1/+1
* igc: Add AIMKevin Bowling6 days1-5/+227
* igc: Add NVM/firmware prints and sysctlKevin Bowling2024-09-291-0/+104
* igc: Remove non-existent legacy absolute and packet timersKevin Bowling2024-09-291-109/+0
* igb(4): Remove disconnected SYSCTLMarius Strobl2024-01-091-9/+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-161-2/+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-211-8/+8
* igc: Fix up hw vlan opsKevin Bowling2022-10-101-70/+19
* 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-151-0/+1
* igc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-061-2/+1
* igc: correctly update RCTL when changing multicast filters.Peter Grehan2021-10-221-3/+3
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-07-121-0/+2984