summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc
AgeCommit message (Expand)AuthorFilesLines
2021-02-04igc: Remove unused local receiver maskSasha Neftin1-1/+0
2021-02-04igc: Prefer strscpy over strlcpySasha Neftin1-1/+1
2021-02-04igc: Expose the gPHY firmware versionSasha Neftin5-3/+28
2021-02-04igc: Expose the NVM versionSasha Neftin3-2/+17
2021-02-04igc: Add Host Good Packets Transmitted CountSasha Neftin1-0/+1
2021-02-04igc: Remove MULR mask defineSasha Neftin1-1/+0
2021-02-04igc: Remove igc_set_fw_version commentSasha Neftin1-1/+0
2021-02-04igc: Clean up nvm_operations structureSasha Neftin1-1/+0
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+4
2021-02-01igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-01igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-01igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+18
2021-01-27igc: fix link speed advertisingCorinna Vinschen1-6/+18
2021-01-20net: igc: use skb_csum_is_sctp instead of protocol checkXin Long1-13/+1
2020-12-11igc: Add new device IDSasha Neftin3-0/+3
2020-11-11igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-29igc: Clean up nvm_info structureSasha Neftin1-3/+0
2020-09-29igc: Reject schedules with a base_time in the futureVinicius Costa Gomes1-2/+23
2020-09-29igc: Export a way to read the PTP timerVinicius Costa Gomes2-4/+4
2020-09-29igc: Remove reset disable flagSasha Neftin1-1/+0
2020-09-29igc: Save PTP time before a resetVinicius Costa Gomes3-3/+29
2020-09-29igc: Remove references to SYSTIMR registerVinicius Costa Gomes1-10/+2
2020-09-29igc: Expose LPI countersSasha Neftin3-0/+7
2020-09-29igc: Clean RX descriptor error flagsAndre Guedes2-16/+3
2020-09-29igc: Remove timeout check from ptp_tx workAndre Guedes1-6/+0
2020-09-29igc: Don't reschedule ptp_tx workAndre Guedes1-5/+4
2020-09-29igc: Rename IGC_TSYNCTXCTL_VALID macroAndre Guedes2-2/+2
2020-09-29igc: Add new device ID'sSasha Neftin3-0/+15
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2-3/+3
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-12/+27
2020-09-10igc: Fix not considering the TX delay for timestampsVinicius Costa Gomes1-0/+19
2020-09-10igc: Fix wrong timestamp latency numbersVinicius Costa Gomes1-12/+8
2020-08-27net: 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-30igc: Remove checking media type during MAC initializationSasha Neftin1-5/+3
2020-06-30igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-30igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-30igc: Remove TCP segmentation TX fail counterSasha Neftin3-3/+0
2020-06-30igc: Add LPI countersSasha Neftin2-0/+4