aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-21igc: Remove obsolete IGC_ERR defineSasha Neftin1-1/+1
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-11-07igc: Clean up codeSasha Neftin1-15/+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-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-10-17igc: Add watchdogSasha Neftin1-0/+232
2018-10-17igc: Add setup link functionalitySasha Neftin1-0/+30
2018-10-17igc: Add code for PHY supportSasha Neftin1-0/+11
2018-10-17igc: Add NVM supportSasha Neftin1-2/+18
2018-10-17igc: Add HW initialization codeSasha Neftin1-0/+21
2018-10-17igc: Add transmit and receive fastpath and interrupt handlersSasha Neftin1-44/+1079
2018-10-17igc: Add support for Tx/Rx ringsSasha Neftin1-0/+827
2018-10-17igc: Add interrupt supportSasha Neftin1-0/+1016
2018-10-17igc: Add netdevSasha Neftin1-1/+470
2018-10-17igc: Add support for PFSasha Neftin1-0/+98
2018-10-17igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller supportSasha Neftin1-0/+146