summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c
Commit message (Expand)AuthorAgeFilesLines
* igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4Star
* igc: Add flow control supportSasha Neftin2019-05-291-0/+21
* igb/igc: warn when fatal read failure happensFeng Tang2019-05-291-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-3/+448
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
| * igc: Add support for the ntuple featureSasha Neftin2019-03-191-0/+86
| * igc: Add support for statisticsSasha Neftin2019-03-191-1/+166
| * igc: Extend the ethtool supportingSasha Neftin2019-03-191-0/+145
| * igc: Add multiple receive queues control supportingSasha Neftin2019-03-191-0/+49
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0Star
|/
* 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