index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
e1000e
Commit message (
Expand
)
Author
Age
Files
Lines
*
e1000e: only perform ESB2 MDIC workaround on certain configurations
Bruce Allan
2009-12-08
2
-33
/
+69
*
e1000e: replace incorrect use of GG82563_REG macro
Bruce Allan
2009-12-08
2
-3
/
+7
*
e1000e: minor correction to name of bit in CTRL_EXT register
Bruce Allan
2009-12-08
2
-2
/
+2
*
drivers/net: Move && and || to end of previous line
Joe Perches
2009-12-03
1
-4
/
+4
*
e1000e: correct ICH/PCH PHY operations function pointers
Bruce Allan
2009-12-02
3
-209
/
+204
*
e1000e: refactor PHY ID detection workaround
Bruce Allan
2009-12-02
2
-11
/
+17
*
e1000e: check_polarity function pointers not set for 8257x
Bruce Allan
2009-12-02
2
-0
/
+4
*
e1000e: remove use of skb_dma_map from e1000e driver
Alexander Duyck
2009-12-02
2
-21
/
+47
*
e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()
Roel Kluin
2009-12-02
1
-1
/
+2
*
e1000e: PHY type cleanups in e1000e_check_downshift()
Bruce Allan
2009-12-02
1
-1
/
+1
*
e1000e: add debug messages
Bruce Allan
2009-12-02
2
-7
/
+23
*
e1000e: comment corrections
Bruce Allan
2009-12-02
4
-15
/
+11
*
e1000e: enable new 82567V-3 device
Bruce Allan
2009-12-02
3
-0
/
+3
*
e1000e: ensure the link state is correct for serdes links
Bruce Allan
2009-12-02
1
-28
/
+48
*
e1000e: provide family-specific PHY power up/down operations
Bruce Allan
2009-12-02
7
-39
/
+122
*
e1000e: guard against buffer overflow in cable length tables
Bruce Allan
2009-12-02
2
-7
/
+24
*
e1000e: provide family-specific functions to manage VLAN filter arrays
Bruce Allan
2009-12-02
6
-16
/
+45
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-29
4
-52
/
+60
|
\
|
*
e1000e: do not initiate autonegotiation during OEM configuration
Bruce Allan
2009-11-20
1
-1
/
+2
|
*
e1000e: remove unnecessary 82577 workaround causing link issues
Bruce Allan
2009-11-20
1
-10
/
+0
|
*
e1000e: flow control thresholds not correct when changing mtu
Bruce Allan
2009-11-20
1
-4
/
+3
|
*
e1000e: add Tx timeout factor for 100Mbps
Bruce Allan
2009-11-20
1
-1
/
+1
|
*
e1000e: set flow control thresholds properly after enabling/disabling pause
Bruce Allan
2009-11-20
1
-2
/
+10
|
*
e1000e: read of PHY register may access wrong page on 82578
Bruce Allan
2009-11-20
1
-24
/
+22
|
*
e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8
Bruce Allan
2009-11-20
3
-12
/
+32
*
|
e1000e: update Tx Unit hang detection message
Bruce Allan
2009-11-21
2
-8
/
+39
*
|
e1000e: cosmetic - group local variables of the same type
Bruce Allan
2009-11-21
3
-16
/
+9
*
|
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
3
-9
/
+6
*
|
e1000e: set pm_qos DMA latency requirement per interface when needed
Bruce Allan
2009-11-21
1
-19
/
+28
*
|
e1000e: cleanup functions that clear hardware statistics
Bruce Allan
2009-11-21
4
-123
/
+116
*
|
e1000e: cleanup - shift indentation left by exiting early in e1000_tso
Bruce Allan
2009-11-21
1
-54
/
+50
*
|
e1000e: set bools to true/false instead of 1/0
Bruce Allan
2009-11-21
5
-28
/
+30
*
|
e1000e: provide comment for 82571 workaround
Bruce Allan
2009-11-21
1
-0
/
+7
*
|
e1000e: remove comments regarding a non-existent api module
Bruce Allan
2009-11-21
2
-31
/
+8
*
|
e1000e: update copyright information
Bruce Allan
2009-11-21
11
-12
/
+12
*
|
e1000e: cleanup ops function pointers
Bruce Allan
2009-11-21
8
-203
/
+201
*
|
e1000e: consolidate two dbug macros into one simpler one
Bruce Allan
2009-11-21
8
-206
/
+183
*
|
e1000e: cleanup redundant #include's
Bruce Allan
2009-11-21
5
-19
/
+1
*
|
e1000e: Incorrect MII Link beat reporting.
Bruce Allan
2009-11-21
1
-0
/
+2
*
|
e1000e: disable K1 on PCH LOM when in PHY loopback mode
Bruce Allan
2009-11-21
3
-2
/
+6
*
|
e1000e: improper return code signage
Bruce Allan
2009-11-21
1
-1
/
+1
*
|
e1000e: link reporting problems
Bruce Allan
2009-11-21
1
-0
/
+11
*
|
e1000e: don't clean Rx ring while resetting
Bruce Allan
2009-11-21
1
-1
/
+1
*
|
e1000e: function pointers for ethtool set/get offloads
Bruce Allan
2009-11-21
1
-0
/
+2
*
|
e1000e: clearing interrupt timers causes descriptors to get flushed
Bruce Allan
2009-11-21
1
-2
/
+0
*
|
e1000e: add missing tests for 82583 in ethtool functions
Bruce Allan
2009-11-21
1
-1
/
+4
*
|
e1000e: check WoL mode is among set of supported modes
Bruce Allan
2009-11-21
1
-5
/
+4
*
|
drivers/net: request_irq - Remove unnecessary leading & from second arg
Joe Perches
2009-11-18
2
-8
/
+8
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-11-06
5
-106
/
+408
|
\
\
|
|
/
[next]