Fix common misspellings
[linux-flexiantxendom0-3.2.10.git] / drivers / net / ethoc.c
2011-03-31 Lucas De MarchiFix common misspellings
2011-01-21 Grant Likelydriver-core: remove conditionals around devicetree...
2010-11-28 Jonas Bonnethoc: remove division from loops
2010-11-28 Jonas Bonnethoc: fix function return type
2010-11-28 Jonas Bonnethoc: rework mdio read/write
2010-11-28 Jonas Bonnethoc: rework interrupt handling
2010-11-28 Jonas Bonnethoc: Double check pending RX packet
2010-11-28 Adam Edvardssonethoc: enable interrupts after napi_complete
2010-11-28 Jonas Bonnethoc: remove unused spinlock
2010-11-28 Jonas Bonnethoc: Add device tree configuration
2010-08-24 Eric Dumazetethoc: get rid of ethoc_stats()
2010-07-27 Jonas Bonnethoc: add devinit/devexit section initializers
2010-07-19 Richard Cochrannet: preserve ifreq parameter when calling generic...
2010-07-08 David S. Millerethoc: Fix warning in ethoc_init_ring().
2010-07-06 Kulikov Vasiliyethoc: Use the instance of net_device_stats from net_de...
2010-06-11 Jonas Bonnethoc: use devres resource management
2010-06-11 Jonas Bonnethoc: Clear command buffer after write
2010-06-11 Jonas BonnRemove unused variable
2010-06-11 Jonas Bonnethoc: Clean up PHY probing
2010-06-11 Jonas Bonnethoc: write number of TX buffers in init_ring
2010-06-11 Jonas Bonnethoc: Write bus addresses to registers
2010-06-11 Jonas Bonnethoc: calculate number of buffers in ethoc_probe
2010-05-24 Thomas Chouethoc: fix null dereference in ethoc_probe
2010-05-10 Eric Dumazetnet: trans_start cleanups
2010-05-07 Tobias Klauserethoc: Remove unnecessary memset of napi member in...
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-15 Tobias Klauserethoc: Use resource_size
2009-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-11-18 Julia Lawalldrivers/net: remove exceptional & on function name
2009-10-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-22 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-10-19 Thomas Chouethoc: clear only pending irqs
2009-10-19 Thomas Chouethoc: inline regs access
2009-10-15 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2009-10-13 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-13 Alan Coxethoc: fix warning from 32bit build
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-07 Thomas Chouethoc: limit the number of buffers to 128
2009-10-07 Thomas Chouethoc: use system memory as buffer
2009-10-07 Thomas Chouethoc: align received packet to make IP header at word...
2009-10-07 Thomas Chouethoc: fix buffer address mapping
2009-10-07 Thomas Chouethoc: fix typo to compute number of tx descriptors
2009-09-03 Eric Dumazetdrivers: Kill now superfluous ->last_rx stores
2009-09-01 Stephen Hemmingernetdev: convert bulk of drivers to netdev_tx_t
2009-07-27 Julia Lawalldrivers/net: Correct redundant test
2009-06-13 Patrick McHardynet: fix network driver ndo_start_xmit() return values...
2009-03-27 Thierry Redingnet: Add support for the OpenCores 10/100 Mbps Ethernet...