aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2026-08-24xsk: honor XDP_TX_METADATA in zero-copy pathStanislav Fomichev1-1/+2
2026-08-17net: add READ_ONCE()/WRITE_ONCE() annotations for dev->num_tcEric Dumazet1-1/+1
2026-08-17net: prevent torn reads in netdev_tc_txqEric Dumazet1-2/+4
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2026-08-06igc: fix netdev not re-attached after resume if interface is downPhilipp David1-3/+5
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev1-1/+1
2026-08-03xsk: pass TX metadata pointer by referenceStanislav Fomichev1-1/+1
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2026-07-30net: intel: remove conditional return with no effectSang-Heon Jeon1-5/+1
2026-07-28igc: remove napi_synchronize() in igc_down()David Carlier1-2/+1
2026-07-01igc: add support for forcing link speed without autonegotiationFaizal Rahim8-49/+218
2026-07-01igc: replace goto out with direct returns in igc_config_fc_after_link_up()Faizal Rahim1-8/+7
2026-07-01igc: move autoneg-enabled settings into igc_handle_autoneg_enabled()Faizal Rahim1-28/+44
2026-07-01igc: remove unused autoneg_failed fieldFaizal Rahim2-16/+1
2026-07-01igc: allow configuring RSS key via ethtool set_rxfhKohei Enju1-13/+17
2026-07-01igc: expose RSS key via ethtool get_rxfhKohei Enju1-4/+13
2026-07-01igc: prepare for RSS key get/set supportKohei Enju3-4/+27
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-24/+24
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-06-15Merge tag 'timers-ptp-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+4
2026-06-13igc: fix typos in commentsMaximilian Pezzullo2-3/+3
2026-06-13igc: use napi_schedule_irqoff() instead of napi_schedule()Daiki Harada1-3/+3
2026-06-09igc: skip RX timestamp header for frame preemption verificationKhaiWenTan1-1/+1
2026-06-04igc: Use provided clock ID for history snapshotThomas Gleixner2-1/+4
2026-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+8
2026-05-18igc: fix potential skb leak in igc_fpe_xmit_smd_frame()Kohei Enju1-1/+7
2026-05-18igc: set tx buffer type for SMD framesKohei Enju1-0/+1
2026-05-12net: Consistently define pci_device_ids using named initializersUwe Kleine-König (The Capable Hub)1-17/+17
2026-04-15Merge tag 'pci-v7.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-1/+1
2026-03-17igc: fix page fault in XDP TX timestamps handlingZdenek Bouska3-0/+42
2026-03-17igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2026-03-03igc: Fix trigger of incorrect irq in igc_xsk_wakeup functionVivek Behera2-11/+26
2026-02-24PCI/PTM: Drop pci_enable_ptm() granularity parameterMika Westerberg1-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-6/+5
2026-01-13igc: Reduce TSN TX packet buffer from 7KB to 5KB per queueChwee-Lin Choong1-2/+3
2026-01-13igc: fix race condition in TX timestamp read for register 0Chwee-Lin Choong1-18/+25
2026-01-13igc: Restore default Qbv schedule when changing channelsKurt Kanzenbach2-2/+7
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-2/+0
2025-11-26igc: extract GRXRINGS from .get_rxnfcBreno Leitao1-3/+8
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner1-2/+0
2025-10-28igc: use EOPNOTSUPP instead of ENOTSUPP in igc_ethtool_get_sset_count()Kohei Enju1-1/+1
2025-10-28igc: power up the PHY before the link testKohei Enju1-0/+3
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+10
2025-09-16igc: don't fail igc_probe() on LED setup errorKohei Enju2-3/+10
2025-09-03igc: drop unnecessary constant casts to u16Jacek Kowalski2-3/+3
2025-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+7
2025-08-20igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS1-7/+7