aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/forcedeth.c
Commit message (Expand)AuthorAgeFilesLines
* Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker2011-05-221-0/+1
* ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-5/+9
* ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-5/+6
* net: forcedeth: fix compile warning of not used nv_set_tso functionShan Wei2011-04-191-10/+0
* net: forcedeth: convert to hw_featuresMichał Mirosław2011-04-151-52/+26
* Fix common misspellingsLucas De Marchi2011-03-311-7/+7
* drivers/net: fix build warnings with CONFIG_PM_SLEEP disabledMichel Lespinasse2011-03-141-2/+6
* drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera2011-02-171-0/+2
* forcedeth: Do not use legacy PCI power managementRafael J. Wysocki2011-01-091-22/+12
* 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