summaryrefslogtreecommitdiff
path: root/drivers/net/e1000e/ich8lan.c
AgeCommit message (Expand)Author
2011-08-13e1000e: workaround invalid Tx/Rx tail descriptor register writeBruce Allan
2011-08-13e1000e: workaround for packet drop on 82579 at 100MbpsBruce Allan
2011-08-13e1000e: Spurious interrupts & dropped packets with 82577/8/9 in half-duplexBruce Allan
2011-08-04e1000e: remove unnecessary check for NULL pointerBruce Allan
2011-08-04intel drivers: repair missing flush operationsJesse Brandeburg
2011-06-09e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800Bruce Allan
2011-06-09e1000e: access multiple PHY registers on same page at the same timeBruce Allan
2011-06-09e1000e: log when swflag is cleared unexpectedly on ICH/PCH devicesBruce Allan
2011-06-09e1000e: 82579 intermittently disabled during S0->SxBruce Allan
2011-04-27e1000e: implement ethtool set_phys_idBruce Allan
2011-04-13e1000e: convert short duration msleep() to usleep_range()Bruce Allan
2011-03-11e1000e: disable jumbo frames on 82579 when MACsec enabled in EEPROMBruce Allan
2011-03-11e1000e: do not toggle LANPHYPC value bit when PHY reset is blockedBruce Allan
2011-03-11e1000e: extend EEE LPI timer to prevent dropped linkBruce Allan
2011-01-24e1000e: reduce scope of some variables, remove unnecessary onesBruce Allan
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-01-14e1000e: update Copyright for 2011Bruce Allan
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds
2011-01-09e1000e: use either_crc_le() rather than re-write itBruce Allan
2011-01-09e1000e: convert calls of ops.[read|write]_reg to e1e_[r|w]phyBruce Allan
2011-01-09e1000e: cleanup variables set but not usedBruce Allan
2010-12-24e1000e: checkpatch warnings - bracesBruce Allan
2010-12-10e1000e: 82579 PHY incorrectly identified during initBruce Allan
2010-12-10e1000e: 82577/8/9 mis-configured OEM bits during S0->SxBruce Allan
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-09-30e1000e: 82579 performance improvementsBruce Allan
2010-09-22e1000e: 82579 do not gate auto config of PHY by hardware during nominal useBruce Allan
2010-09-22e1000e: 82579 jumbo frame workaround causing CRC errorsBruce Allan
2010-09-22e1000e: 82579 unaccounted missed packetsBruce Allan
2010-09-22e1000e: 82566DC fails to get linkBruce Allan
2010-09-22e1000e: 82579 SMBus address and LEDs incorrect after device resetBruce Allan
2010-09-22e1000e: 82577/8/9 issues with device in SxBruce Allan
2010-06-29e1000e: disable EEE support by defaultBruce Allan
2010-06-23e1000e: disable gig speed when in S0->Sx transitionBruce Allan
2010-06-18e1000e: update copyright informationBruce Allan
2010-06-18e1000e: enable support for EEE on 82579Bruce Allan
2010-06-18e1000e: initial support for 82579 LOMsBruce Allan
2010-06-18e1000e: fix check for manageability on ICHx/PCHBruce Allan
2010-06-18e1000e: separate out PHY statistics register updatesBruce Allan
2010-06-18e1000e: cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-05-12e1000e: Fix/cleanup PHY reset code for ICHx/PCHxBruce Allan
2010-05-12e1000e: move settting of flow control refresh timer to link setup codeBruce Allan
2010-05-12e1000e: fix checks for manageability enabled and management pass-throughBruce Allan
2010-05-12e1000e: Incorrect function pointer set for force_speed_duplex on 82577Bruce Allan
2010-05-12e1000e: Cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan
2010-05-12e1000e: cleanup multiple common exit pointsBruce Allan
2010-05-06e1000e: Reset 82577/82578 PHY before first PHY register readBruce Allan
2010-05-06e1000e: reset MAC-PHY interconnect on 82577/82578 during Sx->S0Bruce Allan
2010-03-30e1000e: typo correctionsJoe Perches