summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
Commit message (Expand)AuthorAgeFilesLines
* igc: Use struct_size() helperGustavo A. R. Silva2019-02-091-5/+4Star
* igc: Add ethtool supportSasha Neftin2019-02-068-18/+1169
* igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin2019-02-061-17/+1Star
* igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin2019-02-061-14/+1Star
* igc: Remove unneeded codeSasha Neftin2019-02-061-21/+1Star
* igc: Remove unused codeSasha Neftin2019-02-061-22/+0Star
* igc: Fix code redundancySasha Neftin2019-02-063-22/+2Star
* igc: Remove unreachable code from igc_phy.c fileSasha Neftin2019-02-061-8/+0Star
* igc: Remove obsolete IGC_ERR defineSasha Neftin2018-11-212-3/+1Star
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* igc: Clean up codeSasha Neftin2018-11-072-24/+0Star
* igc: Tidy up some white spaceDan Carpenter2018-11-071-5/+5
* igc: fix error return handling from call to netif_set_real_num_tx_queuesColin Ian King2018-11-071-1/+1
* igc: Remove set but not used variable 'pci_using_dac'YueHaibing2018-11-071-4/+1Star
* igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing2018-11-071-8/+0Star
* intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
* igc: Add watchdogSasha Neftin2018-10-174-0/+256
* igc: Add setup link functionalitySasha Neftin2018-10-178-0/+717
* igc: Add code for PHY supportSasha Neftin2018-10-1712-1/+820
* igc: Add NVM supportSasha Neftin2018-10-1713-3/+949
* igc: Add HW initialization codeSasha Neftin2018-10-1710-1/+819
* igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin2018-10-174-44/+1205
* igc: Add support for Tx/Rx ringsSasha Neftin2018-10-178-1/+1172
* igc: Add interrupt supportSasha Neftin2018-10-174-0/+1267
* igc: Add netdevSasha Neftin2018-10-174-1/+534
* igc: Add support for PFSasha Neftin2018-10-179-1/+442
* igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin2018-10-174-0/+195