index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000e
/
ethtool.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-08
e1000e: Use the instance of net_device_stats from net_device.
Ajit Khaparde
1
-8
/
+10
2009-06-09
e1000e: Expose MDI-X status via ethtool change
Chaitanya Lala
1
-0
/
+9
2009-06-03
e1000e: add support for 82577/82578 GbE LOM parts
Bruce Allan
1
-14
/
+23
2009-03-20
e1000e: add support for 82583 device id
Alexander Duyck
1
-0
/
+1
2009-02-06
e1000e: normalize usage of serdes_has_link
Alex Chiang
1
-1
/
+1
2008-11-22
e1000e: check return code from NVM accesses and fix bank detection
Bruce Allan
1
-14
/
+21
2008-11-22
e1000e: fix incorrect link status when switch module pulled
Bruce Allan
1
-5
/
+2
2008-11-22
e1000e: store EEPROM version number to prevent unnecessary NVM reads
Bruce Allan
1
-5
/
+3
2008-11-22
e1000e: sync change flow control variables with ixgbe
Bruce Allan
1
-16
/
+16
2008-11-16
e1000e: Use device_set_wakeup_enable
\"Rafael J. Wysocki\
1
-2
/
+6
2008-10-09
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-1
/
+8
2008-10-03
e1000e: remove phy read from inside spinlock
Jesse Brandeburg
1
-1
/
+5
2008-10-02
e1000e: write protect ICHx NVM to prevent malicious write/erase
Bruce Allan
1
-0
/
+3
2008-09-03
e1000e: add support for new 82574L part
Bruce Allan
1
-9
/
+29
2008-09-03
e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts
Bruce Allan
1
-4
/
+18
2008-08-14
e1000e: Return 1 instead of a non-zero value for link up indication
Bruce Allan
1
-1
/
+1
2008-08-07
e1000e: convert ndev_ printks to something smaller
Jeff Kirsher
1
-26
/
+18
2008-07-26
dma-mapping: add the device argument to dma_mapping_error()
FUJITA Tomonori
1
-2
/
+2
2008-05-06
e1000e: don't return half-read eeprom on error
Kok, Auke
1
-1
/
+5
2008-05-06
e1000e: Add support for BM PHYs on ICH9
Bruce Allan
1
-11
/
+28
2008-04-25
e1000e: Add interrupt moderation run-time ethtool interface
Auke Kok
1
-0
/
+43
2008-04-25
e1000e: cleanup several stats issues
Bruce Allan
1
-3
/
+3
2008-04-17
e1000e: reformat register test code, fix some minor initialization
Bruce Allan
1
-60
/
+63
2008-03-29
e1000e: reorganize PHY and flow control interface
Jeff Kirsher
1
-31
/
+33
2008-03-29
e1000e: reformat comment blocks, cosmetic changes only
Bruce Allan
1
-35
/
+62
2008-02-03
e1000e: make a function static
Adrian Bunk
1
-2
/
+2
2008-02-03
e1000e: add new wakeup cababilities
Mitch Williams
1
-2
/
+11
2008-01-29
[E1000E]: convert register test macros to functions
Joe Perches
1
-31
/
+53
2008-01-29
netdev: ARRAY_SIZE() cleanups
Alejandro Martinez Ruiz
1
-2
/
+1
2008-01-29
netdev: use ARRAY_SIZE() instead of sizeof(array) / ETH_GSTRING_LEN
Alejandro Martinez Ruiz
1
-1
/
+1
2007-12-07
e1000: fix memcpy in e1000_get_strings
Roel Kluin
1
-1
/
+1
2007-10-30
e1000e: fix sparse warnings
Stephen Hemminger
1
-2
/
+2
2007-10-17
e1000e: don't poke PHY registers to retreive link status
Auke Kok
1
-10
/
+21
2007-10-17
e1000e: fix error checks
Adrian Bunk
1
-2
/
+2
2007-10-11
e1000e: restore flow control settings properly
Auke Kok
1
-0
/
+1
2007-10-11
e1000e: Fix ethtool register test code
Auke Kok
1
-4
/
+10
2007-10-11
[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_count
Jeff Garzik
1
-11
/
+10
2007-10-11
[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)
Auke Kok
1
-0
/
+1774
[prev]