summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2026-03-25igc: fix missing update of skb->tail in igc_xmit_frame()Kohei Enju1-5/+2
2025-08-28igc: fix disabling L1.2 PCI-E link substate on I226 on initValdikSS1-7/+7
2025-07-10igc: disable L1.2 PCI-E link substate to avoid performance issueVitaly Lifshits1-0/+10
2025-04-25igc: cleanup PTP module if probe failsChristopher S M Hall1-0/+1
2025-04-25igc: handle the IGC_PTP_ENABLED flag correctlyChristopher S M Hall1-0/+7
2025-04-25igc: move ktime snapshot into PTM retry loopChristopher S M Hall1-9/+9
2025-04-25igc: fix PTM cycle trigger logicChristopher S M Hall2-29/+42
2024-09-12igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-09-04igc: Fix qbv tx latency by setting gtxoffsetFaizal Rahim1-1/+1
2024-09-04igc: Fix reset adapter logics when tx mode changeFaizal Rahim1-0/+7
2024-08-29igc: Fix packet still tx after gate close by reducing i226 MAC retry bufferFaizal Rahim2-0/+40
2024-08-29igc: Correct the launchtime offsetMuhammad Husaini Zulkifli5-0/+48
2024-07-11Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-07-11igc: fix a log entry using uninitialized netdevCorinna Vinschen1-2/+3
2024-03-15igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer1-7/+6
2024-01-10igc: Fix hicredit calculationRodrigo Cataldo1-1/+1
2024-01-10igc: Check VLAN EtherType maskKurt Kanzenbach1-0/+8
2024-01-10igc: Check VLAN TCI maskKurt Kanzenbach2-3/+26
2024-01-10igc: Report VLAN EtherType matching back to userKurt Kanzenbach1-0/+6
2023-11-02igc: Fix ambiguity in the ethtool advertisingSasha Neftin1-10/+25
2023-10-25igc: Fix race condition in PTP tx codeVinicius Costa Gomes3-30/+41
2023-10-25igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli3-0/+4
2023-10-25igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli4-0/+15
2023-10-25igc: Remove reset adapter task for i226 during disable tsn configMuhammad Husaini Zulkifli3-12/+7
2023-10-25igc: enable Qbv configuration for 2nd GCLTan Tee Min3-9/+15
2023-10-25igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli5-16/+65
2023-10-06igc: Expose tx-usecs coalesce setting to userMuhammad Husaini Zulkifli1-12/+19
2023-10-06igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes1-1/+1
2023-09-19igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-08-30igc: Fix the typo in the PTM Control macroSasha Neftin1-1/+1
2023-08-23igc: read before write to SRRCTL registerSong Yoong Siang2-5/+13
2023-08-03igc: Fix Kernel Panic during ndo_tx_timeout callbackMuhammad Husaini Zulkifli1-12/+28
2023-07-27igc: Prevent garbled TX queue with XDP ZEROCOPYFlorian Kauer1-2/+2
2023-07-27igc: Avoid transmit queue timeout for XDPKurt Kanzenbach1-0/+8
2023-07-23igc: Fix inserting of empty frame for launchtimeFlorian Kauer1-1/+1
2023-07-23igc: Fix launchtime before start of cycleFlorian Kauer1-1/+1
2023-07-23igc: Handle PPS start time programming for past time valuesAravindhan Gunasekaran1-3/+22
2023-07-23igc: set TP bit in 'supported' and 'advertising' fields of ethtool_link_ksett...Prasad Koya1-0/+2
2023-07-23igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli1-1/+0
2023-07-19igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer2-4/+55
2023-06-21igc: Fix possible system crash when loading moduleVinicius Costa Gomes1-0/+3
2023-06-21igc: Clean the TX buffer and TX descriptor ringMuhammad Husaini Zulkifli1-1/+8
2023-03-30igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-02-14igc: Add ndo_tx_timeout supportSasha Neftin1-2/+23
2023-02-09igc: return an error if the mac type is unknown in igc_ptp_systim_to_hwtstamp()Tom Rix1-5/+9
2023-01-18igc: Fix PPS delta between two synchronized end-pointsChristopher S Hall2-4/+8
2022-12-31igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min1-1/+13
2022-12-31igc: recalculate Qbv end_time by considering cycle timeTan Tee Min1-0/+15
2022-12-31igc: allow BaseTime 0 enrollment for QbvTan Tee Min3-1/+4
2022-12-31igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3