summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
Commit message (Expand)AuthorAgeFilesLines
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-12-032-2/+1
|\
| * PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-142-2/+1
* | net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-2/+2
* | e1000: fix memory leaksWenwen Wang2019-11-011-4/+3
|/
* ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2019-08-222-4/+2
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+1
* e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas2019-06-281-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-2/+2
|\
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-4/+4
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-5/+6
* e1000: remove set but not used variable 'txb2b'YueHaibing2018-09-191-3/+0
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-1/+1
* e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen2018-08-241-2/+2
* e1000: check on netif_running() before calling e1000_up()Bo Chen2018-08-241-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-278-212/+7
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-238-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-6/+24
|\
| * e1000: fix disabling already-disabled warningTushar Dave2018-01-022-6/+24
* | e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman2018-01-081-2/+2
|/
* e1000: Fix off-by-one in debug messageAhmad Fatoum2017-11-271-2/+4
* e1000: avoid null pointer dereference on invalid stat typeColin Ian King2017-10-261-5/+4
* e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione2017-10-261-2/+9
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* e1000: Omit private ndo_get_stats functionTobias Klauser2017-04-201-15/+0
* e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-59/+58
* e1000: use disable_hardirq() for e1000_netpoll()WANG Cong2016-12-101-2/+2
* ethernet/intel: use core min/max MTU checkingJarod Wilson2016-10-181-7/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-091-2/+19
|\
| * e1000: Double Tx descriptors needed check for 82544Alexander Duyck2016-04-051-1/+18
| * e1000: Do not overestimate descriptor counts in Tx pre-checkAlexander Duyck2016-04-051-1/+1
* | e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann2016-04-063-6/+8
|/
* e1000: Elementary checkpatch warnings and checks removedJanusz Wolak2015-12-121-90/+89
* e1000: get rid of duplicate exit pathJean Sacren2015-12-121-4/+3
* e1000: fix kernel-doc argument being missingJean Sacren2015-12-121-0/+1
* e1000: fix a typo in the commentJean Sacren2015-12-121-1/+1
* e1000: clean up the checking logicJean Sacren2015-12-121-5/+5
* e1000: Remove checkpatch coding style errorsJanusz Wolak2015-12-122-60/+72
* e1000: fix data race between tx_ring->next_to_cleanDmitriy Vyukov2015-12-122-3/+9
* e1000: make eeprom read/write scheduler friendlyJoern Engel2015-12-121-5/+8
* drivers/net/intel: use napi_complete_done()Jesse Brandeburg2015-10-161-1/+1
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-2/+0
* e1000: remove dead e1000_init_eeprom_params callsFrancois Romieu2015-09-221-8/+0
* e1000: Replace e1000_free_frag with skb_free_fragAlexander Duyck2015-05-121-12/+7
* e1000, e1000e: Use dma_rmb instead of rmb for descriptor read orderingAlexander Duyck2015-04-081-3/+3
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
OpenPOWER on IntegriCloud