summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2020-12-10igc: Add new device IDSasha Neftin3-0/+3
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
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes5-58/+5
2020-06-29igc: Add initial LTR supportSasha Neftin5-0/+139
2020-06-29igc: Add initial EEE supportSasha Neftin8-0/+189
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher3-8/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds16-1161/+1753
2020-05-28igc: Fix wrong register nameSasha Neftin2-2/+2
2020-05-28igc: Remove Sequence Error CounterSasha Neftin3-3/+0
2020-05-28igc: Add Receive Error CounterSasha Neftin3-0/+3
2020-05-28igc: Remove symbol error counterSasha Neftin3-3/+0
2020-05-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes1-1/+4