summaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* net: igb_main.c fix sparse integer as NULL pointer warningHarvey Harrison2008-07-221-1/+1
* igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher2008-07-181-0/+2
* net: Use queue aware tests throughout.David S. Miller2008-07-181-14/+5Star
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-181-2/+0Star
* igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2008-07-182-53/+0Star
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-171-8/+1Star
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-171-8/+13
* igb: Improve multiqueue AIM supportAlexander Duyck2008-07-113-81/+113
* igb: unused variable warning in igb removeAlexander Duyck2008-07-111-0/+2
* igb: update suspend resumeAlexander Duyck2008-07-111-17/+29
* igb: add support for in kernel LROAlexander Duyck2008-07-114-9/+138
* igb: add page recycling supportAlexander Duyck2008-07-112-79/+63Star
* igb: Add support for quad port WOL and feature flagsAlexander Duyck2008-07-113-36/+81
* igb: add 82576 MAC supportAlexander Duyck2008-07-119-86/+476
* igb: Increment driver versionAuke Kok2008-07-111-1/+1
* igb: reenable CRC stripping in hardwareAuke Kok2008-07-111-4/+5
* igb: add DCA supportJeb Cramer2008-07-114-4/+187
* igb: update ethtool stats to support multiqueueAlexander Duyck2008-07-113-4/+12
* igb: Introduce multiple TX queues with infrastructurePeter P Waskiewicz Jr2008-07-112-53/+114
* netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy2008-07-071-2/+1Star
* igb: add NAPI Rx queue supportPJ Waskiewicz2008-07-042-89/+61Star
* igb: fix init on 82575 with MNG enabledAlexander Duyck2008-07-044-0/+79
* igb: eliminate hw from the hw_dbg macro argumentsAuke Kok2008-07-047-182/+147Star
* igb: fix parameter optionsAlexander Duyck2008-07-041-4/+0Star
* igb: cleanup function header commentsJeff Kirsher2008-07-044-103/+103
* igb: Remove adapter struct from these function call parametersMitch Williams2008-07-041-48/+40Star
* igb: limit EEPROM accessJeff Kirsher2008-07-041-0/+4
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-06-292-6/+45
|\
| * igb: make ioport freeTaku Izumi2008-06-282-6/+45
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-281-1/+2
|\ \ | |/ |/|
| * igb: fix EEH recovery during reset on PPCJeff Kirsher2008-06-271-1/+2
* | igb: allow vlan devices to use TSO and TCP CSUM offloadJeff Kirsher2008-06-121-1/+6
|/
* igb: save and restore pcie/msi state to support EEH recoveryAuke Kok2008-04-251-0/+2
* igb trivial annotationsAl Viro2008-03-263-69/+72
* igb: endianness fixAl Viro2008-03-261-2/+2
* igb: Correctly get protocol informationMitch Williams2008-03-171-4/+17
* igb: Fix panic with NICs with 1000BASE-SX PHYBill Hayes2008-02-241-2/+4
* igb: fix legacy mode irq issueAndy Gospodarek2008-02-241-7/+2Star
* igb: PCIe devices do not need to unset MANC_ARP_ENADavid Graham2008-02-151-28/+0Star
* replace code with FIELD_SIZEOFJulia Lawall2008-02-111-1/+1
* igb: remove unneeded declaration shadowing earlier oneAuke Kok2008-02-031-1/+0Star
* igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok2008-01-2915-0/+13615