index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
netdev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-20
e1000e: Separate TGP board type from SPT
Sasha Neftin
1
-22
/
+23
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-21
net/e1000e: Fix spelling mistake "The" -> "This"
Tree Davies
1
-1
/
+1
2021-07-21
e1000e: Add support for the next LOM generation
Sasha Neftin
1
-0
/
+4
2021-07-21
e1000e: Add support for Lunar Lake
Sasha Neftin
1
-0
/
+6
2021-07-21
e1000e: Additional PHY power saving in S0ix
Sasha Neftin
1
-0
/
+6
2021-07-21
e1000e: Add polling mechanism to indicate CSME DPG exit
Sasha Neftin
1
-0
/
+24
2021-07-21
e1000e: Add handshake with the CSME to support S0ix
Sasha Neftin
1
-154
/
+174
2021-07-01
e1000e: Fix an error handling path in 'e1000_probe()'
Christophe JAILLET
1
-0
/
+1
2021-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+13
2021-06-25
e1000e: Check the PCIm state
Sasha Neftin
1
-11
/
+13
2021-05-19
net: e1000e: remove repeated word "slot" for netdev.c
Hao Chen
1
-1
/
+1
2021-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+5
2021-03-23
e1000e: Fix prototype warning
Sasha Neftin
1
-3
/
+3
2021-03-19
e1000e: Mark e1000e_pm_prepare() as __maybe_unused
Wei Yongjun
1
-1
/
+1
2021-03-16
e1000e: Remove the runtime suspend restriction on CNP+
Chen Yu
1
-1
/
+1
2021-03-16
e1000e: Leverage direct_complete to speed up s2ram
Chen Yu
1
-1
/
+9
2021-03-11
e1000e: add rtnl_lock() to e1000_reset_task
Vitaly Lifshits
1
-1
/
+5
2020-12-24
e1000e: Export S0ix flags to ethtool
Mario Limonciello
1
-4
/
+5
2020-12-24
Revert "e1000e: disable s0ix entry and exit flows for ME systems"
Mario Limonciello
1
-43
/
+2
2020-12-24
e1000e: Only run S0ix flows if shutdown succeeded
Mario Limonciello
1
-6
/
+7
2020-12-10
e1000e: fix S0ix flow to allow S0i3.2 subset entry
Vitaly Lifshits
1
-4
/
+4
2020-09-29
e1000e: Add support for Meteor Lake
Sasha Neftin
1
-0
/
+6
2020-09-26
intel-ethernet: clean up W=1 warnings in kdoc
Jesse Brandeburg
1
-13
/
+37
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+0
2020-07-01
ethernet/intel: Convert fallthrough code comments
Jeff Kirsher
1
-16
/
+14
2020-06-26
net/intel: remove driver versions from Intel drivers
Jeff Kirsher
1
-7
/
+1
2020-06-17
e1000e: fix unused-function warning
Arnd Bergmann
1
-11
/
+5
2020-06-17
e1000e: Do not wake up the system via WOL if device wakeup is disabled
Chen Yu
1
-4
/
+10
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-9
/
+106
2020-05-29
e1000e: Relax condition to trigger reset for ME workaround
Punit Agrawal
1
-7
/
+5
2020-05-23
e1000e: disable s0ix entry and exit flows for ME systems
Vitaly Lifshits
1
-2
/
+43
2020-05-23
e1000e: Disable TSO for buffer overrun workaround
Kai-Heng Feng
1
-0
/
+4
2020-04-24
PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
Rafael J. Wysocki
1
-1
/
+1
2020-04-19
e1000e: fix S0ix flows for cable connected case
Vitaly Lifshits
1
-0
/
+54
2020-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-5
/
+9
2020-02-21
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
1
-1
/
+8
2020-02-20
e1000e: Add support for Tiger Lake device
Vitaly Lifshits
1
-0
/
+1
2020-02-20
e1000e: Add support for Alder Lake
Sasha Neftin
1
-0
/
+6
2020-02-20
e1000e: fix missing cpu_to_le64 on buffer_addr
Ben Dooks (Codethink)
1
-1
/
+1
2020-02-19
e1000(e): use new helper tcp_v6_gso_csum_prep
Heiner Kallweit
1
-4
/
+1
2020-02-14
drivers: net: Call cpu_latency_qos_*() instead of pm_qos_*()
Rafael J. Wysocki
1
-7
/
+6
2020-01-20
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-29
/
+25
2020-01-09
e1000e: Revert "e1000e: Make watchdog use delayed work"
Jeff Kirsher
1
-29
/
+25
2020-01-01
e1000e: Use netdev_info instead of pr_info for link messages
Alexander Duyck
1
-8
/
+9
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-08
net: ethernet: intel: Demote MTU change prints to debug
Florian Fainelli
1
-1
/
+2
2019-10-30
e1000e: Fix compiler warning when CONFIG_PM_SLEEP is not set
Sasha Neftin
1
-0
/
+2
2019-10-30
e1000e: Add support for Tiger Lake
Sasha Neftin
1
-0
/
+8
2019-10-30
e1000e: Drop unnecessary __E1000_DOWN bit twiddling
Alexander Duyck
1
-6
/
+1
[next]