aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva1-5/+4
2019-02-05igc: Add ethtool supportSasha Neftin8-18/+1169
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: Remove unused codeSasha Neftin1-22/+0
2019-02-05igc: Fix code redundancySasha Neftin3-22/+2
2019-02-05igc: Remove unreachable code from igc_phy.c fileSasha Neftin1-8/+0
2018-11-21igc: Remove obsolete IGC_ERR defineSasha Neftin2-3/+1
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-11-07igc: Clean up codeSasha Neftin2-24/+0
2018-11-07igc: Tidy up some white spaceDan Carpenter1-5/+5
2018-11-07igc: fix error return handling from call to netif_set_real_num_tx_queuesColin Ian King1-1/+1
2018-11-07igc: Remove set but not used variable 'pci_using_dac'YueHaibing1-4/+1
2018-11-07igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing1-8/+0
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-10-17igc: Add watchdogSasha Neftin4-0/+256
2018-10-17igc: Add setup link functionalitySasha Neftin8-0/+717
2018-10-17igc: Add code for PHY supportSasha Neftin12-1/+820
2018-10-17igc: Add NVM supportSasha Neftin13-3/+949
2018-10-17igc: Add HW initialization codeSasha Neftin10-1/+819
2018-10-17igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin4-44/+1205
2018-10-17igc: Add support for Tx/Rx ringsSasha Neftin8-1/+1172
2018-10-17igc: Add interrupt supportSasha Neftin4-0/+1267
2018-10-17igc: Add netdevSasha Neftin4-1/+534
2018-10-17igc: Add support for PFSasha Neftin9-1/+442
2018-10-17igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin4-0/+195