aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igc/igc_main.c (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 Neftin1-1/+0
2019-10-21igc: Add Rx checksum supportSasha Neftin1-0/+43
2019-10-21igc: Add set_rx_mode supportSasha Neftin1-0/+181
2019-10-21igc: Add SCTP CRC checksumming functionalitySasha Neftin1-0/+1
2019-09-09igc: Add tx_csum offload functionalitySasha Neftin1-0/+97
2019-09-09igc: Add NVM checksum validationSasha Neftin1-0/+9
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 Neftin1-0/+3
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: Add flow control supportSasha Neftin1-0/+21
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 Torvalds1-3/+448
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: Add support for the ntuple featureSasha Neftin1-0/+86
2019-03-19igc: Add support for statisticsSasha Neftin1-1/+166
2019-03-19igc: Extend the ethtool supportingSasha Neftin1-0/+145
2019-03-19igc: Add multiple receive queues control supportingSasha Neftin1-0/+49
2019-02-08igc: Use struct_size() helperGustavo A. R. Silva1-5/+4
2019-02-05igc: Add ethtool supportSasha Neftin1-15/+94
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