aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e
Commit message (Expand)AuthorAge
* e1000e: fix packet corruption and tx hang during NFSv2Jesse Brandeburg2010-03-05
* net: e1000e: convert to use mc helpersJiri Pirko2010-02-05
* e1000e: Fix namespace conflicts wrt. e1000_has_linkDavid S. Miller2010-02-05
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-28
|\
| * net: Fix IPv6 GSO type checks in Intel ethernet driversSridhar Samudrala2010-01-23
| * e1000/e1000e: don't use small hardware rx buffersJesse Brandeburg2010-01-23
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-23
|\|
| * e1000e: enhance frame fragment detectionJesse Brandeburg2010-01-20
| * e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map()Roel Kluin2010-01-20
| * e1000e: workaround link issues on busy hub in half duplex on 82577/82578Bruce Allan2010-01-13
| * e1000e: MDIO slow mode should always be done for 82577Bruce Allan2010-01-13
* | e1000e: genericize the update multicast address listBruce Allan2010-01-13
* | e1000e: provide MAC-family-specific function to set LAN IDBruce Allan2010-01-13
* | e1000e: use alternate MAC address on ESB2 if availableBruce Allan2010-01-13
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-01-11
|\|
| * e1000e: fix and commonize code for setting the receive address registersBruce Allan2010-01-08
| * e1000e: e1000e_enable_tx_pkt_filtering() returns wrong valueBruce Allan2010-01-08
| * e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan2010-01-08
| * e1000e: don't accumulate PHY statistics on PHY read failureBruce Allan2010-01-08
| * e1000e: call pci_save_state() after pci_restore_state()Bruce Allan2010-01-08
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08
|/
* e1000e: LED settings in EEPROM ignored on 82571 and 82572Bruce Allan2009-12-18
* e1000e: only perform ESB2 MDIC workaround on certain configurationsBruce Allan2009-12-08
* e1000e: replace incorrect use of GG82563_REG macroBruce Allan2009-12-08
* e1000e: minor correction to name of bit in CTRL_EXT registerBruce Allan2009-12-08
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03
* e1000e: correct ICH/PCH PHY operations function pointersBruce Allan2009-12-02
* e1000e: refactor PHY ID detection workaroundBruce Allan2009-12-02
* e1000e: check_polarity function pointers not set for 8257xBruce Allan2009-12-02
* e1000e: remove use of skb_dma_map from e1000e driverAlexander Duyck2009-12-02
* e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin2009-12-02
* e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan2009-12-02
* e1000e: add debug messagesBruce Allan2009-12-02
* e1000e: comment correctionsBruce Allan2009-12-02
* e1000e: enable new 82567V-3 deviceBruce Allan2009-12-02
* e1000e: ensure the link state is correct for serdes linksBruce Allan2009-12-02
* e1000e: provide family-specific PHY power up/down operationsBruce Allan2009-12-02
* e1000e: guard against buffer overflow in cable length tablesBruce Allan2009-12-02
* e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan2009-12-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-29
|\
| * e1000e: do not initiate autonegotiation during OEM configurationBruce Allan2009-11-20
| * e1000e: remove unnecessary 82577 workaround causing link issuesBruce Allan2009-11-20
| * e1000e: flow control thresholds not correct when changing mtuBruce Allan2009-11-20
| * e1000e: add Tx timeout factor for 100MbpsBruce Allan2009-11-20
| * e1000e: set flow control thresholds properly after enabling/disabling pauseBruce Allan2009-11-20
| * e1000e: read of PHY register may access wrong page on 82578Bruce Allan2009-11-20
| * e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8Bruce Allan2009-11-20
* | e1000e: update Tx Unit hang detection messageBruce Allan2009-11-21
* | e1000e: cosmetic - group local variables of the same typeBruce Allan2009-11-21
* | e1000e: remove redundant might_sleep()Bruce Allan2009-11-21