index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000e
/
ich8lan.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
e1000e: workaround link issues on busy hub in half duplex on 82577/82578
Bruce Allan
2010-01-13
1
-1
/
+18
|
*
e1000e: MDIO slow mode should always be done for 82577
Bruce Allan
2010-01-13
1
-4
/
+53
*
|
e1000e: provide MAC-family-specific function to set LAN ID
Bruce Allan
2010-01-13
1
-0
/
+1
|
/
*
e1000e: perform 10/100 adaptive IFS only on parts that support it
Bruce Allan
2010-01-08
1
-0
/
+2
*
e1000e: replace incorrect use of GG82563_REG macro
Bruce Allan
2009-12-08
1
-3
/
+5
*
e1000e: correct ICH/PCH PHY operations function pointers
Bruce Allan
2009-12-02
1
-195
/
+21
*
e1000e: add debug messages
Bruce Allan
2009-12-02
1
-1
/
+3
*
e1000e: comment corrections
Bruce Allan
2009-12-02
1
-3
/
+2
*
e1000e: enable new 82567V-3 device
Bruce Allan
2009-12-02
1
-0
/
+1
*
e1000e: provide family-specific PHY power up/down operations
Bruce Allan
2009-12-02
1
-0
/
+23
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-29
1
-1
/
+3
|
\
|
*
e1000e: do not initiate autonegotiation during OEM configuration
Bruce Allan
2009-11-20
1
-1
/
+2
|
*
e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8
Bruce Allan
2009-11-20
1
-0
/
+1
*
|
e1000e: cosmetic - group local variables of the same type
Bruce Allan
2009-11-21
1
-4
/
+4
*
|
e1000e: remove redundant might_sleep()
Bruce Allan
2009-11-21
1
-2
/
+0
*
|
e1000e: do not error out on identification LED init failure
Bruce Allan
2009-11-21
1
-3
/
+2
*
|
e1000e: cleanup functions that clear hardware statistics
Bruce Allan
2009-11-21
1
-12
/
+11
*
|
e1000e: set bools to true/false instead of 1/0
Bruce Allan
2009-11-21
1
-9
/
+9
*
|
e1000e: update copyright information
Bruce Allan
2009-11-21
1
-1
/
+1
*
|
e1000e: cleanup ops function pointers
Bruce Allan
2009-11-21
1
-79
/
+77
*
|
e1000e: consolidate two dbug macros into one simpler one
Bruce Allan
2009-11-21
1
-35
/
+34
*
|
e1000e: cleanup redundant #include's
Bruce Allan
2009-11-21
1
-5
/
+0
*
|
e1000e: disable K1 on PCH LOM when in PHY loopback mode
Bruce Allan
2009-11-21
1
-2
/
+1
|
/
*
e1000e: rework disable K1 at 1000Mbps for 82577/82578
Bruce Allan
2009-10-29
1
-17
/
+170
*
e1000e: config PHY via software after resets
Bruce Allan
2009-10-29
1
-78
/
+217
*
e1000e: allow for swflag to be held over consecutive PHY accesses
Bruce Allan
2009-10-26
1
-0
/
+4
*
e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH
Bruce Allan
2009-10-26
1
-31
/
+58
*
e1000e: 82577/82578 requires a different method to configure LPLU
Bruce Allan
2009-10-26
1
-0
/
+40
*
e1000e: increase swflag acquisition timeout for ICHx/PCH
Bruce Allan
2009-10-26
1
-1
/
+3
*
e1000e: clear PHY wakeup bit after LCD reset on 82577/82578
Bruce Allan
2009-10-26
1
-1
/
+9
*
e1000e: reset the PHY on 82577/82578 when going to Sx
Bruce Allan
2009-10-22
1
-2
/
+1
*
e1000e: fix potential NVM corruption on ICH9 with 8K bank size
Bruce Allan
2009-08-09
1
-38
/
+12
*
e1000e: fix acquisition of SW/FW/HW semaphore for ICHx parts
Bruce Allan
2009-08-09
1
-13
/
+31
*
e1000e: disable K1 at 1000Mbps for 82577/82578
Bruce Allan
2009-07-03
1
-1
/
+106
*
e1000e: prevent NVM corruption on sectors larger than 4K
Bruce Allan
2009-07-03
1
-2
/
+17
*
e1000e: do not write SmartSpeed register bits on parts without support
Bruce Allan
2009-07-03
1
-4
/
+15
*
e1000e: delay after LCD reset and proper checks for PHY configuration done
Bruce Allan
2009-07-03
1
-44
/
+81
*
e1000e: workaround a Tx hang on 82577/82578
Bruce Allan
2009-06-03
1
-2
/
+7
*
e1000e: add support for 82577/82578 GbE LOM parts
Bruce Allan
2009-06-03
1
-23
/
+408
*
e1000e: specify max supported frame size in adapter struct
Bruce Allan
2009-06-03
1
-0
/
+8
*
e1000e: Remove mutex_trylock and associated WARN on failure.
dave graham
2009-02-14
1
-16
/
+1
*
e1000e: Add process name to WARN message when detecting Mutex contention
David Graham
2009-01-11
1
-6
/
+13
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-15
1
-2
/
+7
|
\
|
*
e1000e: fix double release of mutex
Jeff Kirsher
2008-12-11
1
-2
/
+7
*
|
e1000e: check return code from NVM accesses and fix bank detection
Bruce Allan
2008-11-21
1
-45
/
+89
*
|
e1000e: cosmetic newline in debug message
Bruce Allan
2008-11-21
1
-1
/
+1
*
|
e1000e: sync change flow control variables with ixgbe
Bruce Allan
2008-11-21
1
-4
/
+9
*
|
e1000e: update comments listing supported parts for each MAC family
Bruce Allan
2008-11-21
1
-0
/
+2
|
/
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-10-08
1
-0
/
+78
|
\
|
*
e1000e: Fix incorrect debug warning
Linus Torvalds
2008-10-03
1
-1
/
+1
[prev]
[next]