summaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
Commit message (Expand)AuthorAgeFilesLines
* forcedeth: Use netdev_dbg for printk(KERN_DEBUGJoe Perches2010-11-291-7/+12
* forcedeth: Remove netdev_dbg usesJoe Perches2010-11-291-133/+0
* forcedeth: Convert dev_printk(<level> to dev_<level>(Joe Perches2010-11-291-38/+26
* forcedeth: Separate vendor specific initializations into functionsJoe Perches2010-11-291-179/+188
* forcedeth: Add function init_realtek_8211bJoe Perches2010-11-291-73/+32
* forcedeth: Convert pr_<level> to netdev_<level>Joe Perches2010-11-291-132/+161
* forcedeth: Use pr_fmt and pr_<level>Joe Perches2010-11-291-114/+142
* forcedeth: Convert remaining dprintk to netdev_dbgJoe Perches2010-11-291-19/+12
* forcedeth: Use print_hex_dumpJoe Perches2010-11-291-37/+17
* forcedeth: convert dprintk(KERN_DEBUG to netdev_dbgJoe Perches2010-11-291-89/+87
* forcedeth: Change reg_delay arguments and useJoe Perches2010-11-291-16/+14
* forcedeth: use usleep_range not msleep for small sleepsSzymon Janc2010-11-281-1/+1
* forcedeth: do not use assignment in if conditionsSzymon Janc2010-11-281-2/+4
* forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> a...Szymon Janc2010-11-281-2/+2
* forcedeth: remove unnecessary checks before kfreeSzymon Janc2010-11-281-8/+5
* forcedeth: fix multiple code style issuesSzymon Janc2010-11-281-166/+135
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-7/+4
* drivers/net: return operator cleanupEric Dumazet2010-09-261-1/+1
* drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-3/+3
* forcedeth: Fix different hardware statistics versions.Mike Ditto2010-07-251-29/+31
* forcedeth: correct valid flagJulia Lawall2010-07-051-1/+1
* net: trans_start cleanupsEric Dumazet2010-05-101-2/+0
* forcedeth: Account for consumed budget in napi pollTom Herbert2010-05-051-2/+3
* forcedeth: Kill NAPI config options.David S. Miller2010-05-031-193/+1
* forcedeth: GRO supportTom Herbert2010-05-031-5/+8
* forcedeth: Stay in NAPI as long as there's workstephen hemminger2010-04-301-14/+17
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-2/+2
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-141-1/+1
|\
| * forcedeth: fix tx limit2 flag checkAyaz Abdulla2010-04-131-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\ \ | |/
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-4/+6
|/
* net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko2010-02-221-4/+2
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-1/+1
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-181-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-181-4/+1
|\
| * forcedeth: mac address fixStanislav O. Bezzubtsev2009-11-151-4/+1
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-2/+3
* forcedeth: Fix NAPI race.Eric Dumazet2009-07-051-11/+14
* forcedeth: fix dma api mismatchesEric Dumazet2009-06-181-19/+27
* forcedeth: addition of new mcp89 device idAyaz Abdulla2009-06-071-0/+4
* forcedeth: remove device id macrosAyaz Abdulla2009-06-071-115/+98
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-2/+13
|\
| * forcedeth: add phy_power_down parameter, leave phy powered up by default (v2)Ed Swierk2009-06-021-2/+13
* | forcedeth: add clock gating feature <resend>Ayaz Abdulla2009-05-011-0/+23
|/
* forcedeth: tx timeout fixAyaz Abdulla2009-04-271-10/+21
* forcedeth: Use napi_complete() not __napi_complete().David S. Miller2009-04-091-2/+2
* dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2009-04-071-2/+2
* forcedeth: Fix resume from hibernation regression.Ed Swierk2009-04-061-0/+3
OpenPOWER on IntegriCloud