aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller1-2/+2
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-3/+2
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-10-31igb/igc: Don't warn on fatal read failures when the device is removedLyude Paul1-1/+2
2019-10-21igc: Clean up unused shadow_vfta pointerSasha Neftin2-2/+0
2019-10-21igc: Add Rx checksum supportSasha Neftin2-1/+47
2019-10-21igc: Add set_rx_mode supportSasha Neftin5-0/+291
2019-10-21igc: Add SCTP CRC checksumming functionalitySasha Neftin1-0/+1
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin4-0/+114
2019-09-09igc: Remove unneeded PCI bus definesSasha Neftin1-4/+0
2019-09-09igc: Add NVM checksum validationSasha Neftin1-0/+9
2019-09-09igc: Remove useless forward declarationSasha Neftin2-136/+129
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin3-0/+9
2019-07-24igc: Update the MAC reset flowSasha Neftin2-2/+2
2019-07-24igc: Remove the unused field from a device specification structureSasha Neftin1-5/+0
2019-07-24igc: Remove the polarity field from a PHY information structureSasha Neftin1-6/+0
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+3
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler1-8/+4
2019-05-28igc: Cleanup the redundant codeSasha Neftin1-20/+3
2019-05-28igc: Add flow control supportSasha Neftin2-0/+24
2019-05-28igc: Remove the obsolete workaroundSasha Neftin2-58/+3
2019-05-28igc: Clean up unused pointersSasha Neftin1-3/+0
2019-05-28igc: Fix double definitionsSasha Neftin1-3/+0
2019-05-28igb/igc: warn when fatal read failure happensFeng Tang1-0/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-12/+1383
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-19igc: Remove unneeded hw_dbg printsSasha Neftin1-4/+0
2019-03-19igc: Fix the typo in igc_base.h header definitionSasha Neftin1-2/+2
2019-03-19igc: Add support for the ntuple featureSasha Neftin2-0/+89
2019-03-19igc: Add support for statisticsSasha Neftin3-1/+403
2019-03-19igc: Extend the ethtool supportingSasha Neftin5-3/+814
2019-03-19igc: Add multiple receive queues control supportingSasha Neftin4-0/+73
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva1-5/+4
2019-02-05igc: Add ethtool supportSasha Neftin8-18/+1169
2019-02-05igc: Remove the 'igc_get_phy_id_base' methodSasha Neftin1-17/+1
2019-02-05igc: Remove the 'igc_read_mac_addr_base' methodSasha Neftin1-14/+1
2019-02-05igc: Remove unneeded codeSasha Neftin1-21/+1
2019-02-05igc: Remove unused codeSasha Neftin1-22/+0
2019-02-05igc: Fix code redundancySasha Neftin3-22/+2
2019-02-05igc: Remove unreachable code from igc_phy.c fileSasha Neftin1-8/+0
2018-11-21igc: Remove obsolete IGC_ERR defineSasha Neftin2-3/+1
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+6
2018-11-07igc: Clean up codeSasha Neftin2-24/+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