summaryrefslogtreecommitdiff
path: root/drivers/net/forcedeth.c
AgeCommit message (Expand)Author
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-19net: forcedeth: fix compile warning of not used nv_set_tso functionShan Wei
2011-04-15net: forcedeth: convert to hw_featuresMichał Mirosław
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-14drivers/net: fix build warnings with CONFIG_PM_SLEEP disabledMichel Lespinasse
2011-02-17drivers/net: Call netif_carrier_off at the end of the probeIvan Vecera
2011-01-09forcedeth: Do not use legacy PCI power managementRafael J. Wysocki
2010-11-29forcedeth: Use netdev_dbg for printk(KERN_DEBUGJoe Perches
2010-11-29forcedeth: Remove netdev_dbg usesJoe Perches
2010-11-29forcedeth: Convert dev_printk(<level> to dev_<level>(Joe Perches
2010-11-29forcedeth: Separate vendor specific initializations into functionsJoe Perches
2010-11-29forcedeth: Add function init_realtek_8211bJoe Perches
2010-11-29forcedeth: Convert pr_<level> to netdev_<level>Joe Perches
2010-11-29forcedeth: Use pr_fmt and pr_<level>Joe Perches
2010-11-29forcedeth: Convert remaining dprintk to netdev_dbgJoe Perches
2010-11-29forcedeth: Use print_hex_dumpJoe Perches
2010-11-29forcedeth: convert dprintk(KERN_DEBUG to netdev_dbgJoe Perches
2010-11-29forcedeth: Change reg_delay arguments and useJoe Perches
2010-11-28forcedeth: use usleep_range not msleep for small sleepsSzymon Janc
2010-11-28forcedeth: do not use assignment in if conditionsSzymon Janc
2010-11-28forcedeth: include <linux/io.h> and <linux/uaccess.h> instead of <asm/io.h> a...Szymon Janc
2010-11-28forcedeth: remove unnecessary checks before kfreeSzymon Janc
2010-11-28forcedeth: fix multiple code style issuesSzymon Janc
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches
2010-07-25forcedeth: Fix different hardware statistics versions.Mike Ditto
2010-07-05forcedeth: correct valid flagJulia Lawall
2010-05-10net: trans_start cleanupsEric Dumazet
2010-05-05forcedeth: Account for consumed budget in napi pollTom Herbert
2010-05-03forcedeth: Kill NAPI config options.David S. Miller
2010-05-03forcedeth: GRO supportTom Herbert
2010-04-30forcedeth: Stay in NAPI as long as there's workstephen hemminger
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-04-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-13forcedeth: fix tx limit2 flag checkAyaz Abdulla
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-11-15forcedeth: mac address fixStanislav O. Bezzubtsev
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-05forcedeth: Fix NAPI race.Eric Dumazet
2009-06-18forcedeth: fix dma api mismatchesEric Dumazet