| Commit message (Expand) | Author | Age |
* | net: Fix IPv6 GSO type checks in Intel ethernet drivers | Sridhar Samudrala | 2010-01-23 |
* | e1000/e1000e: don't use small hardware rx buffers | Jesse Brandeburg | 2010-01-23 |
* | e1000e: enhance frame fragment detection | Jesse Brandeburg | 2010-01-20 |
* | e1000/e1000e/igb/igbvf/ixgb/ixgbe: Fix tests of unsigned in *_tx_map() | Roel Kluin | 2010-01-20 |
* | e1000e: workaround link issues on busy hub in half duplex on 82577/82578 | Bruce Allan | 2010-01-13 |
* | e1000e: MDIO slow mode should always be done for 82577 | Bruce Allan | 2010-01-13 |
* | e1000e: fix and commonize code for setting the receive address registers | Bruce Allan | 2010-01-08 |
* | e1000e: e1000e_enable_tx_pkt_filtering() returns wrong value | Bruce Allan | 2010-01-08 |
* | e1000e: perform 10/100 adaptive IFS only on parts that support it | Bruce Allan | 2010-01-08 |
* | e1000e: don't accumulate PHY statistics on PHY read failure | Bruce Allan | 2010-01-08 |
* | e1000e: call pci_save_state() after pci_restore_state() | Bruce Allan | 2010-01-08 |
* | e1000e: LED settings in EEPROM ignored on 82571 and 82572 | Bruce Allan | 2009-12-18 |
* | e1000e: only perform ESB2 MDIC workaround on certain configurations | Bruce Allan | 2009-12-08 |
* | e1000e: replace incorrect use of GG82563_REG macro | Bruce Allan | 2009-12-08 |
* | e1000e: minor correction to name of bit in CTRL_EXT register | Bruce Allan | 2009-12-08 |
* | drivers/net: Move && and || to end of previous line | Joe Perches | 2009-12-03 |
* | e1000e: correct ICH/PCH PHY operations function pointers | Bruce Allan | 2009-12-02 |
* | e1000e: refactor PHY ID detection workaround | Bruce Allan | 2009-12-02 |
* | e1000e: check_polarity function pointers not set for 8257x | Bruce Allan | 2009-12-02 |
* | e1000e: remove use of skb_dma_map from e1000e driver | Alexander Duyck | 2009-12-02 |
* | e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom() | Roel Kluin | 2009-12-02 |
* | e1000e: PHY type cleanups in e1000e_check_downshift() | Bruce Allan | 2009-12-02 |
* | e1000e: add debug messages | Bruce Allan | 2009-12-02 |
* | e1000e: comment corrections | Bruce Allan | 2009-12-02 |
* | e1000e: enable new 82567V-3 device | Bruce Allan | 2009-12-02 |
* | e1000e: ensure the link state is correct for serdes links | Bruce Allan | 2009-12-02 |
* | e1000e: provide family-specific PHY power up/down operations | Bruce Allan | 2009-12-02 |
* | e1000e: guard against buffer overflow in cable length tables | Bruce Allan | 2009-12-02 |
* | e1000e: provide family-specific functions to manage VLAN filter arrays | Bruce Allan | 2009-12-02 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2009-11-29 |
|\ |
|
| * | e1000e: do not initiate autonegotiation during OEM configuration | Bruce Allan | 2009-11-20 |
| * | e1000e: remove unnecessary 82577 workaround causing link issues | Bruce Allan | 2009-11-20 |
| * | e1000e: flow control thresholds not correct when changing mtu | Bruce Allan | 2009-11-20 |
| * | e1000e: add Tx timeout factor for 100Mbps | Bruce Allan | 2009-11-20 |
| * | e1000e: set flow control thresholds properly after enabling/disabling pause | Bruce Allan | 2009-11-20 |
| * | e1000e: read of PHY register may access wrong page on 82578 | Bruce Allan | 2009-11-20 |
| * | e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8 | Bruce Allan | 2009-11-20 |
* | | e1000e: update Tx Unit hang detection message | Bruce Allan | 2009-11-21 |
* | | e1000e: cosmetic - group local variables of the same type | Bruce Allan | 2009-11-21 |
* | | e1000e: remove redundant might_sleep() | Bruce Allan | 2009-11-21 |
* | | e1000e: do not error out on identification LED init failure | Bruce Allan | 2009-11-21 |
* | | e1000e: set pm_qos DMA latency requirement per interface when needed | Bruce Allan | 2009-11-21 |
* | | e1000e: cleanup functions that clear hardware statistics | Bruce Allan | 2009-11-21 |
* | | e1000e: cleanup - shift indentation left by exiting early in e1000_tso | Bruce Allan | 2009-11-21 |
* | | e1000e: set bools to true/false instead of 1/0 | Bruce Allan | 2009-11-21 |
* | | e1000e: provide comment for 82571 workaround | Bruce Allan | 2009-11-21 |
* | | e1000e: remove comments regarding a non-existent api module | Bruce Allan | 2009-11-21 |
* | | e1000e: update copyright information | Bruce Allan | 2009-11-21 |
* | | e1000e: cleanup ops function pointers | Bruce Allan | 2009-11-21 |
* | | e1000e: consolidate two dbug macros into one simpler one | Bruce Allan | 2009-11-21 |