aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-27net: convert more to %pMJohannes Berg1-4/+2
2008-10-22igb: add IGB_DCA instead of selecting INTEL_IOATDMAJeff Kirsher1-16/+16
2008-10-22igb: fix tx data corruption with transition to L0s on 82575Alexander Duyck1-2/+26
2008-09-03igb: clean up a stray fake netdev code left in rx pathAlexander Duyck1-5/+0
2008-09-03igb: remove unneeded cleaned variable in clean_tx_irq pathAlexander Duyck1-5/+2
2008-08-27igb: remove 82576 quad adapterAlexander Duyck4-22/+0
2008-08-27igb: fix setting the number of tx queuesAlexander Duyck1-2/+2
2008-08-27igb: ethtool -d reads EICR which is incorrect as it is read on clearAlexander Duyck1-2/+6
2008-08-27igb: force all queues to interrupt once every 2 secondsAlexander Duyck1-1/+9
2008-08-07igb: remove igb_init_managability as it is deprecatedAlexander Duyck1-25/+0
2008-08-07igb: remove three redundant functions left in the codeAlexander Duyck5-154/+0
2008-08-07igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck4-3/+3
2008-08-07igb: fixes 82576 serdes init to correctly support manual flow control changesAlexander Duyck2-0/+7
2008-08-07igb: fix null pointer dereference seen with fiber NICsAlexander Duyck1-1/+2
2008-08-07igb: fix commentsAlexander Duyck2-2/+2
2008-07-22net: igb_main.c fix sparse integer as NULL pointer warningHarvey Harrison1-1/+1
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher1-0/+2
2008-07-17net: Use queue aware tests throughout.David S. Miller1-14/+5
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller1-2/+0
2008-07-17igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2-53/+0
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy1-8/+1
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy1-8/+13
2008-07-11igb: Improve multiqueue AIM supportAlexander Duyck3-81/+113
2008-07-11igb: unused variable warning in igb removeAlexander Duyck1-0/+2
2008-07-11igb: update suspend resumeAlexander Duyck1-17/+29
2008-07-11igb: add support for in kernel LROAlexander Duyck4-9/+138
2008-07-11igb: add page recycling supportAlexander Duyck2-79/+63
2008-07-11igb: Add support for quad port WOL and feature flagsAlexander Duyck3-36/+81
2008-07-11igb: add 82576 MAC supportAlexander Duyck9-86/+476
2008-07-11igb: Increment driver versionAuke Kok1-1/+1
2008-07-11igb: reenable CRC stripping in hardwareAuke Kok1-4/+5
2008-07-11igb: add DCA supportJeb Cramer4-4/+187
2008-07-11igb: update ethtool stats to support multiqueueAlexander Duyck3-4/+12
2008-07-11igb: Introduce multiple TX queues with infrastructurePeter P Waskiewicz Jr2-53/+114
2008-07-06netdrv: don't truncate VLAN TCI with VLAN strippingPatrick McHardy1-2/+1
2008-07-04igb: add NAPI Rx queue supportPJ Waskiewicz2-89/+61
2008-07-04igb: fix init on 82575 with MNG enabledAlexander Duyck4-0/+79
2008-07-04igb: eliminate hw from the hw_dbg macro argumentsAuke Kok7-182/+147
2008-07-04igb: fix parameter optionsAlexander Duyck1-4/+0
2008-07-04igb: cleanup function header commentsJeff Kirsher4-103/+103
2008-07-04igb: Remove adapter struct from these function call parametersMitch Williams1-48/+40
2008-07-04igb: limit EEPROM accessJeff Kirsher1-0/+4
2008-06-28Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller2-6/+45
2008-06-28igb: make ioport freeTaku Izumi2-6/+45
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2008-06-27igb: fix EEH recovery during reset on PPCJeff Kirsher1-1/+2
2008-06-11igb: allow vlan devices to use TSO and TCP CSUM offloadJeff Kirsher1-1/+6
2008-04-25igb: save and restore pcie/msi state to support EEH recoveryAuke Kok1-0/+2
2008-03-25igb trivial annotationsAl Viro3-69/+72