aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-29forcedeth: Use netdev_dbg for printk(KERN_DEBUGJoe Perches1-7/+12
2010-11-29forcedeth: Remove netdev_dbg usesJoe Perches1-133/+0
2010-11-29forcedeth: Convert dev_printk(<level> to dev_<level>(Joe Perches1-38/+26
2010-11-29forcedeth: Separate vendor specific initializations into functionsJoe Perches1-179/+188
2010-11-29forcedeth: Add function init_realtek_8211bJoe Perches1-73/+32
2010-11-29forcedeth: Convert pr_<level> to netdev_<level>Joe Perches1-132/+161
2010-11-29forcedeth: Use pr_fmt and pr_<level>Joe Perches1-114/+142
2010-11-29forcedeth: Convert remaining dprintk to netdev_dbgJoe Perches1-19/+12
2010-11-29forcedeth: Use print_hex_dumpJoe Perches1-37/+17
2010-11-29forcedeth: convert dprintk(KERN_DEBUG to netdev_dbgJoe Perches1-89/+87
2010-11-29forcedeth: Change reg_delay arguments and useJoe Perches1-16/+14
2010-11-28forcedeth: use usleep_range not msleep for small sleepsSzymon Janc1-1/+1
2010-11-28forcedeth: do not use assignment in if conditionsSzymon Janc1-2/+4
2010-11-28forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> and <asm/uaccess.h> as suggested by checkpatchSzymon Janc1-2/+2
2010-11-28forcedeth: remove unnecessary checks before kfreeSzymon Janc1-8/+5
2010-11-28forcedeth: fix multiple code style issuesSzymon Janc1-166/+135
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-7/+4
2010-09-26drivers/net: return operator cleanupEric Dumazet1-1/+1
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches1-3/+3
2010-07-25forcedeth: Fix different hardware statistics versions.Mike Ditto1-29/+31
2010-07-05forcedeth: correct valid flagJulia Lawall1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-05-05forcedeth: Account for consumed budget in napi pollTom Herbert1-2/+3
2010-05-03forcedeth: Kill NAPI config options.David S. Miller1-193/+1
2010-05-03forcedeth: GRO supportTom Herbert1-5/+8
2010-04-30forcedeth: Stay in NAPI as long as there's workstephen hemminger1-14/+17
2010-04-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-04-13forcedeth: fix tx limit2 flag checkAyaz Abdulla1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-4/+2
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
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