summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_base.c
Commit message (Expand)AuthorAgeFilesLines
* igc: field get conversionJesse Brandeburg2023-12-181-4/+2
* igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli2023-01-031-0/+29
* igc: Remove unused phy_type enumSasha Neftin2022-05-101-2/+0
* igc: Change Device Reset to Port ResetSasha Neftin2021-10-291-1/+1
* igc: Add new device IDSasha Neftin2021-10-291-0/+1
* igc: Remove media type checking on the PHY initializationSasha Neftin2021-10-291-5/+0
* igc: Remove _I_PHY_ID checkingSasha Neftin2021-07-201-9/+1
* igc: Add new device IDSasha Neftin2020-12-101-0/+1
* igc: Add new device ID'sSasha Neftin2020-09-281-0/+5
* igc: Use netdev log helpers in igc_base.cAndre Guedes2020-05-181-3/+3
* igc: Add new device IDs for i225 partSasha Neftin2020-04-191-0/+3
* igc: Add SKU for i225 deviceSasha Neftin2020-01-171-0/+1
* igc: Add more SKUs for i225 deviceSasha Neftin2019-07-241-0/+3
* igc: Update the MAC reset flowSasha Neftin2019-07-241-1/+1
* igc: Remove the obsolete workaroundSasha Neftin2019-05-281-49/+0
* igc: Add ethtool supportSasha Neftin2019-02-051-0/+1
* igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin2019-02-051-17/+1
* igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin2019-02-051-14/+1
* igc: Remove unneeded codeSasha Neftin2019-02-051-21/+1
* igc: Fix code redundancySasha Neftin2019-02-051-18/+2
* igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing2018-11-071-8/+0
* igc: Add setup link functionalitySasha Neftin2018-10-171-0/+40
* igc: Add code for PHY supportSasha Neftin2018-10-171-0/+122
* igc: Add NVM supportSasha Neftin2018-10-171-0/+109
* igc: Add HW initialization codeSasha Neftin2018-10-171-0/+187
* igc: Add support for Tx/Rx ringsSasha Neftin2018-10-171-0/+83