summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* igc: Use struct_size() helperGustavo A. R. Silva2019-02-091-5/+4Star
* igc: Add ethtool supportSasha Neftin2019-02-061-15/+94
* igc: Remove obsolete IGC_ERR defineSasha Neftin2018-11-211-1/+1
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* igc: Clean up codeSasha Neftin2018-11-071-15/+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
* intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
* igc: Add watchdogSasha Neftin2018-10-171-0/+232
* igc: Add setup link functionalitySasha Neftin2018-10-171-0/+30
* igc: Add code for PHY supportSasha Neftin2018-10-171-0/+11
* igc: Add NVM supportSasha Neftin2018-10-171-2/+18
* igc: Add HW initialization codeSasha Neftin2018-10-171-0/+21
* igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin2018-10-171-44/+1079
* igc: Add support for Tx/Rx ringsSasha Neftin2018-10-171-0/+827
* igc: Add interrupt supportSasha Neftin2018-10-171-0/+1016
* igc: Add netdevSasha Neftin2018-10-171-1/+470
* igc: Add support for PFSasha Neftin2018-10-171-0/+98
* igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin2018-10-171-0/+146