net: Kconfig change for KSZ884X driver
[safe/jmp/linux-2.6] / drivers / net / e1000e /
2010-02-05 Jiri Pirkonet: e1000e: convert to use mc helpers
2010-02-05 David S. Millere1000e: Fix namespace conflicts wrt. e1000_has_link
2010-01-28 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-23 Sridhar Samudralanet: Fix IPv6 GSO type checks in Intel ethernet drivers
2010-01-23 Jesse Brandeburge1000/e1000e: don't use small hardware rx buffers
2010-01-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-21 Jesse Brandeburge1000e: enhance frame fragment detection
2010-01-21 Roel Kluine1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigne...
2010-01-14 Bruce Allane1000e: genericize the update multicast address list
2010-01-14 Bruce Allane1000e: provide MAC-family-specific function to set...
2010-01-14 Bruce Allane1000e: use alternate MAC address on ESB2 if available
2010-01-14 Bruce Allane1000e: workaround link issues on busy hub in half...
2010-01-14 Bruce Allane1000e: MDIO slow mode should always be done for 82577
2010-01-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-01-08 Bruce Allane1000e: fix and commonize code for setting the receive...
2010-01-08 Bruce Allane1000e: e1000e_enable_tx_pkt_filtering() returns wrong...
2010-01-08 Bruce Allane1000e: perform 10/100 adaptive IFS only on parts that...
2010-01-08 Bruce Allane1000e: don't accumulate PHY statistics on PHY read...
2010-01-08 Bruce Allane1000e: call pci_save_state() after pci_restore_state()
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-12-19 Bruce Allane1000e: LED settings in EEPROM ignored on 82571 and...
2009-12-09 Bruce Allane1000e: only perform ESB2 MDIC workaround on certain...
2009-12-09 Bruce Allane1000e: replace incorrect use of GG82563_REG macro
2009-12-09 Bruce Allane1000e: minor correction to name of bit in CTRL_EXT...
2009-12-03 Joe Perchesdrivers/net: Move && and || to end of previous line
2009-12-03 Bruce Allane1000e: correct ICH/PCH PHY operations function pointers
2009-12-03 Bruce Allane1000e: refactor PHY ID detection workaround
2009-12-03 Bruce Allane1000e: check_polarity function pointers not set for...
2009-12-03 Alexander Duycke1000e: remove use of skb_dma_map from e1000e driver
2009-12-02 Roel Kluine1000e: Use sizeof struct rather than pointer in e1000_...
2009-12-02 Bruce Allane1000e: PHY type cleanups in e1000e_check_downshift()
2009-12-02 Bruce Allane1000e: add debug messages
2009-12-02 Bruce Allane1000e: comment corrections
2009-12-02 Bruce Allane1000e: enable new 82567V-3 device
2009-12-02 Bruce Allane1000e: ensure the link state is correct for serdes...
2009-12-02 Bruce Allane1000e: provide family-specific PHY power up/down opera...
2009-12-02 Bruce Allane1000e: guard against buffer overflow in cable length...
2009-12-02 Bruce Allane1000e: provide family-specific functions to manage...
2009-11-29 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-21 Bruce Allane1000e: update Tx Unit hang detection message
2009-11-21 Bruce Allane1000e: cosmetic - group local variables of the same...
2009-11-21 Bruce Allane1000e: remove redundant might_sleep()
2009-11-21 Bruce Allane1000e: do not error out on identification LED init...
2009-11-21 Bruce Allane1000e: set pm_qos DMA latency requirement per interfac...
2009-11-21 Bruce Allane1000e: cleanup functions that clear hardware statistics
2009-11-21 Bruce Allane1000e: cleanup - shift indentation left by exiting...
2009-11-21 Bruce Allane1000e: set bools to true/false instead of 1/0
2009-11-21 Bruce Allane1000e: provide comment for 82571 workaround
2009-11-21 Bruce Allane1000e: remove comments regarding a non-existent api...
2009-11-21 Bruce Allane1000e: update copyright information
2009-11-21 Bruce Allane1000e: cleanup ops function pointers
2009-11-21 Bruce Allane1000e: consolidate two dbug macros into one simpler one
2009-11-21 Bruce Allane1000e: cleanup redundant #include's
2009-11-21 Bruce Allane1000e: Incorrect MII Link beat reporting.
2009-11-21 Bruce Allane1000e: disable K1 on PCH LOM when in PHY loopback...
2009-11-21 Bruce Allane1000e: improper return code signage
2009-11-21 Bruce Allane1000e: link reporting problems
2009-11-21 Bruce Allane1000e: don't clean Rx ring while resetting
2009-11-21 Bruce Allane1000e: function pointers for ethtool set/get offloads
2009-11-21 Bruce Allane1000e: clearing interrupt timers causes descriptors...
2009-11-21 Bruce Allane1000e: add missing tests for 82583 in ethtool functions
2009-11-21 Bruce Allane1000e: check WoL mode is among set of supported modes
2009-11-20 Bruce Allane1000e: do not initiate autonegotiation during OEM...
2009-11-20 Bruce Allane1000e: remove unnecessary 82577 workaround causing...
2009-11-20 Bruce Allane1000e: flow control thresholds not correct when changi...
2009-11-20 Bruce Allane1000e: add Tx timeout factor for 100Mbps
2009-11-20 Bruce Allane1000e: set flow control thresholds properly after...
2009-11-20 Bruce Allane1000e: read of PHY register may access wrong page...
2009-11-20 Bruce Allane1000e: partial revert of 3ec2a2b8 plus FC workraround...
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-11-06 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-30 Bruce Allane1000e: rework disable K1 at 1000Mbps for 82577/82578
2009-10-30 Bruce Allane1000e: config PHY via software after resets
2009-10-29 Bruce Allane1000e: flow control doesn't re-enable
2009-10-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-26 Bruce Allane1000e: allow for swflag to be held over consecutive...
2009-10-26 Bruce Allane1000e: separate mutex usage between NVM and PHY/CSR...
2009-10-26 Bruce Allane1000e: 82577/82578 requires a different method to...
2009-10-26 Bruce Allane1000e: increase swflag acquisition timeout for ICHx/PCH
2009-10-26 Bruce Allane1000e: clear PHY wakeup bit after LCD reset on 82577...
2009-10-23 Bruce Allane1000e: reset the PHY on 82577/82578 when going to Sx
2009-10-13 Ajit Khapardee1000e: Fix erroneous display of stats by ethtool -S
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-08 Ajit Khapardee1000e: Use the instance of net_device_stats from net_d...
2009-10-05 Alexander Duycke1000e: swap max hw supported frame size between 82574...
2009-10-02 Frans Pope1000e/igb/ixgbe: Don't report an error if devices...
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-09-01 Stephen Hemmingerintel: convert drivers to netdev_tx_t
2009-08-16 Xiaotian Fenge1000e: fix use of pci_enable_pcie_error_reporting
2009-08-16 Bruce Allane1000e: WoL does not work on 82577/82578 with manageabi...
2009-08-10 Bruce Allane1000e: fix potential NVM corruption on ICH9 with 8K...
2009-08-10 Bruce Allane1000e: fix acquisition of SW/FW/HW semaphore for ICHx...
2009-07-04 Bruce Allane1000e: disable K1 at 1000Mbps for 82577/82578
2009-07-04 Bruce Allane1000e: delay second read of PHY_STATUS register on...
2009-07-04 Bruce Allane1000e: prevent NVM corruption on sectors larger than 4K
2009-07-04 Bruce Allane1000e: do not write SmartSpeed register bits on parts...
2009-07-04 Bruce Allane1000e: delay after LCD reset and proper checks for...
2009-07-04 Bruce Allane1000e: PHY loopback broken on 82578
2009-07-01 Mike Masone1000e: io_error_detected callback should return PCI_ER...
next