summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)AuthorFilesLines
2021-02-04e1000: drop unneeded assignment in e1000_set_itr()Sudip Mukherjee1-1/+0
2020-10-14e1000: remove unused and incorrect codeJesse Brandeburg1-9/+1
2020-09-30net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior1-1/+0
2020-09-26intel: handle unused assignmentsJesse Brandeburg1-74/+65
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2-20/+26
2020-09-20net: e1000: Remove set but not used variableZheng Yongjun1-2/+1
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay1-2/+2
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher3-5/+4
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher3-7/+1
2020-06-17e1000: use generic power managementVaibhav Gupta1-36/+13
2020-05-29e1000: Fix typo in the commentHari1-1/+1
2020-05-22e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-04-22e1000: remove unneeded conversion to boolJason Yan1-1/+1
2020-04-17e1000: Distribute switch variables for initializationKees Cook1-1/+3
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski1-0/+1
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-5/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-2/+2
2019-12-04Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+1
2019-11-08net: 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-23ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring2-4/+2
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-06-29e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas1-3/+3
2019-05-08Merge 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-02net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-20intel: 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-20e1000: remove set but not used variable 'txb2b'YueHaibing1-3/+0
2018-09-19intel-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-13treewide: 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-09e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman1-2/+2
2018-01-02e1000: fix disabling already-disabled warningTushar Dave2-6/+24
2017-11-28e1000: 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-21e1000: Omit private ndo_get_stats functionTobias Klauser1-15/+0
2017-03-22e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes1-59/+58
2016-12-11e1000: 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-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+19