summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: Export S0ix flags to ethtoolMario Limonciello2020-12-231-4/+5
* Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello2020-12-231-43/+2
* e1000e: Only run S0ix flows if shutdown succeededMario Limonciello2020-12-231-6/+7
* e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits2020-12-091-4/+4
* e1000e: Add support for Meteor LakeSasha Neftin2020-09-281-0/+6
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-13/+37
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-16/+14
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-7/+1
* e1000e: fix unused-function warningArnd Bergmann2020-06-161-11/+5
* e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu2020-06-161-4/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-9/+106
|\
| * e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2020-05-281-7/+5
| * e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits2020-05-221-2/+43
| * e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng2020-05-221-0/+4
| * e1000e: fix S0ix flows for cable connected caseVitaly Lifshits2020-04-191-0/+54
* | PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki2020-04-241-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-311-5/+9
|\
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2020-02-201-1/+8
| |\
| | * e1000e: Add support for Tiger Lake deviceVitaly Lifshits2020-02-191-0/+1
| | * e1000e: Add support for Alder LakeSasha Neftin2020-02-191-0/+6
| | * e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)2020-02-191-1/+1
| * | e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-4/+1
| |/
* / drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki2020-02-141-7/+6
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-29/+25
|\
| * e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2020-01-091-29/+25
* | e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck2019-12-311-8/+9
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli2019-11-071-1/+2
* e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin2019-10-291-0/+2
* e1000e: Add support for Tiger LakeSasha Neftin2019-10-291-0/+8
* e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck2019-10-291-6/+1
* e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck2019-10-291-33/+35
* e1000e: Add support for Comet LakeSasha Neftin2019-10-291-0/+6
* e1000e: Add support for S0ixSasha Neftin2019-10-211-0/+182
* e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng2019-09-091-6/+6
* e1000e: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-4/+3
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-2/+1
* e1000e: PCIm function state supportVitaly Lifshits2019-06-281-1/+17
* e1000e: Make watchdog use delayed workDetlev Casanova2019-06-281-25/+29
* e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven2019-06-281-7/+7
* e1000e: Increase pause and refresh timeMiguel Bernal Marin2019-06-281-2/+2
* e1000e: start network tx queue only when link is upKonstantin Khlebnikov2019-05-281-2/+4
* Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov2019-05-281-6/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-3/+3
|\
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
| * e1000e: Disable runtime PM on CNP+Kai-Heng Feng2019-03-191-1/+1
| * intel: correct return from set features callbackSerhey Popovych2019-03-191-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-7/+0
|/
* e1000e: Fix -Wformat-truncation warningsFlorian Fainelli2019-02-231-2/+2