aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-28igc: Reject NFC rules with multiple matchesAndre Guedes1-5/+4
2020-05-28igc: Remove unused flagsSasha Neftin1-4/+0
2020-05-22igc: Remove unused descriptor's flagsSasha Neftin1-4/+0
2020-05-22igc: Remove igc_nfc_rule_exit()Andre Guedes1-14/+0
2020-05-22igc: Change adapter->nfc_rule_lock to mutexAndre Guedes3-20/+20
2020-05-22igc: Change return type from igc_disable_nfc_rule()Andre Guedes1-17/+9
2020-05-22igc: Fix NFC rule validationAndre Guedes1-3/+4
2020-05-22igc: Fix NFC rules leak when driver is unloadedAndre Guedes1-13/+16
2020-05-22igc: Refactor igc_ethtool_update_nfc_rule()Andre Guedes3-166/+195
2020-05-22igc: Fix NFC rules restorationAndre Guedes3-20/+19
2020-05-22igc: Fix NFC rules with multicast addressesAndre Guedes1-6/+0
2020-05-22igc: Fix NFC rule overwrite casesAndre Guedes1-2/+1
2020-05-22igc: Fix locking issue when retrieving NFC rulesAndre Guedes1-3/+16
2020-05-22igc: Fix 'sw_idx' type in struct igc_nfc_ruleAndre Guedes2-9/+9
2020-05-22igc: Refactor igc_ethtool_add_nfc_rule()Andre Guedes1-58/+92