aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28igc: Remove the obsolete workaroundSasha Neftin1-49/+0
2019-02-05igc: Add ethtool supportSasha Neftin1-0/+1
2019-02-05igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin1-17/+1
2019-02-05igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin1-14/+1
2019-02-05igc: Remove unneeded codeSasha Neftin1-21/+1
2019-02-05igc: 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