aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller5-43/+74
2009-02-07igb: remove dead code in transmit routineJesse Brandeburg1-3/+0
2009-02-07igb: update version number and copyright datesAlexander Duyck14-16/+16
2009-02-07igb: fix two minor items found during code reviewAlexander Duyck1-2/+4
2009-02-07igb: update stats before doing reset in igb_downAlexander Duyck1-0/+4
2009-02-07igb: remove redundant count set and err_hw_initAlexander Duyck1-11/+4
2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck2-2/+2
2009-02-07igb: change pba size determination from if to switch statementAlexander Duyck1-4/+7
2009-02-07igb: move get_hw_control within igb_resume.Alexander Duyck1-4/+5
2009-02-07igb: don't read eicr when responding to legacy interruptsAlexander Duyck1-4/+1
2009-02-07igb: remove unnecessary adapter->hw calls when just hw-> will do.Alexander Duyck1-11/+10
2009-02-07igb: rename igb_update_mc_addr_list_82575 to not include the 82575Alexander Duyck3-9/+8
2009-02-07igb: remove redundant timer updates and cleanup watchdog_taskAlexander Duyck1-5/+5
2009-02-07igb: cleanup igb_netpoll to be more friendly with napi & GROAlexander Duyck2-19/+23
2009-02-07igb: add counter for dma out of sync errorsAlexander Duyck4-3/+24
2009-02-07igb: update testing done by ethtoolAlexander Duyck1-26/+61
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-07sunhme: Don't match PCI devices in SBUS probe.David S. Miller1-4/+8
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-063c509: Fix resume from hibernation for PnP mode.Ondrej Zary1-0/+1
2009-02-06sungem: Soft lockup in sungem on Netra AC200 when switching interface upIlkka Virta1-4/+4
2009-02-06r8169: Don't update statistics counters when interface is downIvan Vecera1-35/+58
2009-02-06ixgbe: Defeature Tx Head writebackPeter P Waskiewicz Jr1-37/+23
2009-02-06ixgbe: 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-05netlink: change return-value logic of netlink_broadcast()Pablo Neira Ayuso4-28/+11
2009-02-05e1000e: normalize usage of serdes_has_linkAlex Chiang2-3/+3
2009-02-05ixgbe: Display EEPROM version in ethtool -i queriesPeter P Waskiewicz Jr3-1/+13
2009-02-05ixgbe: Update link setup code to better support autonegotiation of speedPeter P Waskiewicz Jr4-80/+49
2009-02-05ixgbe: Refactor set_num_queues() and cache_ring_register()Peter P Waskiewicz Jr1-104/+118
2009-02-05tun: Limit amount of queued packets per deviceHerbert Xu1-53/+114