summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_base.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18igc: field get conversionJesse Brandeburg1-4/+2
2023-01-03igc: remove I226 Qbv BaseTime restrictionMuhammad Husaini Zulkifli1-0/+29
2022-05-11igc: Remove unused phy_type enumSasha Neftin1-2/+0
2021-10-29igc: Change Device Reset to Port ResetSasha Neftin1-1/+1
2021-10-29igc: Add new device IDSasha Neftin1-0/+1
2021-10-29igc: Remove media type checking on the PHY initializationSasha Neftin1-5/+0
2021-07-21igc: Remove _I_PHY_ID checkingSasha Neftin1-9/+1
2020-12-11igc: Add new device IDSasha Neftin1-0/+1
2020-09-29igc: Add new device ID'sSasha Neftin1-0/+5
2020-05-19igc: Use netdev log helpers in igc_base.cAndre Guedes1-3/+3
2020-04-19igc: Add new device IDs for i225 partSasha Neftin1-0/+3
2020-01-17igc: Add SKU for i225 deviceSasha Neftin1-0/+1
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin1-0/+3
2019-07-24igc: Update the MAC reset flowSasha Neftin1-1/+1
2019-05-29igc: Remove the obsolete workaroundSasha Neftin1-49/+0
2019-02-06igc: Add ethtool supportSasha Neftin1-0/+1
2019-02-06igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin1-17/+1
2019-02-06igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin1-14/+1
2019-02-06igc: Remove unneeded codeSasha Neftin1-21/+1
2019-02-06igc: Fix code redundancySasha Neftin1-18/+2
2018-11-07igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing1-8/+0
2018-10-17igc: Add setup link functionalitySasha Neftin1-0/+40
2018-10-17igc: Add code for PHY supportSasha Neftin1-0/+122
2018-10-17igc: Add NVM supportSasha Neftin1-0/+109
2018-10-17igc: Add HW initialization codeSasha Neftin1-0/+187
2018-10-17igc: Add support for Tx/Rx ringsSasha Neftin1-0/+83