summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c
AgeCommit message (Expand)Author
2020-12-23e1000e: Export S0ix flags to ethtoolMario Limonciello
2020-12-23Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello
2020-12-23e1000e: Only run S0ix flows if shutdown succeededMario Limonciello
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits
2020-09-28e1000e: Add support for Meteor LakeSasha Neftin
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-16e1000e: fix unused-function warningArnd Bergmann
2020-06-16e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-05-28e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal
2020-05-22e1000e: disable s0ix entry and exit flows for ME systemsVitaly Lifshits
2020-05-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-02-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller
2020-02-19e1000e: Add support for Tiger Lake deviceVitaly Lifshits
2020-02-19e1000e: Add support for Alder LakeSasha Neftin
2020-02-19e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit
2020-02-14drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher
2019-12-31e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli
2019-10-29e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin
2019-10-29e1000e: Add support for Tiger LakeSasha Neftin
2019-10-29e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck
2019-10-29e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck
2019-10-29e1000e: Add support for Comet LakeSasha Neftin
2019-10-21e1000e: Add support for S0ixSasha Neftin
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-28e1000e: PCIm function state supportVitaly Lifshits
2019-06-28e1000e: Make watchdog use delayed workDetlev Casanova
2019-06-28e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven
2019-06-28e1000e: Increase pause and refresh timeMiguel Bernal Marin
2019-05-28e1000e: start network tx queue only when link is upKonstantin Khlebnikov
2019-05-28Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov
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-19e1000e: Disable runtime PM on CNP+Kai-Heng Feng
2019-03-19intel: correct return from set features callbackSerhey Popovych
2019-02-23e1000e: Fix -Wformat-truncation warningsFlorian Fainelli