Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
8b802a7e94c2ed9c6032a88b3ab9860c55cd6378
/
drivers
/
net
/
e1000e
/
ich8lan.c
8b802a7
e1000e: Cleanup e1000_sw_lcd_config_ich8lan()
by Bruce Allan
· 15 years ago
9c5e209
e1000e: cleanup multiple common exit points
by Bruce Allan
· 15 years ago
627c8a0
e1000e: Reset 82577/82578 PHY before first PHY register read
by Bruce Allan
· 15 years ago
6dfaa76
e1000e: reset MAC-PHY interconnect on 82577/82578 during Sx->S0
by Bruce Allan
· 15 years ago
2c73e1f
e1000e: typo corrections
by Joe Perches
· 15 years ago
a80483d
e1000e: fix packet corruption and tx hang during NFSv2
by Jesse Brandeburg
· 15 years ago
51c24aa
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
f4d2dd4
e1000e: provide MAC-family-specific function to set LAN ID
by Bruce Allan
· 15 years ago
baf86c9
e1000e: workaround link issues on busy hub in half duplex on 82577/82578
by Bruce Allan
· 15 years ago
fddaa1a
e1000e: MDIO slow mode should always be done for 82577
by Bruce Allan
· 15 years ago
f464ba8
e1000e: perform 10/100 adaptive IFS only on parts that support it
by Bruce Allan
· 15 years ago
0781895
e1000e: replace incorrect use of GG82563_REG macro
by Bruce Allan
· 15 years ago
0be8401
e1000e: correct ICH/PCH PHY operations function pointers
by Bruce Allan
· 15 years ago
9b71b41
e1000e: add debug messages
by Bruce Allan
· 15 years ago
5ff5b66
e1000e: comment corrections
by Bruce Allan
· 15 years ago
9e135a2
e1000e: enable new 82567V-3 device
by Bruce Allan
· 15 years ago
17f208d
e1000e: provide family-specific PHY power up/down operations
by Bruce Allan
· 15 years ago
9b963e5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a708dd8
e1000e: cosmetic - group local variables of the same type
by Bruce Allan
· 15 years ago
9b72461
e1000e: remove redundant might_sleep()
by Bruce Allan
· 15 years ago
de39b75
e1000e: do not error out on identification LED init failure
by Bruce Allan
· 15 years ago
99673d9
e1000e: cleanup functions that clear hardware statistics
by Bruce Allan
· 15 years ago
564ea9b
e1000e: set bools to true/false instead of 1/0
by Bruce Allan
· 15 years ago
c7e54b1
e1000e: update copyright information
by Bruce Allan
· 15 years ago
94d8186
e1000e: cleanup ops function pointers
by Bruce Allan
· 15 years ago
3bb99fe
e1000e: consolidate two dbug macros into one simpler one
by Bruce Allan
· 15 years ago
d8014db
e1000e: cleanup redundant #include's
by Bruce Allan
· 15 years ago
bb436b2
e1000e: disable K1 on PCH LOM when in PHY loopback mode
by Bruce Allan
· 15 years ago
818f333
e1000e: do not initiate autonegotiation during OEM configuration
by Bruce Allan
· 15 years ago
38eb394
e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8
by Bruce Allan
· 15 years ago
1d5846b
e1000e: rework disable K1 at 1000Mbps for 82577/82578
by Bruce Allan
· 15 years ago
f523d21
e1000e: config PHY via software after resets
by Bruce Allan
· 15 years ago
5ccdcec
e1000e: allow for swflag to be held over consecutive PHY accesses
by Bruce Allan
· 15 years ago
ca15df5
e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH
by Bruce Allan
· 15 years ago
fa2ce13
e1000e: 82577/82578 requires a different method to configure LPLU
by Bruce Allan
· 15 years ago
53ac5a8
e1000e: increase swflag acquisition timeout for ICHx/PCH
by Bruce Allan
· 15 years ago
db2932e
e1000e: clear PHY wakeup bit after LCD reset on 82577/82578
by Bruce Allan
· 15 years ago
74eee2e
e1000e: reset the PHY on 82577/82578 when going to Sx
by Bruce Allan
· 15 years ago
148675a
e1000e: fix potential NVM corruption on ICH9 with 8K bank size
by Bruce Allan
· 15 years ago
373a88d
e1000e: fix acquisition of SW/FW/HW semaphore for ICHx parts
by Bruce Allan
· 15 years ago
7d3cabb
e1000e: disable K1 at 1000Mbps for 82577/82578
by Bruce Allan
· 16 years ago
28c9195
e1000e: prevent NVM corruption on sectors larger than 4K
by Bruce Allan
· 16 years ago
60f1292
e1000e: do not write SmartSpeed register bits on parts without support
by Bruce Allan
· 16 years ago
fc0c776
e1000e: delay after LCD reset and proper checks for PHY configuration done
by Bruce Allan
· 16 years ago
37289d9
e1000e: workaround a Tx hang on 82577/82578
by Bruce Allan
· 16 years ago
a4f58f5
e1000e: add support for 82577/82578 GbE LOM parts
by Bruce Allan
· 16 years ago
2adc55c
e1000e: specify max supported frame size in adapter struct
by Bruce Allan
· 16 years ago
0a834a3
e1000e: Remove mutex_trylock and associated WARN on failure.
by dave graham
· 16 years ago
eefacf3
e1000e: Add process name to WARN message when detecting Mutex contention
by David Graham
· 16 years ago
eb14f01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
30bb0e0
e1000e: fix double release of mutex
by Jeff Kirsher
· 16 years ago
e243455
e1000e: check return code from NVM accesses and fix bank detection
by Bruce Allan
· 16 years ago
0285c8d
e1000e: cosmetic newline in debug message
by Bruce Allan
· 16 years ago
5c48ef3e2
e1000e: sync change flow control variables with ixgbe
by Bruce Allan
· 16 years ago
1605927
e1000e: update comments listing supported parts for each MAC family
by Bruce Allan
· 16 years ago
4dd5651
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
95b866d
e1000e: Fix incorrect debug warning
by Linus Torvalds
· 16 years ago
717d438
e1000e: debug contention on NVM SWFLAG
by Thomas Gleixner
· 16 years ago
37f4023
e1000e: reset swflag after resetting hardware
by Jesse Brandeburg
· 16 years ago
4a77035
e1000e: write protect ICHx NVM to prevent malicious write/erase
by Bruce Allan
· 16 years ago
2e2e8d5
e1000e: remove failed request for sw/fw/hw flag
by Bruce Allan
· 16 years ago
4662e82
e1000e: add support for new 82574L part
by Bruce Allan
· 16 years ago
f4187b5
e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) parts
by Bruce Allan
· 16 years ago
2f15f9d
e1000e: add support for the 82567LM-4 device
by Bruce Allan
· 16 years ago
97ac8ca
e1000e: Add support for BM PHYs on ICH9
by Bruce Allan
· 17 years ago
69e3fd8
e1000e: rename a few functions
by Jeff Kirsher
· 17 years ago
e9ec2c0
e1000e: Make arrays out of these Rx/Tx registers
by Jeff Kirsher
· 17 years ago
318a94d
e1000e: reorganize PHY and flow control interface
by Jeff Kirsher
· 17 years ago
e2de3eb
e1000e: rename mc_addr_list_update
by Jeff Kirsher
· 17 years ago
ad68076
e1000e: reformat comment blocks, cosmetic changes only
by Bruce Allan
· 17 years ago
489815c
e1000e: fix spelling errors in comments
by Auke Kok
· 17 years ago
bc7f75f
[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only)
by Auke Kok
· 17 years ago