summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)Author
2020-12-10igc: Add new device IDSasha Neftin
2020-11-10igc: Fix returning wrong statisticsVinicius Costa Gomes
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-28igc: Clean up nvm_info structureSasha Neftin
2020-09-28igc: Reject schedules with a base_time in the futureVinicius Costa Gomes
2020-09-28igc: Export a way to read the PTP timerVinicius Costa Gomes
2020-09-28igc: Remove reset disable flagSasha Neftin
2020-09-28igc: Save PTP time before a resetVinicius Costa Gomes
2020-09-28igc: Remove references to SYSTIMR registerVinicius Costa Gomes
2020-09-28igc: Expose LPI countersSasha Neftin
2020-09-28igc: Clean RX descriptor error flagsAndre Guedes
2020-09-28igc: Remove timeout check from ptp_tx workAndre Guedes
2020-09-28igc: Don't reschedule ptp_tx workAndre Guedes
2020-09-28igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes
2020-09-28igc: Add new device ID'sSasha Neftin
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-09igc: Fix not considering the TX delay for timestampsVinicius Costa Gomes
2020-09-09igc: Fix wrong timestamp latency numbersVinicius Costa Gomes
2020-08-26net: Take common prefetch code structure into a functionTariq Toukan
2020-08-14igc: Fix PTP initializationVinicius Costa Gomes
2020-07-27igc: Fix static checker warningSasha Neftin
2020-07-27igc: Clean up the hw_stats structureSasha Neftin
2020-07-27igc: Clean up the mac_info structureSasha Neftin
2020-07-27igc: Remove ledctl_ fields from the mac_info structureSasha Neftin
2020-07-27igc: Fix registers definitionSasha Neftin
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin
2020-07-27igc: Add Receive Descriptor Minimum Threshold Count to clear HW countersSasha Neftin
2020-07-27igc: Remove unneeded variableSasha Neftin
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin
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: Add LPI countersSasha Neftin
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes
2020-06-29igc: Clean up Rx timestamping logicAndre Guedes
2020-06-29igc: Add initial LTR supportSasha Neftin
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: Fix wrong register nameSasha Neftin
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-28igc: Fix IGC_MAX_RXNFC_RULESAndre Guedes