aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igc/igc_base.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18igc: field get conversionGravatar Jesse Brandeburg 1-4/+2
2023-01-03igc: remove I226 Qbv BaseTime restrictionGravatar Muhammad Husaini Zulkifli 1-0/+29
2022-05-10igc: Remove unused phy_type enumGravatar Sasha Neftin 1-2/+0
2021-10-29igc: Change Device Reset to Port ResetGravatar Sasha Neftin 1-1/+1
2021-10-29igc: Add new device IDGravatar Sasha Neftin 1-0/+1
2021-10-29igc: Remove media type checking on the PHY initializationGravatar Sasha Neftin 1-5/+0
2021-07-20igc: Remove _I_PHY_ID checkingGravatar Sasha Neftin 1-9/+1
2020-12-10igc: Add new device IDGravatar Sasha Neftin 1-0/+1
2020-09-28igc: Add new device ID'sGravatar Sasha Neftin 1-0/+5
2020-05-18igc: Use netdev log helpers in igc_base.cGravatar Andre Guedes 1-3/+3
2020-04-19igc: Add new device IDs for i225 partGravatar Sasha Neftin 1-0/+3
2020-01-17igc: Add SKU for i225 deviceGravatar Sasha Neftin 1-0/+1
2019-07-24igc: Add more SKUs for i225 deviceGravatar Sasha Neftin 1-0/+3
2019-07-24igc: Update the MAC reset flowGravatar Sasha Neftin 1-1/+1
2019-05-28igc: Remove the obsolete workaroundGravatar Sasha Neftin 1-49/+0
2019-02-05igc: Add ethtool supportGravatar Sasha Neftin 1-0/+1
2019-02-05igc: Remove the 'igc_get_phy_id_base' methodGravatar Sasha Neftin 1-17/+1
2019-02-05igc: Remove the 'igc_read_mac_addr_base' methodGravatar Sasha Neftin 1-14/+1
2019-02-05igc: Remove unneeded codeGravatar Sasha Neftin 1-21/+1
2019-02-05igc: Fix code redundancyGravatar Sasha Neftin 1-18/+2
2018-11-07igc: Remove set but not used variables 'ctrl_ext, link_mode'Gravatar YueHaibing 1-8/+0
2018-10-17igc: Add setup link functionalityGravatar Sasha Neftin 1-0/+40
2018-10-17igc: Add code for PHY supportGravatar Sasha Neftin 1-0/+122
2018-10-17igc: Add NVM supportGravatar Sasha Neftin 1-0/+109
2018-10-17igc: Add HW initialization codeGravatar Sasha Neftin 1-0/+187
2018-10-17igc: Add support for Tx/Rx ringsGravatar Sasha Neftin 1-0/+83