aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-3/+3
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-4/+1
2009-11-15forcedeth: mac address fixStanislav O. Bezzubtsev1-4/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-2/+3
2009-07-05forcedeth: Fix NAPI race.Eric Dumazet1-11/+14
2009-06-18forcedeth: fix dma api mismatchesEric Dumazet1-19/+27
2009-06-07forcedeth: addition of new mcp89 device idAyaz Abdulla1-0/+4
2009-06-07forcedeth: remove device id macrosAyaz Abdulla1-115/+98
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+13
2009-06-02forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)Ed Swierk1-2/+13
2009-05-01forcedeth: add clock gating feature <resend>Ayaz Abdulla1-0/+23
2009-04-27forcedeth: tx timeout fixAyaz Abdulla1-10/+21
2009-04-09forcedeth: Use napi_complete() not __napi_complete().David S. Miller1-2/+2
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang1-2/+2
2009-04-06forcedeth: Fix resume from hibernation regression.Ed Swierk1-0/+3
2009-03-10forcedeth: version bump to 64Ayaz Abdulla1-1/+1
2009-03-10forcedeth: fix irq clearing and napi spin lock changesAyaz Abdulla1-14/+4
2009-03-10forcedeth: performance changesAyaz Abdulla1-2/+2
2009-03-10forcedeth: add interrupt moderation logicAyaz Abdulla1-31/+106
2009-03-10forcedeth: remove isr processing loopAyaz Abdulla1-147/+105
2009-03-10forcedeth: add new optimization modeAyaz Abdulla1-48/+57
2009-03-10forcedeth: napi - handle all processingAyaz Abdulla1-38/+60
2009-03-10forcedeth: add/modify tx done with limitAyaz Abdulla1-6/+14
2009-03-10forcedeth: remove overheadAyaz Abdulla1-32/+4
2009-03-10forcedeth: save irq events for napi processingAyaz Abdulla1-24/+23
2009-03-10forcedeth: remove msix + napiAyaz Abdulla1-21/+5
2009-03-10forcedeth: fix missing napi enable/disable callsAyaz Abdulla1-12/+26
2009-03-10forcedeth: fix stats version featureAyaz Abdulla1-6/+6
2009-02-26forcedeth: fix non-constant printk warningsStephen Hemminger1-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+12
2009-02-16net: forcedeth: Fix wake-on-lan regressionTobias Diedrich1-1/+12
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-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-01-21net: Remove redundant NAPI functionsBen Hutchings1-5/+5
2009-01-11forcedeth: napi schedule lock fixAyaz Abdulla1-2/+2
2009-01-11forcedeth: remove mgmt unit for mcp79 chipsetAyaz Abdulla1-4/+4
2009-01-11forcedeth: version bump and copyrightAyaz Abdulla1-2/+2
2009-01-11forcedeth: xmit lock fixAyaz Abdulla1-2/+4
2008-12-25forcedeth: don't poll NV event 36Johannes Berg1-1/+1
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-5/+5
2008-12-08netdevice: Kill netdev->privWang Chen1-2/+2