aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/netdev.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-09e1000e: don't generate bad checksums for tcp packets with 0 csumDave Graham1-23/+39
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-35/+33
2008-10-02e1000e: update version from k4 to k6Jesse Brandeburg1-1/+1
2008-10-02e1000e: drop stats lockJesse Brandeburg1-18/+0
2008-10-02e1000e: remove phy read from inside spinlockJesse Brandeburg1-13/+0
2008-10-02e1000e: do not ever sleep in interrupt contextJesse Brandeburg1-3/+28
2008-10-01e1000e: write protect ICHx NVM to prevent malicious write/eraseBruce Allan1-3/+7
2008-09-24e1000e: avoid duplicated output of device name in kernel warningFrans Pop1-2/+4
2008-09-03e1000e: add support for new 82574L partBruce Allan1-46/+363
2008-09-03e1000e: add support for 82567LM-3 and 82567LF-3 (ICH10D) partsBruce Allan1-0/+25
2008-09-03e1000e: add support for the 82567LM-4 deviceBruce Allan1-0/+1
2008-08-14e1000e: test for unusable MSI supportBruce Allan1-10/+162
2008-08-14e1000e: increase minimum frame size allowedBruce Allan1-1/+1
2008-08-14e1000e: Increase Tx timeout factor for 10MbpsBruce Allan1-1/+1
2008-08-14e1000e: Use skb_copy_to_linear_data_offset introduced in 2.6.22Bruce Allan1-3/+6
2008-08-07e1000e: remove inapplicable test for ioportBruce Allan1-38/+10
2008-08-07e1000e: fix drv load issuesJesse Brandeburg1-16/+12
2008-08-07e1000e: perform basic 82573 EEPROM checks for known issuesAuke Kok1-0/+24
2008-08-07e1000e: convert ndev_ printks to something smallerJeff Kirsher1-86/+68
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-5/+6
2008-07-23e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() callIngo Molnar1-2/+0
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher1-4/+6
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy1-7/+1
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-5/+11
2008-07-06netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy1-2/+1
2008-06-28Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-6/+42
2008-06-28e1000e: make ioport freeTaku Izumi1-6/+42
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-06-27e1000e: fix EEH recovery during reset on PPCJeff Kirsher1-1/+2
2008-06-11e1000e: allow VLAN devices to use TSO and TCP CSUM offloadJeff Kirsher1-0/+5
2008-05-22e1000e: use resource_size_t, not unsigned long, for phys addrsBecky Bruce1-2/+2
2008-05-06e1000e: Add support for BM PHYs on ICH9Bruce Allan1-8/+322
2008-04-25e1000e: Increment version to 0.2.1Jesse Brandeburg1-1/+1
2008-04-25e1000e: save and restore pcie/msi state to support EEH recoveryWendy Xiong1-0/+2
2008-04-25e1000e: cleanup several stats issuesBruce Allan1-61/+94
2008-04-16e1000e: rename a few functionsJeff Kirsher1-4/+4
2008-04-16e1000e: Make arrays out of these Rx/Tx registersJeff Kirsher1-8/+8
2008-03-28e1000e: reorganize PHY and flow control interfaceJeff Kirsher1-55/+96
2008-03-28e1000e: rename mc_addr_list_updateJeff Kirsher1-8/+7
2008-03-28e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan1-149/+279
2008-03-26e1000e: remove irq_semJesse Brandeburg1-23/+14
2008-02-24e1000e: remove unused read value in ASPM disable code.Auke Kok1-2/+0
2008-02-24e1000e: fix spelling errors in commentsAuke Kok1-7/+9
2008-02-15e1000e: PCIe devices do not need to unset MANC_ARP_ENADavid Graham1-26/+0
2008-02-15e1000e: Fix CRC stripping in hardware context bugAuke Kok1-3/+3
2008-02-11e1000e: Fix logic reversal keeping link activeAuke Kok1-1/+1
2008-02-03e1000e: tweak irq allocation messagesAndy Gospodarek1-7/+5
2008-01-28e1000e endianness annotationsAl Viro1-6/+6
2008-01-28[E1000E]: update netstats traffic counters realtimeAuke Kok1-4/+6
2008-01-28e1000/e1000e: Move PCI-Express device IDs over to e1000eAuke Kok1-6/+3