History log of /freebsd/sys/dev/igc/if_igc.c (Results 26 – 30 of 30)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 48a1a6be 16-May-2022 Kevin Bowling <kbowling@FreeBSD.org>

igc: Fix typo in PCI ID define usage

Reported by: jenkins
Fixes: bf0aa72f1f59 igc: Update PCI IDs
MFC after: 3 days


# bf0aa72f 16-May-2022 Kevin Bowling <kbowling@FreeBSD.org>

igc: Update PCI IDs

I226-K PCI ID got clarified by intel. Add a new I226 ID while here.

Approved by: grehan
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D35218


Revision tags: release/13.1.0
# 05a86e7c 20-Apr-2022 John Baldwin <jhb@FreeBSD.org>

igc: Remove unused devclass argument to DRIVER_MODULE.


Revision tags: release/12.3.0
# 5a3eb620 11-Oct-2021 Peter Grehan <grehan@FreeBSD.org>

igc: correctly update RCTL when changing multicast filters.

Fix clearing of bits in RCTL for the non-bpf/non-allmulti case.
Update RCTL after modifying the multicast filter registers as per
the Linu

igc: correctly update RCTL when changing multicast filters.

Fix clearing of bits in RCTL for the non-bpf/non-allmulti case.
Update RCTL after modifying the multicast filter registers as per
the Linux driver.

This fixes LACP on igc interfaces, where incoming LACP multicasti
control packets were being dropped.

Reviewed by: kbowling
Obtained from: Rubicon Communications, LLC ("Netgate")
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D32574

show more ...


# 517904de 12-Jul-2021 Peter Grehan <grehan@FreeBSD.org>

igc(4): Introduce new driver for the Intel I225 Ethernet controller.

This controller supports 2.5G/1G/100MB/10MB speeds, and allows
tx/rx checksum offload, TSO, LRO, and multi-queue operation.

The

igc(4): Introduce new driver for the Intel I225 Ethernet controller.

This controller supports 2.5G/1G/100MB/10MB speeds, and allows
tx/rx checksum offload, TSO, LRO, and multi-queue operation.

The driver was derived from code contributed by Intel, and modified
by Netgate to fit into the iflib framework.

Thanks to Mike Karels for testing and feedback on the driver.

Reviewed by: bcr (manpages), kbowling, scottl, erj
MFC after: 1 month
Relnotes: yes
Sponsored by: Rubicon Communications, LLC ("Netgate")
Differential Revision: https://reviews.freebsd.org/D30668

show more ...


12