Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
92fe173391b3e0d0a7212fa8b9d72c8d61f31c26
/
drivers
/
net
/
ethernet
/
intel
/
e1000e
/
ich8lan.c
92fe173
e1000e: issues in Sx on 82577/8/9
by Bruce Allan
· 13 years ago
3d3a167
e1000e: cleanup whitespace and indentation
by Bruce Allan
· 13 years ago
e85e363
e1000e: rename e1000e_reload_nvm() and call as function pointer
by Bruce Allan
· 13 years ago
57cde76
e1000e: rename e1000e_config_collision_dist() and call as function pointer
by Bruce Allan
· 13 years ago
6e3c807
e1000e: comment correction in e1000e_set_kmrn_lock_loss_workaround_ich8lan
by Bruce Allan
· 13 years ago
944ce01
e1000e: cleanup calls to setup_physical_interface function pointer
by Bruce Allan
· 13 years ago
44abd5c
e1000e: cleanup use of check_reset_block function pointer
by Bruce Allan
· 13 years ago
1a46b40
e1000e: cleanup: rename e1000e_setup_link() and call as function pointer
by Bruce Allan
· 13 years ago
d1964eb
e1000e: cleanup: rename e1000e_id_led_init() and call as function pointer
by Bruce Allan
· 13 years ago
5015e53
e1000e: cleanup goto statements to exit points without common work
by Bruce Allan
· 13 years ago
e561a70
e1000e: potentially incorrect return for e1000_init_hw_ich8lan
by Bruce Allan
· 13 years ago
3fa8293
e1000e: cleanup: minor whitespace addition (insert blank line separator)
by Bruce Allan
· 13 years ago
f71dde6
e1000e: cleanup: remove unnecessary variable initializations
by Bruce Allan
· 13 years ago
55920b5
e1000e: cleanup: remove unnecessary variable ret_val
by Bruce Allan
· 13 years ago
f1a3fe1
e1000e: cleanup: remove unreachable statement
by Bruce Allan
· 13 years ago
d7eb338
e1000e: potentially incorrect return for e1000_set_d3_lplu_state_ich8lan
by Bruce Allan
· 13 years ago
8260725
e1000e: cleanup: always return 0
by Bruce Allan
· 13 years ago
75ce153
e1000e: cleanup: rename goto labels to be more meaningful
by Bruce Allan
· 13 years ago
ec34c17
e1000e: pass pointer to hw struct for e1000_init_mac_params_XXX()
by Bruce Allan
· 13 years ago
fe1e980
e1000e: remove unnecessary returns from void functions
by Bruce Allan
· 13 years ago
0e15df4
e1000e: minor whitespace and indentation cleanup
by Bruce Allan
· 13 years ago
9e2d765
e1000e: cleanup - check return values consistently
by Bruce Allan
· 13 years ago
f5e261e
e1000e: update copyright year
by Bruce Allan
· 13 years ago
c8243ee
e1000e: call er16flash() instead of __er16flash()
by Bruce Allan
· 13 years ago
434f139
e1000e: concatenate long debug strings which span multiple lines
by Bruce Allan
· 13 years ago
464c85e
e1000e: conditionally restart autoneg on 82577/8/9 when setting LPLU state
by Bruce Allan
· 13 years ago
7f1557e
e1000e: increase Rx PBA to prevent dropping received packets on 82566/82567
by Bruce Allan
· 13 years ago
c077a90
e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx
by Bruce Allan
· 13 years ago
90b8298
e1000e: update workaround for 82579 intermittently disabled during S0->Sx
by Bruce Allan
· 13 years ago
79d4e90
e1000e: disable Early Receive DMA on ICH LOMs
by Bruce Allan
· 13 years ago
4d24136
e1000e: 82579: workaround for link drop issue
by Bruce Allan
· 13 years ago
34c9ef8
e1000e: demote a debugging WARN to a debug log message
by Bruce Allan
· 13 years ago
a90b412
e1000e: locking bug introduced by commit 67fd4fcb
by Bruce Allan
· 13 years ago
b64e9dd
e1000e: bad short packets received when jumbos enabled on 82579
by Bruce Allan
· 13 years ago
462d599
e1000e: WoL fails on device ID 0x1501
by Bruce Allan
· 13 years ago
03299e4
e1000e: WoL can fail on 82578DM
by Bruce Allan
· 13 years ago
8ce9d6c
e1000e: make function tables const
by Jeff Kirsher
· 13 years ago
dc22129
e1000e: convert to netdev features/hw_features API
by Bruce Allan
· 13 years ago
823dcd2
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
dee1ad4
intel: Move the Intel wired LAN drivers
by Jeff Kirsher
· 14 years ago
[Renamed from drivers/net/e1000e/ich8lan.c]
b9e06f7
e1000e: remove unnecessary check for NULL pointer
by Bruce Allan
· 13 years ago
945a515
intel drivers: repair missing flush operations
by Jesse Brandeburg
· 13 years ago
3ebfc7c
e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800
by Bruce Allan
· 14 years ago
2b6b168
e1000e: access multiple PHY registers on same page at the same time
by Bruce Allan
· 14 years ago
c5caf48
e1000e: log when swflag is cleared unexpectedly on ICH/PCH devices
by Bruce Allan
· 14 years ago
99730e4
e1000e: 82579 intermittently disabled during S0->Sx
by Bruce Allan
· 14 years ago
dbf80dc
e1000e: implement ethtool set_phys_id
by Bruce Allan
· 14 years ago
1bba438
e1000e: convert short duration msleep() to usleep_range()
by Bruce Allan
· 14 years ago
23e4f06
e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROM
by Bruce Allan
· 14 years ago
6cc7aae
e1000e: do not toggle LANPHYPC value bit when PHY reset is blocked
by Bruce Allan
· 14 years ago
1effb45
e1000e: extend EEE LPI timer to prevent dropped link
by Bruce Allan
· 14 years ago
90da066
e1000e: reduce scope of some variables, remove unnecessary ones
by Bruce Allan
· 14 years ago
d018b6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
0d6057e
e1000e: update Copyright for 2011
by Bruce Allan
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
fe46f58
e1000e: use either_crc_le() rather than re-write it
by Bruce Allan
· 14 years ago
482fed8
e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phy
by Bruce Allan
· 14 years ago
dd93f95
e1000e: cleanup variables set but not used
by Bruce Allan
· 14 years ago
b1cdfea
e1000e: checkpatch warnings - braces
by Bruce Allan
· 14 years ago
664dc87
e1000e: 82579 PHY incorrectly identified during init
by Bruce Allan
· 14 years ago
ce54afd
e1000e: 82577/8/9 mis-configured OEM bits during S0->Sx
by Bruce Allan
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
828bac8
e1000e: 82579 performance improvements
by Bruce Allan
· 14 years ago
605c82b
e1000e: 82579 do not gate auto config of PHY by hardware during nominal use
by Bruce Allan
· 14 years ago
a1ce647
e1000e: 82579 jumbo frame workaround causing CRC errors
by Bruce Allan
· 14 years ago
831bd2e
e1000e: 82579 unaccounted missed packets
by Bruce Allan
· 14 years ago
5f3eed6
e1000e: 82566DC fails to get link
by Bruce Allan
· 14 years ago
87fb741
e1000e: 82579 SMBus address and LEDs incorrect after device reset
by Bruce Allan
· 14 years ago
8395ae8
e1000e: 82577/8/9 issues with device in Sx
by Bruce Allan
· 14 years ago
5a86f28
e1000e: disable EEE support by default
by Bruce Allan
· 14 years ago
17f085d
e1000e: disable gig speed when in S0->Sx transition
by Bruce Allan
· 14 years ago
451152d
e1000e: update copyright information
by Bruce Allan
· 14 years ago
e52997f
e1000e: enable support for EEE on 82579
by Bruce Allan
· 14 years ago
d3738bb
e1000e: initial support for 82579 LOMs
by Bruce Allan
· 14 years ago
eb7700d
e1000e: fix check for manageability on ICHx/PCH
by Bruce Allan
· 14 years ago
8c7bbb9
e1000e: separate out PHY statistics register updates
by Bruce Allan
· 14 years ago
3f0c16e
e1000e: cleanup e1000_sw_lcd_config_ich8lan()
by Bruce Allan
· 14 years ago
a4b7709
drivers/net: Remove unnecessary returns from void function()s
by Joe Perches
· 15 years ago
e98cac4
e1000e: Fix/cleanup PHY reset code for ICHx/PCHx
by Bruce Allan
· 15 years ago
a305595
e1000e: move settting of flow control refresh timer to link setup code
by Bruce Allan
· 15 years ago
a65a4a0
e1000e: fix checks for manageability enabled and management pass-through
by Bruce Allan
· 15 years ago
eab50ff
e1000e: Incorrect function pointer set for force_speed_duplex on 82577
by Bruce Allan
· 15 years ago
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
Next »