aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/igc
Commit message (Expand)AuthorAgeFilesLines
* igb(4): Remove disconnected SYSCTLMarius Strobl2024-01-182-11/+0
* iflib drivers: Constify PCI ID LUTsMarius Strobl2024-01-051-1/+1
* iflib: invert default restart on VLAN changesKevin Bowling2023-09-111-3/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-238-16/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2311-22/+0
* igc: sync srrctl buffer sizing with e1000Kevin Bowling2023-08-171-11/+7
* igc: Fix up hw vlan opsKevin Bowling2022-10-172-79/+19
* igc: remove unnecessary PHY ID checksMah Yock Gen2022-10-172-14/+3
* igc: Don't start in promiscious mode by defaultHubert Mazur2022-09-261-1/+1
* igc: Change default duplex settingKornel Dulęba2022-07-191-6/+6
* igc: Increase rx_buffer_size local variable to 32bKevin Bowling2022-05-201-1/+1
* igc: Update PCI IDsKevin Bowling2022-05-182-1/+3
* Default to always accepting the PHY that's present. Linux didScott Long2022-05-151-3/+1
* igc: Remove redundant IFCAP_VLAN_HWTAGGING checkKevin Bowling2022-01-301-2/+1
* net: iflib: fix vlan processing in the driversVincenzo Maffione2022-01-271-5/+3
* igc: Use hardware routine for PHY resetPeter Grehan2021-11-126-61/+5
* igc: correctly update RCTL when changing multicast filters.Peter Grehan2021-11-121-3/+3
* igc: sync igc_txrx with igb(4)Kevin Bowling2021-08-151-39/+53
* MFC 517904de5cca: igc(4): Introduce new driver for the Intel I225 Ethernet co...Peter Grehan2021-08-1519-0/+11996