summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc
Commit message (Expand)AuthorAgeFilesLines
* igb/igc: use ktime accessors for skb->tstampJacob Keller2019-11-081-2/+2
* igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul2019-10-311-1/+2
* igc: Add tx_csum offload functionalitySasha Neftin2019-09-094-0/+114
* igc: Remove unneeded PCI bus definesSasha Neftin2019-09-091-4/+0
* igc: Add NVM checksum validationSasha Neftin2019-09-091-0/+9
* igc: Remove useless forward declarationSasha Neftin2019-09-092-136/+129
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-221-2/+1
* igc: Add more SKUs for i225 deviceSasha Neftin2019-07-243-0/+9
* igc: Update the MAC reset flowSasha Neftin2019-07-242-2/+2
* igc: Remove the unused field from a device specification structureSasha Neftin2019-07-241-5/+0
* igc: Remove the polarity field from a PHY information structureSasha Neftin2019-07-241-6/+0
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+3
* igc: Prefer pcie_capability_read_word()Frederick Lawler2019-07-211-8/+4
* igc: Cleanup the redundant codeSasha Neftin2019-05-281-20/+3
* igc: Add flow control supportSasha Neftin2019-05-282-0/+24
* igc: Remove the obsolete workaroundSasha Neftin2019-05-282-58/+3
* igc: Clean up unused pointersSasha Neftin2019-05-281-3/+0
* igc: Fix double definitionsSasha Neftin2019-05-281-3/+0
* igb/igc: warn when fatal read failure happensFeng Tang2019-05-281-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-076-12/+1383
|\
| * 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-011-1/+1
| * igc: Remove unneeded hw_dbg printsSasha Neftin2019-03-191-4/+0
| * igc: Fix the typo in igc_base.h header definitionSasha Neftin2019-03-191-2/+2
| * igc: Add support for the ntuple featureSasha Neftin2019-03-192-0/+89
| * igc: Add support for statisticsSasha Neftin2019-03-193-1/+403
| * igc: Extend the ethtool supportingSasha Neftin2019-03-195-3/+814
| * igc: Add multiple receive queues control supportingSasha Neftin2019-03-194-0/+73
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* igc: Use struct_size() helperGustavo A. R. Silva2019-02-081-5/+4
* igc: Add ethtool supportSasha Neftin2019-02-058-18/+1169
* igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin2019-02-051-17/+1
* igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin2019-02-051-14/+1
* igc: Remove unneeded codeSasha Neftin2019-02-051-21/+1
* igc: Remove unused codeSasha Neftin2019-02-051-22/+0
* igc: Fix code redundancySasha Neftin2019-02-053-22/+2
* igc: Remove unreachable code from igc_phy.c fileSasha Neftin2019-02-051-8/+0
* igc: Remove obsolete IGC_ERR defineSasha Neftin2018-11-212-3/+1
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+6
* igc: Clean up codeSasha Neftin2018-11-072-24/+0
* 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/+1
* igc: Remove set but not used variables 'ctrl_ext, link_mode'YueHaibing2018-11-071-8/+0
* 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
OpenPOWER on IntegriCloud