aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
AgeCommit message (Expand)Author
2023-07-27igc: Fix inserting of empty frame for launchtimeFlorian Kauer
2023-07-27igc: Fix launchtime before start of cycleFlorian Kauer
2023-07-27igc: Remove delay during TX ring configurationMuhammad Husaini Zulkifli
2023-07-27igc: Fix race condition in PTP tx codeVinicius Costa Gomes
2023-07-27igc: Enable and fix RX hash usage by netstackJesper Dangaard Brouer
2023-04-05igc: fix the validation logic for taprio's gate listAKASHI Takahiro
2023-01-14igc: Set Qbv start_time and end_time to end_time if not being configured in GCLTan Tee Min
2023-01-14igc: Lift TAPRIO schedule restrictionKurt Kanzenbach
2023-01-14igc: recalculate Qbv end_time by considering cycle timeTan Tee Min
2023-01-14igc: Add checking for basetime less than zeroMuhammad Husaini Zulkifli
2023-01-14igc: Enhance Qbv scheduling by using first flag bitVinicius Costa Gomes
2023-01-14net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean
2023-01-14net: igc: use skb_csum_is_sctp instead of protocol checkXin Long
2022-07-29igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek
2022-06-22igc: Enable PCIe PTMVinicius Costa Gomes
2022-05-25igc: Remove phy->type checkingSasha Neftin
2022-05-25igc: Remove _I_PHY_ID checkingSasha Neftin
2022-01-05igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin
2021-09-18igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin
2021-09-03igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka
2021-09-03igc: fix page fault when thunderbolt is unpluggedAaron Ma
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes
2021-03-30igc: reinit_locked() should be called with rtnl_lockSasha Neftin
2020-11-10igc: Fix returning wrong statisticsVinicius Costa Gomes
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-28igc: Reject schedules with a base_time in the futureVinicius Costa Gomes
2020-09-28igc: Save PTP time before a resetVinicius Costa Gomes
2020-09-28igc: Expose LPI countersSasha Neftin
2020-09-28igc: Clean RX descriptor error flagsAndre Guedes
2020-09-28igc: Add new device ID'sSasha Neftin
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes
2020-07-27igc: Clean up the hw_stats structureSasha Neftin
2020-07-27igc: Fix registers definitionSasha Neftin
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin
2020-07-27igc: Remove unneeded variableSasha Neftin
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin
2020-06-29igc: Refactor the igc_power_down_link()Sasha Neftin
2020-06-29igc: Remove TCP segmentation TX fail counterSasha Neftin
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes
2020-06-29igc: Add initial EEE supportSasha Neftin
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-28igc: Remove Sequence Error CounterSasha Neftin
2020-05-28igc: Add Receive Error CounterSasha Neftin
2020-05-28igc: Remove symbol error counterSasha Neftin
2020-05-22igc: Remove igc_nfc_rule_exit()Andre Guedes