summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: Kill netdev_queue lock.David S. Miller2008-07-171-20/+0
* niu: Add TX multiqueue support.David S. Miller2008-07-171-20/+25
* netdev: Convert all drivers away from netif_schedule().David S. Miller2008-07-179-11/+11
* netdev: netdev_priv() can now be sane again.David S. Miller2008-07-171-4/+4
* net: Use queue aware tests throughout.David S. Miller2008-07-175-73/+39
* netdev: Kill NETIF_F_MULTI_QUEUE.David S. Miller2008-07-174-7/+0
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-175-11/+25
* 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-165-36/+5
* netdrv intel: disable VLAN filtering in promiscous modePatrick McHardy2008-07-165-27/+57
* wireless: fix warnings from QoS patchJohannes Berg2008-07-152-44/+8
* netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-153-24/+12
* netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-157-0/+36
* bnx2: Update version to 1.7.8.Michael Chan2008-07-141-2/+2
* bnx2: Support secondary MAC addresses.Benjamin Li2008-07-142-8/+32
* bnx2: Allow flexible VLAN tag settings.Michael Chan2008-07-142-17/+33
* bnx2: Add ack parameter to bnx2_fw_sync().Michael Chan2008-07-141-7/+11
* bnx2: Add PCI ID for 5716.Michael Chan2008-07-141-1/+5
* bnx2: Prevent ethtool -s from crashing when device is down.Michael Chan2008-07-141-1/+12
* Merge branch 'davem-next' of master.kernel.org:/pub/scm/linux/kernel/git/jgar...David S. Miller2008-07-1442-2692/+1738
|\
| * SAA9730: Remove driverRalf Baechle2008-07-114-1533/+0
| * Fix missing exports for net/phy/mdio-bitbang.cTakashi Iwai2008-07-111-0/+2
| * cxgb3 - Add iscsi supportKaren Xie2008-07-115-8/+59
| * virtio_net: Set VIRTIO_NET_F_GUEST_CSUM featureMark McLoughlin2008-07-111-1/+2
| * 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-115-9/+147
| * 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
| * ixgb: update copyright dates and versionsJesse Brandeburg2008-07-1111-13/+13
| * ixgb: make NAPI the only option and the defaultJesse Brandeburg2008-07-112-60/+1
| * ixgb: cleanup headerJesse Brandeburg2008-07-111-8/+6
| * ixgb: audit use of dev_kfree_skb_anyJesse Brandeburg2008-07-111-3/+5
| * ixgb: clean up assignments inside if statementsJesse Brandeburg2008-07-111-10/+16
| * ixgb: rx cleanup performance improvementsJesse Brandeburg2008-07-111-9/+19
| * ixgb: cleanup checkpatch suggestions that are relevantJesse Brandeburg2008-07-111-4/+4
| * ixgb: trivial fix space after forJesse Brandeburg2008-07-115-31/+28
| * ixgb: fix spelling errorsJesse Brandeburg2008-07-115-13/+13
| * ixgb: whitespace fixupsJesse Brandeburg2008-07-115-65/+63
| * ixgb: cleanup space after whileJesse Brandeburg2008-07-112-7/+7
| * ixgb: format all if( to be if (Jesse Brandeburg2008-07-116-132/+130
| * ixgb: clean up un-necessary declarationsJesse Brandeburg2008-07-111-18/+9
| * ixgb: add copybreak parameterJesse Brandeburg2008-07-111-2/+7