summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-02-07igb: update feature flags supported in ethtoolAlexander Duyck2-11/+10
2009-02-07igb: remove unused rx_hdr_split statisticAlexander Duyck2-2/+0
2009-02-07igb: rename nvm opsAlexander Duyck6-29/+27
2009-02-07igb: rename phy opsAlexander Duyck6-254/+162
2009-02-07igb: read address from RAH/RAL instead of from EEPROMAlexander Duyck2-17/+13
2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck5-47/+12
2009-02-07igb: add link check functionAlexander Duyck1-17/+42
2009-02-07igb: remove check for needing an io portAlexander Duyck2-44/+10
2009-02-07igb: move initialization of number of queues into set_interrupt_capabilityAlexander Duyck1-5/+5
2009-02-07igb: move setting of buffsz out of repeated path in alloc_rx_buffersAlexander Duyck1-11/+8
2009-02-07igb: optimize/refactor receive pathAlexander Duyck1-22/+22
2009-02-07ixgbe: Fix a set_num_queues() bug that can result in num_(r|t)x_queues = 0Peter P Waskiewicz Jr1-4/+0
2009-02-07forcedeth: bump version to 63Ayaz Abdulla1-1/+1
2009-02-07forcedeth: recover error supportAyaz Abdulla1-3/+10
2009-02-07forcedeth: ethtool tx csum fixAyaz Abdulla1-1/+1
2009-02-07forcedeth: msi interrupt fixAyaz Abdulla1-0/+5
2009-02-07forcedeth: mgmt unit interfaceAyaz Abdulla1-16/+82
2009-02-07ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr1-37/+23
2009-02-07ixgbe: Update flow control state machine in link setupPeter P Waskiewicz Jr7-122/+327
2009-02-06forcedeth: enable msix to defaultYinghai Lu1-1/+1
2009-02-06forcedeth: ck804 and mcp55 doesn't need timerirqYinghai Lu1-4/+4
2009-02-06forcedeth: disable irq at first before schedule rxYinghai Lu1-2/+2
2009-02-06forcedeth: don't clear nic_poll_irq too earlyYinghai Lu1-3/+5
2009-02-06forcedeth: make msi-x different name for rx-txYinghai Lu1-3/+14
2009-02-06e1000e: normalize usage of serdes_has_linkAlex Chiang2-3/+3
2009-02-06ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr3-1/+13
2009-02-06ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr4-80/+49
2009-02-06ixgbe: Refactor set_num_queues() and cache_ring_register()Peter P Waskiewicz Jr1-104/+118
2009-02-06tun: Limit amount of queued packets per deviceHerbert Xu1-53/+114
2009-02-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-3/+5
2009-02-05Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller4-4/+6
2009-02-05gianfar: Fix stashing supportAndy Fleming2-3/+32
2009-02-05gianfar: Add support for skb recyclingAndy Fleming2-4/+21
2009-02-05netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming12-490/+549
2009-02-05gianfar: Fix potential soft reset raceAndy Fleming1-0/+3
2009-02-05gianfar: Fix BD_LENGTH_MASK definitionAndy Fleming1-1/+1
2009-02-05virtio_net: Allow setting the MAC address of the NICAlex Williamson1-2/+21
2009-02-05virtio_net: Add support for VLAN filtering in the hypervisorAlex Williamson1-1/+30
2009-02-05virtio_net: Add a MAC filter tableAlex Williamson1-8/+47
2009-02-05virtio_net: Add a set_rx_mode interfaceAlex Williamson1-1/+33
2009-02-05virtio_net: Add a virtqueue for outbound control commandsAlex Williamson1-3/+65
2009-02-05cxgb3: Fix lro switchDivy Le Ray1-2/+1
2009-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-31/+46
2009-02-04Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2009-02-04e1000: Fix PCI enable to honor the need_ioport flagKarsten Keil1-1/+1
2009-02-04s2io: Formatting log messageBreno Leitao1-3/+2
2009-02-04pcnet_cs: Fix misuse of the equality operator.Cord Walter1-1/+1
2009-02-04hso: add new device id'sFilip Aben1-1/+3
2009-02-04sky2: set VPD sizeStephen Hemminger1-12/+29
2009-02-04sky2: move VPD display into debug interfaceStephen Hemminger1-68/+87