aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+1
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-2/+2
2019-11-01e1000: fix memory leaksWenwen Wang1-4/+3
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+1
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
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-19intel: correct return from set features callbackSerhey Popovych1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-4/+4
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-5/+6
2018-09-19e1000: remove set but not used variable 'txb2b'YueHaibing1-3/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen1-2/+2
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher8-212/+7
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher8-0/+8
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-6/+24
2018-01-08e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-2/+2
2018-01-02e1000: fix disabling already-disabled warningTushar Dave2-6/+24
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum1-2/+4
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King1-5/+4
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione1-2/+9
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-20e1000: Omit private ndo_get_stats functionTobias Klauser1-15/+0
2017-03-21e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-59/+58
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong1-2/+2
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson1-7/+5
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+19
2016-04-06e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann3-6/+8
2016-04-05e1000: Double Tx descriptors needed check for 82544Alexander Duyck1-1/+18
2016-04-05e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck1-1/+1
2015-12-12e1000: Elementary checkpatch warnings and checks removedJanusz Wolak1-90/+89
2015-12-12e1000: get rid of duplicate exit pathJean Sacren1-4/+3
2015-12-12e1000: fix kernel-doc argument being missingJean Sacren1-0/+1
2015-12-12e1000: fix a typo in the commentJean Sacren1-1/+1
2015-12-12e1000: clean up the checking logicJean Sacren1-5/+5
2015-12-12e1000: Remove checkpatch coding style errorsJanusz Wolak2-60/+72
2015-12-12e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2-3/+9
2015-12-12e1000: make eeprom read/write scheduler friendlyJoern Engel1-5/+8
2015-10-16drivers/net/intel: use napi_complete_done()Jesse Brandeburg1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-2/+0
2015-09-22e1000: remove dead e1000_init_eeprom_params callsFrancois Romieu1-8/+0
2015-05-12e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck1-12/+7
2015-04-08e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck1-3/+3
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1