aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/e1000e/netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-19e1000e: fix S0ix flows for cable connected caseVitaly Lifshits1-0/+54
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-5/+9
2020-02-20Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-1/+8
2020-02-19e1000e: Add support for Tiger Lake deviceVitaly Lifshits1-0/+1
2020-02-19e1000e: Add support for Alder LakeSasha Neftin1-0/+6
2020-02-19e1000e: fix missing cpu_to_le64 on buffer_addrBen Dooks (Codethink)1-1/+1
2020-02-19e1000(e): use new helper tcp_v6_gso_csum_prepHeiner Kallweit1-4/+1
2020-02-14drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-7/+6
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-29/+25
2020-01-09e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher1-29/+25
2019-12-31e1000e: Use netdev_info instead of pr_info for link messagesAlexander Duyck1-8/+9
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-07net: ethernet: intel: Demote MTU change prints to debugFlorian Fainelli1-1/+2
2019-10-29e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not setSasha Neftin1-0/+2
2019-10-29e1000e: Add support for Tiger LakeSasha Neftin1-0/+8
2019-10-29e1000e: Drop unnecessary __E1000_DOWN bit twiddlingAlexander Duyck1-6/+1
2019-10-29e1000e: Use rtnl_lock to prevent race conditions between net and pci/pmAlexander Duyck1-33/+35
2019-10-29e1000e: Add support for Comet LakeSasha Neftin1-0/+6
2019-10-21e1000e: Add support for S0ixSasha Neftin1-0/+182
2019-09-09e1000e: Make speed detection on hotplugging cable more reliableKai-Heng Feng1-6/+6
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan1-4/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)1-2/+1
2019-06-28e1000e: PCIm function state supportVitaly Lifshits1-1/+17
2019-06-28e1000e: Make watchdog use delayed workDetlev Casanova1-25/+29
2019-06-28e1000e: Reduce boot time by tightening sleep rangesArjan van de Ven1-7/+7
2019-06-28e1000e: Increase pause and refresh timeMiguel Bernal Marin1-2/+2
2019-05-28e1000e: start network tx queue only when link is upKonstantin Khlebnikov1-2/+4
2019-05-28Revert "e1000e: fix cyclic resets at link up with active tx"Konstantin Khlebnikov1-6/+9
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-7/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-03-19e1000e: Disable runtime PM on CNP+Kai-Heng Feng1-1/+1
2019-03-19intel: correct return from set features callbackSerhey Popovych1-1/+1
2019-02-23e1000e: Fix -Wformat-truncation warningsFlorian Fainelli1-2/+2
2019-02-05e1000e: fix cyclic resets at link up with active txKonstantin Khlebnikov1-9/+6
2019-02-05e1000e: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-2/+2
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-8/+9
2018-11-09e1000e: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+32
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2018-10-02PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep1-2/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-04e1000e: Ignore TSYNCRXCTL when getting I219 clock attributesBenjamin Poirier1-9/+6
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-20/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-12Revert "e1000e: Separate signaling for link check/link up"Benjamin Poirier1-1/+1
2018-03-05e1000e: allocate ring descriptors with dma_zalloc_coherentPierre-Yves Kerbrat1-2/+2
2018-03-05e1000e: Avoid missed interrupts following ICR readBenjamin Poirier1-7/+4