summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-31igc: Use strict cycles for Qbv schedulingVinicius Costa Gomes1-9/+2
2022-12-31igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes3-29/+151
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+1
2022-09-08igc: Remove IGC_MDIC_INT_EN definitionSasha Neftin1-1/+0
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 Kicinski2-1/+7
2022-07-18igc: Remove forced_speed_duplex valueSasha Neftin1-2/+0
2022-07-18igc: Remove MSI-X PBA Clear registerSasha Neftin1-3/+0
2022-07-18igc: Lift TAPRIO schedule restrictionKurt Kanzenbach1-6/+17
2022-07-14igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2-1/+7
2022-06-30intel/igc:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg1-1/+0
2022-05-11igc: Change type of the 'igc_check_downshift' methodSasha Neftin2-6/+2
2022-05-11igc: Remove unused phy_type enumSasha Neftin3-18/+3
2022-05-11igc: Remove igc_set_spd_dplx methodSasha Neftin2-51/+0