summaryrefslogtreecommitdiff
path: root/sys/dev/igc
AgeCommit message (Expand)Author
2025-11-22igc: use newly exposed RSS hash key API rather than ad-hoc hashingAndrew Gallatin
2025-10-31igc(4): Fix a typo in a sysctl descriptionGordon Bergling
2025-09-10iflib: report output drops and handle ENOBUFS properlyAndrew Gallatin
2025-05-28igc: Fix some issues in igc_neweitr()Mark Johnston
2025-05-28igc: Initialize helper variables in igc_neweitr()Mark Johnston
2025-03-27dev: Use recently added improvements to PME# support to simplify driversJohn Baldwin
2025-02-26igc(4): Fix attach for I226-K and LMVP devicesEric Joyner
2025-02-13igc: Remove unused register IGC_RXD_SPC_VLAN_MASKKevin Bowling
2024-12-02igc.4: Add I226 and other additions to supported listKevin Bowling
2024-11-24igc: disable hw.igc.sbpKevin Bowling
2024-11-24igc: Style pass igc_txrxKevin Bowling
2024-11-23igc: Reflow long linesKevin Bowling
2024-11-23igc: Normalize indentation a bitKevin Bowling
2024-11-20igc: sysctl for TCP flag handling during TSOKevin Bowling
2024-10-26igc: Remove a bogus register write in igc_if_queues_free()Mark Johnston
2024-10-14igc: txrx function prototype cleanupKevin Bowling
2024-10-14igc: Function prototype cleanupKevin Bowling
2024-10-14igc: Rename 'struct adapter' to 'struct igc_softc'Kevin Bowling
2024-10-14igc: Add sysctls for some missing MAC statsKevin Bowling
2024-10-14igc: Add sysctl for DMA CoalesceKevin Bowling
2024-10-12igc: Want AIM at 2.5GKevin Bowling
2024-10-12igc: Improve a comment and update copyright datesKevin Bowling
2024-10-12igc: Add AIMKevin Bowling
2024-09-29igc: Add NVM/firmware prints and sysctlKevin Bowling
2024-09-28igc: Remove non-existent legacy absolute and packet timersKevin Bowling
2024-01-09igb(4): Remove disconnected SYSCTLMarius Strobl
2023-08-24iflib: invert default restart on VLAN changesKevin Bowling
2023-08-17iflib drivers: Constify PCI ID LUTsMarius Strobl
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-08-10igc: sync srrctl buffer sizing with e1000Kevin Bowling
2023-07-11igc: Increase default per-queue interrupt rate to 20000.Peter Grehan
2022-12-21DrvAPI: Trivial mechanical conversions for various driversJustin Hibbits
2022-10-10igc: Fix up hw vlan opsKevin Bowling
2022-10-10igc: remove unnecessary PHY ID checksMah Yock Gen
2022-09-19igc: Don't start in promiscious mode by defaultHubert Mazur
2022-07-01igc: Change default duplex settingKornel Dulęba
2022-05-16igc: Increase rx_buffer_size local variable to 32bKevin Bowling
2022-05-15igc: Fix typo in PCI ID define usageKevin Bowling
2022-05-15igc: Update PCI IDsKevin Bowling
2022-05-06igc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2022-02-26Default to always accepting the PHY that's present. Linux didScott Long
2021-12-29igc: Remove redundant IFCAP_VLAN_HWTAGGING checkKevin Bowling
2021-12-28net: iflib: fix vlan processing in the driversVincenzo Maffione
2021-11-18Fix 'take effect' spelling in menus and comments.betterentley
2021-11-08igc: Use hardware routine for PHY resetPeter Grehan
2021-10-22igc: correctly update RCTL when changing multicast filters.Peter Grehan
2021-07-31igc: sync igc_txrx with igb(4)Kevin Bowling
2021-07-12igc(4): Introduce new driver for the Intel I225 Ethernet controller.Peter Grehan