summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorLines
2026-03-03igc: Fix trigger of incorrect irq in igc_xsk_wakeup functionVivek Behera-11/+26
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-6/+5
2026-01-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach-2/+7
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2025-11-26igc: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+8
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-2/+0
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju-1/+1
2025-10-28igc: power up the PHY before the link testKohei Enju-0/+3
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+10
2025-09-16igc: don't fail igc_probe() on LED setup errorKohei Enju-3/+10
2025-09-03igc: drop unnecessary constant casts to u16Jacek Kowalski-3/+3
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+7
2025-08-20igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS-7/+7
2025-08-18eth: intel: use vmalloc_array() to simplify codeQianfeng Rong-4/+4
2025-07-25net: Fix typosBjorn Helgaas-1/+1
2025-07-18igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang-3/+49
2025-07-18igc: Relocate RSS field definitions to igc_defines.hSong Yoong Siang-4/+3
2025-07-07Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-41/+25
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-0/+10
2025-07-03igc: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-41/+25
2025-07-01igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits-0/+10
2025-06-19igc: Make the const read-only array supported_sizes staticColin Ian King-1/+1
2025-06-17Merge branch 'intel-next-queue-1GbE'Paolo Abeni-43/+189
2025-06-16eth: igc: migrate to new RXFH callbacksJakub Kicinski-8/+10
2025-06-11igc: add preemptible queue support in mqprioFaizal Rahim-7/+12
2025-06-11igc: add preemptible queue support in taprioFaizal Rahim-3/+100
2025-06-11igc: add private flag to reverse TX queue priority in TSN modeFaizal Rahim-4/+15
2025-06-11igc: assign highest TX queue number as highest priority in mqprioFaizal Rahim-13/+42
2025-06-11igc: refactor TXDCTL macros to use FIELD_PREP and GEN_MASKFaizal Rahim-9/+12
2025-06-11igc: add DCTL prefix to related macrosFaizal Rahim-12/+12
2025-06-11igc: move TXDCTL and RXDCTL related macrosFaizal Rahim-9/+10
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+4
2025-05-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski-41/+21
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2025-04-29igc: Change Tx mode for MQPRIO offloadingKurt Kanzenbach-20/+4
2025-04-29igc: Limit netdev_tc calls to MQPRIOKurt Kanzenbach-21/+17
2025-04-29igc: fix lock order in igc_ptp_resetJacob Keller-2/+4
2025-04-18igc: add support to get frame preemption statistics via ethtoolFaizal Rahim-0/+57
2025-04-18igc: add support to get MAC Merge data via ethtoolFaizal Rahim-0/+15
2025-04-18igc: block setting preemptible traffic class in taprioFaizal Rahim-0/+4
2025-04-18igc: add support to set tx-min-frag-sizeFaizal Rahim-3/+44
2025-04-18igc: add support for frame preemption verificationFaizal Rahim-5/+285
2025-04-18igc: set the RX packet buffer size for TSN modeFaizal Rahim-0/+32
2025-04-18igc: use FIELD_PREP and GENMASK for existing RX packet buffer sizeFaizal Rahim-3/+14
2025-04-18igc: optimize TX packet buffer utilization for TSN modeFaizal Rahim-2/+2