aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/igc
Commit message (Expand)AuthorAgeFilesLines
* igc: Fix up hw vlan opsKevin Bowling2022-10-172-79/+19
* igc: remove unnecessary PHY ID checksMah Yock Gen2022-10-172-14/+3
* 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-136-61/+5
* igc: correctly update RCTL when changing multicast filters.Peter Grehan2021-11-131-3/+3
* igc: sync igc_txrx with igb(4)Kevin Bowling2021-08-231-39/+53
* igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan2021-08-2319-0/+11996