summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000
AgeCommit message (Expand)Author
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg
2020-09-29net: intel: Remove in_interrupt() warningsSebastian Andrzej Siewior
2020-09-25intel: handle unused assignmentsJesse Brandeburg
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-09-19net: e1000: Remove set but not used variableZheng Yongjun
2020-07-30e1000: Remove unnecessary usages of memsetSuraj Upadhyay
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-16e1000: use generic power managementVaibhav Gupta
2020-05-28e1000: Fix typo in the commentHari
2020-05-21e1000: Do not perform reset in reset_task if we are already downAlexander Duyck
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-04-21e1000: remove unneeded conversion to boolJason Yan
2020-04-17e1000: Distribute switch variables for initializationKees Cook
2020-03-12net: e1000: reject unsupported coalescing paramsJakub Kicinski
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-12-03Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-11-01e1000: fix memory leaksWenwen Wang
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov
2019-08-22ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-28e1000: Use dma_wmb() instead of wmb() before doorbell writesVenkatesh Srinivas
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal
2019-03-19intel: correct return from set features callbackSerhey Popovych
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg
2018-09-19e1000: remove set but not used variable 'txb2b'YueHaibing
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg
2018-08-24e1000: ensure to free old tx/rx rings in set_ringparam()Bo Chen
2018-08-24e1000: check on netif_running() before calling e1000_up()Bo Chen
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08e1000: Replace WARN_ONCE with netdev_WARN_ONCEGal Pressman
2018-01-02e1000: fix disabling already-disabled warningTushar Dave
2017-11-27e1000: Fix off-by-one in debug messageAhmad Fatoum
2017-10-26e1000: avoid null pointer dereference on invalid stat typeColin Ian King
2017-10-26e1000: fix race condition between e1000_down() and e1000_watchdogVincenzo Maffione
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-20e1000: Omit private ndo_get_stats functionTobias Klauser
2017-03-21e1000: use new API ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-12-10e1000: use disable_hardirq() for e1000_netpoll()WANG Cong
2016-10-18ethernet/intel: use core min/max MTU checkingJarod Wilson
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-06e1000: call ndo_stop() instead of dev_close() when running offline selftestStefan Assmann