Age | Commit message (Expand) | Author | Files | Lines |
2009-11-21 | e1000e: do not initiate autonegotiation during OEM configuration | Bruce Allan | 1 | -1/+2 |
2009-11-21 | e1000e: remove unnecessary 82577 workaround causing link issues | Bruce Allan | 1 | -10/+0 |
2009-11-21 | e1000e: flow control thresholds not correct when changing mtu | Bruce Allan | 1 | -4/+3 |
2009-11-21 | e1000e: add Tx timeout factor for 100Mbps | Bruce Allan | 1 | -1/+1 |
2009-11-21 | e1000e: set flow control thresholds properly after enabling/disabling pause | Bruce Allan | 1 | -2/+10 |
2009-11-21 | e1000e: read of PHY register may access wrong page on 82578 | Bruce Allan | 1 | -24/+22 |
2009-11-21 | e1000e: partial revert of 3ec2a2b8 plus FC workraround for 82577/8 | Bruce Allan | 3 | -12/+32 |
2009-10-30 | e1000e: rework disable K1 at 1000Mbps for 82577/82578 | Bruce Allan | 5 | -28/+190 |
2009-10-30 | e1000e: config PHY via software after resets | Bruce Allan | 2 | -78/+218 |
2009-10-27 | e1000e: allow for swflag to be held over consecutive PHY accesses | Bruce Allan | 4 | -141/+346 |
2009-10-27 | e1000e: separate mutex usage between NVM and PHY/CSR register for ICHx/PCH | Bruce Allan | 1 | -31/+58 |
2009-10-27 | e1000e: 82577/82578 requires a different method to configure LPLU | Bruce Allan | 1 | -0/+40 |
2009-10-27 | e1000e: increase swflag acquisition timeout for ICHx/PCH | Bruce Allan | 1 | -1/+3 |
2009-10-27 | e1000e: clear PHY wakeup bit after LCD reset on 82577/82578 | Bruce Allan | 1 | -1/+9 |
2009-10-23 | e1000e: reset the PHY on 82577/82578 when going to Sx | Bruce Allan | 1 | -2/+1 |
2009-10-05 | e1000e: swap max hw supported frame size between 82574 and 82583 | Alexander Duyck | 1 | -2/+2 |
2009-10-02 | e1000e/igb/ixgbe: Don't report an error if devices don't support AER | Frans Pop | 1 | -11/+2 |
2009-09-04 | netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations | Ben Hutchings | 1 | -2/+0 |
2009-09-02 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -11/+11 |
2009-09-01 | intel: convert drivers to netdev_tx_t | Stephen Hemminger | 1 | -1/+2 |
2009-08-16 | e1000e: fix use of pci_enable_pcie_error_reporting | Xiaotian Feng | 1 | -8/+8 |
2009-08-16 | e1000e: WoL does not work on 82577/82578 with manageability enabled | Bruce Allan | 1 | -3/+3 |
2009-08-10 | e1000e: fix potential NVM corruption on ICH9 with 8K bank size | Bruce Allan | 1 | -38/+12 |
2009-08-10 | e1000e: fix acquisition of SW/FW/HW semaphore for ICHx parts | Bruce Allan | 1 | -13/+31 |
2009-07-04 | e1000e: disable K1 at 1000Mbps for 82577/82578 | Bruce Allan | 3 | -7/+110 |
2009-07-04 | e1000e: delay second read of PHY_STATUS register on failure of first read | Bruce Allan | 1 | -1/+6 |
2009-07-04 | e1000e: prevent NVM corruption on sectors larger than 4K | Bruce Allan | 1 | -2/+17 |
2009-07-04 | e1000e: do not write SmartSpeed register bits on parts without support | Bruce Allan | 1 | -4/+15 |
2009-07-04 | e1000e: delay after LCD reset and proper checks for PHY configuration done | Bruce Allan | 2 | -44/+82 |
2009-07-04 | e1000e: PHY loopback broken on 82578 | Bruce Allan | 2 | -0/+7 |
2009-07-01 | e1000e: io_error_detected callback should return PCI_ERS_RESULT_DISCONNECT | Mike Mason | 1 | -0/+3 |
2009-06-19 | e1000e: stop unnecessary polling when using msi-x | Andy Gospodarek | 1 | -1/+1 |
2009-06-15 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 1 | -1/+1 |
2009-06-12 | trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentati... | Martin Olsson | 1 | -1/+1 |
2009-06-09 | e1000e: Expose MDI-X status via ethtool change | Chaitanya Lala | 1 | -0/+9 |
2009-06-09 | e1000e: Call e1000e_config_collision_dist() after TCTL has been set | Simon Horman | 1 | -2/+2 |
2009-06-09 | e1000e: Fixes possible phy corrupton on 82571 designs. | Dave Graham | 3 | -7/+83 |
2009-06-08 | net: skb_shared_info optimization | Eric Dumazet | 1 | -2/+2 |
2009-06-03 | e1000e: bump the version number | Bruce Allan | 1 | -1/+1 |
2009-06-03 | e1000e: workaround a Tx hang on 82577/82578 | Bruce Allan | 1 | -2/+7 |
2009-06-03 | e1000e: add support for 82577/82578 GbE LOM parts | Bruce Allan | 10 | -68/+1441 |
2009-06-03 | e1000e: specify max supported frame size in adapter struct | Bruce Allan | 5 | -20/+31 |
2009-06-03 | e1000e: correct flow control thresholds | Bruce Allan | 2 | -6/+10 |
2009-06-03 | e1000e: do not attempt to disable smart powerdown if not supported | Bruce Allan | 1 | -1/+2 |
2009-06-03 | e1000e: enable CRC stripping by default | Bruce Allan | 1 | -0/+2 |
2009-05-29 | net: dont update dev->trans_start | Eric Dumazet | 1 | -1/+0 |
2009-05-27 | igb/e1000e: update PSSR_MDIX value to reflect correct bit | Alexander Duyck | 1 | -1/+1 |
2009-05-08 | e1000/e1000e/igb/ixgb: don't txhang after link down | Jesse Brandeburg | 1 | -0/+2 |
2009-04-22 | e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily | Jesse Brandeburg | 1 | -4/+4 |
2009-04-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+4 |