Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / net / forcedeth.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-14 Michel Lespinassedrivers/net: fix build warnings with CONFIG_PM_SLEEP...
2011-02-17 Ivan Veceradrivers/net: Call netif_carrier_off at the end of the...
2011-01-10 Rafael J. Wysockiforcedeth: Do not use legacy PCI power management
2010-11-29 Joe Perchesforcedeth: Use netdev_dbg for printk(KERN_DEBUG
2010-11-29 Joe Perchesforcedeth: Remove netdev_dbg uses
2010-11-29 Joe Perchesforcedeth: Convert dev_printk(<level> to dev_<level>(
2010-11-29 Joe Perchesforcedeth: Separate vendor specific initializations...
2010-11-29 Joe Perchesforcedeth: Add function init_realtek_8211b
2010-11-29 Joe Perchesforcedeth: Convert pr_<level> to netdev_<level>
2010-11-29 Joe Perchesforcedeth: Use pr_fmt and pr_<level>
2010-11-29 Joe Perchesforcedeth: Convert remaining dprintk to netdev_dbg
2010-11-29 Joe Perchesforcedeth: Use print_hex_dump
2010-11-29 Joe Perchesforcedeth: convert dprintk(KERN_DEBUG to netdev_dbg
2010-11-29 Joe Perchesforcedeth: Change reg_delay arguments and use
2010-11-29 Szymon Jancforcedeth: use usleep_range not msleep for small sleeps
2010-11-29 Szymon Jancforcedeth: do not use assignment in if conditions
2010-11-29 Szymon Jancforcedeth: include <linux/io.h> and <linux/uaccess...
2010-11-29 Szymon Jancforcedeth: remove unnecessary checks before kfree
2010-11-29 Szymon Jancforcedeth: fix multiple code style issues
2010-10-21 Jesse Grossvlan: Don't check for vlan group before vlan_tx_tag_pre...
2010-09-27 Eric Dumazetdrivers/net: return operator cleanup
2010-08-25 Joe Perchesdrivers/net: Remove address use from assignments of...
2010-07-26 Mike Dittoforcedeth: Fix different hardware statistics versions.
2010-07-06 Julia Lawallforcedeth: correct valid flag
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-05-06 Tom Herbertforcedeth: Account for consumed budget in napi poll
2010-05-04 David S. Millerforcedeth: Kill NAPI config options.
2010-05-04 Tom Herbertforcedeth: GRO support
2010-04-30 stephen hemmingerforcedeth: Stay in NAPI as long as there's work
2010-04-14 Eric Dumazetdrivers: net: use skb_headlen()
2010-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-14 Ayaz Abdullaforcedeth: fix tx limit2 flag check
2010-04-11 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2010-04-03 Jiri Pirkonet: convert multicast list to list_head
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-02-22 Jiri Pirkonet: convert multiple drivers to use netdev_for_each_mc...
2010-01-08 Alexey Dobriyandrivers/net/: use DEFINE_PCI_DEVICE_TABLE()
2009-11-19 Joe Perchesdrivers/net: request_irq - Remove unnecessary leading...
2009-11-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-11-16 Stanislav O. Bezzu... forcedeth: mac address fix
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-07-06 Eric Dumazetforcedeth: Fix NAPI race.
2009-06-18 Eric Dumazetforcedeth: fix dma api mismatches
2009-06-07 Ayaz Abdullaforcedeth: addition of new mcp89 device id
2009-06-07 Ayaz Abdullaforcedeth: remove device id macros
2009-06-03 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-06-02 Ed Swierkforcedeth: add phy_power_down parameter, leave phy...
2009-05-01 Ayaz Abdullaforcedeth: add clock gating feature <resend>
2009-04-27 Ayaz Abdullaforcedeth: tx timeout fix
2009-04-09 David S. Millerforcedeth: Use napi_complete() not __napi_complete().
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_39BIT_MASK macro with...
2009-04-07 Ed Swierkforcedeth: Fix resume from hibernation regression.
2009-03-10 Ayaz Abdullaforcedeth: version bump to 64
2009-03-10 Ayaz Abdullaforcedeth: fix irq clearing and napi spin lock changes
2009-03-10 Ayaz Abdullaforcedeth: performance changes
2009-03-10 Ayaz Abdullaforcedeth: add interrupt moderation logic
2009-03-10 Ayaz Abdullaforcedeth: remove isr processing loop
2009-03-10 Ayaz Abdullaforcedeth: add new optimization mode
2009-03-10 Ayaz Abdullaforcedeth: napi - handle all processing
2009-03-10 Ayaz Abdullaforcedeth: add/modify tx done with limit
2009-03-10 Ayaz Abdullaforcedeth: remove overhead
2009-03-10 Ayaz Abdullaforcedeth: save irq events for napi processing
2009-03-10 Ayaz Abdullaforcedeth: remove msix + napi
2009-03-10 Ayaz Abdullaforcedeth: fix missing napi enable/disable calls
2009-03-10 Ayaz Abdullaforcedeth: fix stats version feature
2009-02-27 Stephen Hemmingerforcedeth: fix non-constant printk warnings
2009-02-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-02-16 Tobias Diedrichnet: forcedeth: Fix wake-on-lan regression
2009-02-07 Ayaz Abdullaforcedeth: bump version to 63
2009-02-07 Ayaz Abdullaforcedeth: recover error support
2009-02-07 Ayaz Abdullaforcedeth: ethtool tx csum fix
2009-02-07 Ayaz Abdullaforcedeth: msi interrupt fix
2009-02-07 Ayaz Abdullaforcedeth: mgmt unit interface
2009-02-06 Yinghai Luforcedeth: enable msix to default
2009-02-06 Yinghai Luforcedeth: ck804 and mcp55 doesn't need timerirq
2009-02-06 Yinghai Luforcedeth: disable irq at first before schedule rx
2009-02-06 Yinghai Luforcedeth: don't clear nic_poll_irq too early
2009-02-06 Yinghai Luforcedeth: make msi-x different name for rx-tx
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-11 Ayaz Abdullaforcedeth: napi schedule lock fix
2009-01-11 Ayaz Abdullaforcedeth: remove mgmt unit for mcp79 chipset
2009-01-11 Ayaz Abdullaforcedeth: version bump and copyright
2009-01-11 Ayaz Abdullaforcedeth: xmit lock fix
2008-12-26 Johannes Bergforcedeth: don't poll NV event 36
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-08 Wang Chennetdevice: Kill netdev->priv
2008-12-04 Ed Swierkforcedeth: power down phy when interface is down
2008-11-21 Stephen Hemmingernetdev: add more functions to netdevice ops
2008-11-20 Stephen Hemmingerforcedeth: convert to net_device_ops
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-11-02 Joe Kortyforcdeth: increase max_interrupt_work
2008-10-28 Johannes Bergnet: convert print_mac to %pM
2008-10-01 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-09-25 Ayaz Abdullaforcedeth fix: take phy out of reset during power up
2008-09-19 Yinghai Luforcedeth: call restore mac addr in nv_shutdown path
2008-09-05 Rafael J. Wysockiforcedeth: fix kexec regression
2008-08-27 Ayaz Abdullaforcedeth: fix checksum flag
2008-08-07 Ayaz Abdullaforcedeth: add tx pause limit
next