aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/netdev.c
Commit message (Expand)AuthorAgeFilesLines
* e1000e: test for unusable MSI supportBruce Allan2008-08-141-10/+162
* e1000e: increase minimum frame size allowedBruce Allan2008-08-141-1/+1
* e1000e: Increase Tx timeout factor for 10MbpsBruce Allan2008-08-141-1/+1
* e1000e: Use skb_copy_to_linear_data_offset introduced in 2.6.22Bruce Allan2008-08-141-3/+6
* e1000e: remove inapplicable test for ioportBruce Allan2008-08-071-38/+10
* e1000e: fix drv load issuesJesse Brandeburg2008-08-071-16/+12
* e1000e: perform basic 82573 EEPROM checks for known issuesAuke Kok2008-08-071-0/+24
* e1000e: convert ndev_ printks to something smallerJeff Kirsher2008-08-071-86/+68
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-5/+6
* e1000e: fix e1000_netpoll(), remove extraneous e1000_clean_tx_irq() callIngo Molnar2008-07-231-2/+0
* igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher2008-07-181-4/+6
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-161-7/+1
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-161-5/+11
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-061-2/+1
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-281-6/+42
|\
| * e1000e: make ioport freeTaku Izumi2008-06-281-6/+42
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-1/+2
|\ \ | |/ |/|
| * e1000e: fix EEH recovery during reset on PPCJeff Kirsher2008-06-271-1/+2
* | e1000e: allow VLAN devices to use TSO and TCP CSUM offloadJeff Kirsher2008-06-111-0/+5
|/
* e1000e: use resource_size_t, not unsigned long, for phys addrsBecky Bruce2008-05-221-2/+2
* e1000e: Add support for BM PHYs on ICH9Bruce Allan2008-05-061-8/+322
* e1000e: Increment version to 0.2.1Jesse Brandeburg2008-04-251-1/+1
* e1000e: save and restore pcie/msi state to support EEH recoveryWendy Xiong2008-04-251-0/+2
* e1000e: cleanup several stats issuesBruce Allan2008-04-251-61/+94
* e1000e: rename a few functionsJeff Kirsher2008-04-161-4/+4
* e1000e: Make arrays out of these Rx/Tx registersJeff Kirsher2008-04-161-8/+8
* e1000e: reorganize PHY and flow control interfaceJeff Kirsher2008-03-281-55/+96
* e1000e: rename mc_addr_list_updateJeff Kirsher2008-03-281-8/+7
* e1000e: reformat comment blocks, cosmetic changes onlyBruce Allan2008-03-281-149/+279
* e1000e: remove irq_semJesse Brandeburg2008-03-261-23/+14
* e1000e: remove unused read value in ASPM disable code.Auke Kok2008-02-241-2/+0
* e1000e: fix spelling errors in commentsAuke Kok2008-02-241-7/+9
* e1000e: PCIe devices do not need to unset MANC_ARP_ENADavid Graham2008-02-151-26/+0
* e1000e: Fix CRC stripping in hardware context bugAuke Kok2008-02-151-3/+3
* e1000e: Fix logic reversal keeping link activeAuke Kok2008-02-111-1/+1
* e1000e: tweak irq allocation messagesAndy Gospodarek2008-02-031-7/+5
* e1000e endianness annotationsAl Viro2008-01-281-6/+6
* [E1000E]: update netstats traffic counters realtimeAuke Kok2008-01-281-4/+6
* e1000/e1000e: Move PCI-Express device IDs over to e1000eAuke Kok2008-01-281-6/+3
* e1000e: Disable L1 ASPM power savings for 82573 mobile variantsAuke Kok2008-01-281-0/+30
* [NET]: Fix interrupt semaphore corruption in Intel drivers.David S. Miller2008-01-201-0/+1
* [NET]: Fix TX timeout regression in Intel drivers.David S. Miller2008-01-171-2/+5
* [NET]: Make ->poll() breakout consistent in Intel ethernet drivers.David S. Miller2008-01-081-4/+4
* [NET]: Do not check netif_running() and carrier state in ->poll()David S. Miller2008-01-081-7/+1
* e1000e: Remove legacy jumbo frame receive codeAuke Kok2007-10-291-281/+1
* e1000e: Re-enable SECRC - crc strippingAuke Kok2007-10-291-13/+6
* e1000e: Fix PBA calculation for jumbo frame packetsAuke Kok2007-10-291-9/+13
* e1000e: Fix jumbo frame receive code.Auke Kok2007-10-291-50/+52
* e1000e: restore flow control settings properlyAuke Kok2007-10-101-0/+1
* e1000e: Simple optimizations in e1000_xmit_frameAuke Kok2007-10-101-5/+4