summaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)AuthorLines
2010-05-10net: trans_start cleanupsEric Dumazet-2/+0
2010-05-05forcedeth: Account for consumed budget in napi pollTom Herbert-2/+3
2010-05-03forcedeth: Kill NAPI config options.David S. Miller-193/+1
2010-05-03forcedeth: GRO supportTom Herbert-5/+8
2010-04-30forcedeth: Stay in NAPI as long as there's workstephen hemminger-14/+17
2010-04-14drivers: net: use skb_headlen()Eric Dumazet-2/+2
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+1
2010-04-13forcedeth: fix tx limit2 flag checkAyaz Abdulla-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko-4/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan-1/+1
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches-3/+3
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-4/+1
2009-11-15forcedeth: mac address fixStanislav O. Bezzubtsev-4/+1
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan-0/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger-2/+3
2009-07-05forcedeth: Fix NAPI race.Eric Dumazet-11/+14
2009-06-18forcedeth: fix dma api mismatchesEric Dumazet-19/+27
2009-06-07forcedeth: addition of new mcp89 device idAyaz Abdulla-0/+4
2009-06-07forcedeth: remove device id macrosAyaz Abdulla-115/+98
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-2/+13
2009-06-02forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)Ed Swierk-2/+13
2009-05-01forcedeth: add clock gating feature <resend>Ayaz Abdulla-0/+23
2009-04-27forcedeth: tx timeout fixAyaz Abdulla-10/+21
2009-04-09forcedeth: Use napi_complete() not __napi_complete().David S. Miller-2/+2
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang-2/+2
2009-04-06forcedeth: Fix resume from hibernation regression.Ed Swierk-0/+3
2009-03-10forcedeth: version bump to 64Ayaz Abdulla-1/+1
2009-03-10forcedeth: fix irq clearing and napi spin lock changesAyaz Abdulla-14/+4
2009-03-10forcedeth: performance changesAyaz Abdulla-2/+2
2009-03-10forcedeth: add interrupt moderation logicAyaz Abdulla-31/+106
2009-03-10forcedeth: remove isr processing loopAyaz Abdulla-147/+105
2009-03-10forcedeth: add new optimization modeAyaz Abdulla-48/+57
2009-03-10forcedeth: napi - handle all processingAyaz Abdulla-38/+60
2009-03-10forcedeth: add/modify tx done with limitAyaz Abdulla-6/+14
2009-03-10forcedeth: remove overheadAyaz Abdulla-32/+4
2009-03-10forcedeth: save irq events for napi processingAyaz Abdulla-24/+23
2009-03-10forcedeth: remove msix + napiAyaz Abdulla-21/+5
2009-03-10forcedeth: fix missing napi enable/disable callsAyaz Abdulla-12/+26
2009-03-10forcedeth: fix stats version featureAyaz Abdulla-6/+6
2009-02-26forcedeth: fix non-constant printk warningsStephen Hemminger-1/+1
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller-1/+12
2009-02-16net: forcedeth: Fix wake-on-lan regressionTobias Diedrich-1/+12
2009-02-07forcedeth: bump version to 63Ayaz Abdulla-1/+1
2009-02-07forcedeth: recover error supportAyaz Abdulla-3/+10
2009-02-07forcedeth: ethtool tx csum fixAyaz Abdulla-1/+1
2009-02-07forcedeth: msi interrupt fixAyaz Abdulla-0/+5
2009-02-07forcedeth: mgmt unit interfaceAyaz Abdulla-16/+82