summaryrefslogtreecommitdiff
path: root/drivers/net/igb
AgeCommit message (Expand)Author
2008-11-27igb: Add support for pci-e Advanced Error ReportingAlexander Duyck
2008-11-27igb: link up/down messages must follow a specific formatAlexander Duyck
2008-11-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-25igb: loopback bits not correctly cleared from RCTL registerAlexander Duyck
2008-11-25igb: remove unneeded bit refrence when enabling jumbo framesAlexander Duyck
2008-11-23driver/net/*: remove redundant argument commentsQinghuang Feng
2008-11-21igb: do not use phy ops in ethtool test cleanup for non-copper partsAlexander Duyck
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-20igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resizeAlexander Duyck
2008-11-20igb: simplify swap in clean_rx_irq if using packet splitAlexander Duyck
2008-11-19igb: convert to net_device_opsStephen Hemminger
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-16igb: use dev_printk instead of printkBjorn Helgaas
2008-11-16igb: Use device_set_wakeup_enable\"Rafael J. Wysocki\
2008-11-12netdevice: safe convert to netdev_priv() #part-2Wang Chen
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-27net: convert more to %pMJohannes Berg
2008-10-22igb: add IGB_DCA instead of selecting INTEL_IOATDMAJeff Kirsher
2008-10-22igb: fix tx data corruption with transition to L0s on 82575Alexander Duyck
2008-09-03igb: clean up a stray fake netdev code left in rx pathAlexander Duyck
2008-09-03igb: remove unneeded cleaned variable in clean_tx_irq pathAlexander Duyck
2008-08-27igb: remove 82576 quad adapterAlexander Duyck
2008-08-27igb: fix setting the number of tx queuesAlexander Duyck
2008-08-27igb: ethtool -d reads EICR which is incorrect as it is read on clearAlexander Duyck
2008-08-27igb: force all queues to interrupt once every 2 secondsAlexander Duyck
2008-08-07igb: remove igb_init_managability as it is deprecatedAlexander Duyck
2008-08-07igb: remove three redundant functions left in the codeAlexander Duyck
2008-08-07igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck
2008-08-07igb: fixes 82576 serdes init to correctly support manual flow control changesAlexander Duyck
2008-08-07igb: fix null pointer dereference seen with fiber NICsAlexander Duyck
2008-08-07igb: fix commentsAlexander Duyck
2008-07-22net: igb_main.c fix sparse integer as NULL pointer warningHarvey Harrison
2008-07-18igb/ixgbe/e1000e: resolve tx multiqueue bugJeff Kirsher
2008-07-17net: Use queue aware tests throughout.David S. Miller
2008-07-17netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller
2008-07-17igb: Kill CONFIG_NETDEVICES_MULTIQUEUE references, no longer exists.David S. Miller
2008-07-16netdrv intel: always enable VLAN filtering except in promiscous modePatrick McHardy
2008-07-16netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy
2008-07-11igb: Improve multiqueue AIM supportAlexander Duyck
2008-07-11igb: unused variable warning in igb removeAlexander Duyck
2008-07-11igb: update suspend resumeAlexander Duyck
2008-07-11igb: add support for in kernel LROAlexander Duyck
2008-07-11igb: add page recycling supportAlexander Duyck
2008-07-11igb: Add support for quad port WOL and feature flagsAlexander Duyck
2008-07-11igb: add 82576 MAC supportAlexander Duyck
2008-07-11igb: Increment driver versionAuke Kok
2008-07-11igb: reenable CRC stripping in hardwareAuke Kok
2008-07-11igb: add DCA supportJeb Cramer
2008-07-11igb: update ethtool stats to support multiqueueAlexander Duyck
2008-07-11igb: Introduce multiple TX queues with infrastructurePeter P Waskiewicz Jr