summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2022-01-05igc: Fix TX timestamp support for non-MSI-X platformsJames McLaughlin1-0/+6
2021-12-22igc: Fix typo in i225 LTR functionsSasha Neftin1-1/+1
2021-09-18igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-09-03igc: Use num_tx_queues when iterating over tx_ring queueToshiki Nishioka1-2/+2
2021-09-03igc: fix page fault when thunderbolt is unpluggedAaron Ma2-14/+21
2021-07-28igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-28igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-28igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-03-30igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2-33/+41
2021-03-30igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli1-0/+3
2021-03-30igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli1-3/+1
2021-03-30igc: reinit_locked() should be called with rtnl_lockSasha Neftin1-0/+9
2021-02-10igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-02-10igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-10igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-03igc: fix link speed advertisingCorinna Vinschen1-6/+18
2020-11-10igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-28igc: Clean up nvm_info structureSasha Neftin1-3/+0
2020-09-28igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-28igc: Export a way to read the PTP timerVinicius Costa Gomes2-4/+4
2020-09-28igc: Remove reset disable flagSasha Neftin1-1/+0
2020-09-28igc: Save PTP time before a resetVinicius Costa Gomes3-3/+29
2020-09-28igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-28igc: Expose LPI countersSasha Neftin3-0/+7
2020-09-28igc: Clean RX descriptor error flagsAndre Guedes2-16/+3
2020-09-28igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-28igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-28igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes2-2/+2
2020-09-28igc: Add new device ID'sSasha Neftin3-0/+15
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-12/+27
2020-09-09igc: Fix not considering the TX delay for timestampsVinicius Costa Gomes1-0/+19
2020-09-09igc: Fix wrong timestamp latency numbersVinicius Costa Gomes1-12/+8
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan1-8/+2
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes2-5/+2
2020-07-27igc: Fix static checker warningSasha Neftin1-1/+1
2020-07-27igc: Clean up the hw_stats structureSasha Neftin4-13/+0
2020-07-27igc: Clean up the mac_info structureSasha Neftin1-5/+0
2020-07-27igc: Remove ledctl_ fields from the mac_info structureSasha Neftin1-3/+0
2020-07-27igc: Fix registers definitionSasha Neftin4-20/+0
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin4-5/+0
2020-07-27igc: Add Receive Descriptor Minimum Threshold Count to clear HW countersSasha Neftin1-0/+1
2020-07-27igc: Remove unneeded variableSasha Neftin4-5/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher2-15/+6
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin1-5/+3
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-29igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-29igc: Remove TCP segmentation TX fail counterSasha Neftin3-3/+0
2020-06-29igc: Add LPI countersSasha Neftin2-0/+4