aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/igb
Commit message (Expand)AuthorAgeFilesLines
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-1/+1
* igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resizeAlexander Duyck2008-11-203-57/+59
* igb: simplify swap in clean_rx_irq if using packet splitAlexander Duyck2008-11-201-2/+4
* igb: convert to net_device_opsStephen Hemminger2008-11-191-14/+19
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-182-6/+10
|\
| * igb: use dev_printk instead of printkBjorn Helgaas2008-11-161-4/+3
| * igb: Use device_set_wakeup_enable\"Rafael J. Wysocki\2008-11-162-2/+7
* | netdevice: safe convert to netdev_priv() #part-2Wang Chen2008-11-121-2/+2
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* | net: convert more to %pMJohannes Berg2008-10-271-4/+2
|/
* igb: add IGB_DCA instead of selecting INTEL_IOATDMAJeff Kirsher2008-10-221-16/+16
* igb: fix tx data corruption with transition to L0s on 82575Alexander Duyck2008-10-221-2/+26
* igb: clean up a stray fake netdev code left in rx pathAlexander Duyck2008-09-031-5/+0
* igb: remove unneeded cleaned variable in clean_tx_irq pathAlexander Duyck2008-09-031-5/+2
* igb: remove 82576 quad adapterAlexander Duyck2008-08-274-22/+0
* igb: fix setting the number of tx queuesAlexander Duyck2008-08-271-2/+2
* igb: ethtool -d reads EICR which is incorrect as it is read on clearAlexander Duyck2008-08-271-2/+6
* igb: force all queues to interrupt once every 2 secondsAlexander Duyck2008-08-271-1/+9
* igb: remove igb_init_managability as it is deprecatedAlexander Duyck2008-08-071-25/+0
* igb: remove three redundant functions left in the codeAlexander Duyck2008-08-075-154/+0
* igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck2008-08-074-3/+3
* igb: fixes 82576 serdes init to correctly support manual flow control changesAlexander Duyck2008-08-072-0/+7
* igb: fix null pointer dereference seen with fiber NICsAlexander Duyck2008-08-071-1/+2
* igb: fix commentsAlexander Duyck2008-08-072-2/+2
* 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-171-14/+5
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-171-2/+0
* igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller2008-07-172-53/+0
* netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy2008-07-161-8/+1
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-161-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/+63
* 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-061-2/+1
* igb: add NAPI Rx queue supportPJ Waskiewicz2008-07-042-89/+61
* 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/+147
* igb: fix parameter optionsAlexander Duyck2008-07-041-4/+0
* igb: cleanup function header commentsJeff Kirsher2008-07-044-103/+103
* igb: Remove adapter struct from these function call parametersMitch Williams2008-07-041-48/+40