summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)AuthorFilesLines
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
2024-09-12igc: Unlock on error in igc_io_resume()Dan Carpenter1-0/+1
2024-08-29igc: Correct the launchtime offsetMuhammad Husaini Zulkifli1-0/+7
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
2023-10-25igc: Fix race condition in PTP tx codeVinicius Costa Gomes1-3/+6
2023-10-25igc: Add condition for qbv_config_change_errors counterMuhammad Husaini Zulkifli1-0/+2
2023-10-25igc: Add qbv_config_change_errors counterMuhammad Husaini Zulkifli1-0/+1
2023-10-25igc: Remove reset adapter task for i226 during disable tsn configMuhammad Husaini Zulkifli1-3/+3
2023-10-25igc: enable Qbv configuration for 2nd GCLTan Tee Min1-4/+5
2023-10-25igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli1-1/+4
2023-10-06igc: Fix infinite initialization loop with early XDP redirectVinicius Costa Gomes1-1/+1
2023-08-23igc: read before write to SRRCTL registerSong Yoong Siang1-2/+5
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: Remove delay during TX ring configurationMuhammad Husaini Zulkifli1-1/+0
2023-07-19igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer1-4/+27
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
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 Min1-0/+2
2022-12-31igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli1-0/+3
2022-12-31igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes1-29/+147
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-08-19igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-45/+83
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-07-18igc: Lift TAPRIO schedule restrictionKurt Kanzenbach1-6/+17
2022-07-14igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek1-0/+3
2022-05-11igc: Remove igc_set_spd_dplx methodSasha Neftin1-50/+0
2022-02-08igc: avoid kernel warning when changing RX ring parametersCorinna Vinschen1-0/+3
2022-01-31igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skbAlexander Lobakin1-6/+7
2022-01-27igc: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+6
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+6
2021-12-28igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-28igc: switch to napi_build_skb()Alexander Lobakin1-1/+1
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-11-30igc: enable XDP metadata in driverJesper Dangaard Brouer1-11/+22
2021-11-30igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASSJesper Dangaard Brouer1-1/+3
2021-10-29igc: Add new device IDSasha Neftin1-0/+1
2021-10-05ethernet: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski1-2/+2