tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / drivers / net / ucc_geth.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-09-11 Anton Vorontsovucc_geth: Fix hangs after switching from full to half...
2009-09-11 Anton Vorontsovucc_geth: Rearrange some code to avoid forward declarations
2009-09-02 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-08-31 Anton Vorontsovucc_geth: Implement suspend/resume and Wake-On-LAN...
2009-08-31 Anton Vorontsovucc_geth: Remove UGETH_MAGIC_PACKET Kconfig symbol...
2009-08-31 Anton Vorontsovucc_geth: Factor out MAC initialization steps into...
2009-08-14 Dongdong Dengdrivers/net: fixed drivers that support netpoll use...
2009-07-24 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-07-22 Anton Vorontsovucc_geth: Revive fixed link support
2009-07-08 Anton Vorontsovucc_geth: Add support for skb recycling
2009-07-06 Patrick McHardynet: use NETDEV_TX_OK instead of 0 in ndo_start_xmit...
2009-06-18 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-06-18 Haiying Wangnet/ucc_geth: Add SGMII support for UCC GETH driver
2009-06-18 Grant LikelyRevert "net/ucc_geth: Add SGMII support for UEC GETH...
2009-06-15 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2009-06-03 Haiying Wangnet/ucc_geth: Add SGMII support for UEC GETH driver
2009-05-27 Kevin Haonet/ucc_geth: allow to set mac address on running device
2009-05-19 Haiying Wangnet/ucc_geth: Assign six threads to Rx for UEC
2009-05-19 Haiying Wangnet/ucc_geth: update riscTx and riscRx in ucc_geth
2009-04-28 Grant Likelynet: Fix ucc_geth.c handling of fixed-link w/o phy...
2009-04-27 Grant Likelynet: Rework ucc_geth driver to use of_mdio infrastructure
2009-04-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-04-22 Heiko Schocherucc_geth.c: Fix upsmr setting in RMII mode
2009-04-21 Joakim Tjernlunducc_geth: Move freeing of TX packets to NAPI context
2009-04-02 Anton Vorontsovucc_geth: Pass proper device to DMA routines, otherwise...
2009-04-02 Kumar Galaucc_geth: Remove unused header
2009-03-29 David S. Millerucc_geth: Fix use-after-of_node_put() in ucc_geth_probe().
2009-03-27 Anton Vorontsovucc_geth: Fix three oopses in PHY {de,}initialization...
2009-03-24 Joakim Tjernlunducc_geth: Convert to net_device_ops
2009-03-24 Anton Vorontsovucc_geth: Fix build breakage caused by a merge
2009-03-23 David S. Millerucc_geth: Fix merge error.
2009-03-23 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-03-23 Anton Vorontsovucc_geth: Fix oops when using fixed-link support
2009-02-05 Andy Flemingnetdev: Merge UCC and gianfar MDIO bus drivers
2009-01-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-01-30 Haiying Wangucc_geth: Change uec phy id to the same format as gianfar's
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-11 Timur Tabiucc_geth: use correct UCCE macros
2008-12-26 Anton Vorontsovucc_geth: Eliminate the need for forward references
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-12-19 Anton Vorontsovucc_geth: Remove UGETH_FILTERING dead code
2008-12-19 Anton Vorontsovucc_geth: Fix IO memory (un)mapping code
2008-12-19 Anton Vorontsovucc_geth: Cleanup repetitive ucc_geth_memclean() calls
2008-12-19 Anton Vorontsovucc_geth: Fix IRQ freeing code in ucc_geth_open()
2008-12-19 Anton Vorontsovucc_geth: Fix TX watchdog timeout handling
2008-12-19 Anton Vorontsovucc_geth: Fix endless loop in stop_{tx,rx} routines
2008-11-10 Kay Sieversnet: struct device - replace bus_id with dev_name(...
2008-11-04 David S. Millerdrivers/net: Kill now superfluous ->last_rx stores.
2008-09-24 Harvey Harrisondrivers/net: replace __FUNCTION__ with __func__
2008-07-21 Anton Vorontsovucc_geth: do not touch net queue in adjust_link phylib...
2008-07-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-07-18 David S. Millernetdev: Convert all drivers away from netif_schedule().
2008-07-11 Francois Romieuucc_geth: delete non NAPI code from the driver.
2008-06-30 Stephen Rothwelldrivers/net: Use linux/of_{device,platform}.h instead...
2008-05-22 Andy Flemingucc_geth: Fix arguments to dma map/unmap functions
2008-05-06 Joakim Tjernlunducc_geth: Don't use RX clock as TX clock.
2008-05-06 Andy Flemingucc_geth: Fix a bunch of sparse warnings
2008-04-25 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-04-25 Andy Flemingucc_geth: Fix sneaky merge conflict regarding bus_id
2008-04-21 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2008-04-17 Anton Vorontsov[POWERPC] QE: UCC nodes cleanup
2008-04-17 Andy Flemingphy: Change mii_bus id field to a string
2008-04-12 Joakim Tjernlunducc_geth: fix non-functional fixed phy support
2008-03-17 Joakim Tjernlunducc_geth: use correct thread number for 10/100Mbps...
2008-02-03 Anton Vorontsovucc_geth: add support for netpoll
2008-02-03 Anton Vorontsovucc_geth: fix module removal
2008-01-31 Paul MackerrasMerge branch 'linux-2.6'
2008-01-28 Jeff Garzik[netdrvr] irq handler minor cleanups in several drivers
2007-12-21 Paul MackerrasMerge branch 'linux-2.6'
2007-12-14 Andrew Mortonucc_geth: minor whitespace fix
2007-12-14 Timur Tabi[POWERPC] ucc_geth: use rx-clock-name and tx-clock...
2007-12-01 Kim Phillipsucc_geth: handle passing of RX-only and TX-only interna...
2007-10-29 Joakim TjernlundFix ethernet multicast for ucc_geth.
2007-10-23 Jeff GarzikEliminate pointless casts from void* in a few driver...
2007-10-15 Emil Medveucc_geth: Fix build break introduced by commit 09f75cd7...
2007-10-12 Linus TorvaldsMerge branch 'master' of git://git./linux/kernel/git...
2007-10-10 Jeff Garzik[NET] drivers/net: statistics cleanup #1 -- save memory...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-10-08 Timur Tabi[POWERPC] qe: miscellaneous code improvements and fixes...
2007-09-15 Anton Vorontsovucc_geth: fix compilation
2007-07-24 Li Yangucc_geth: add support to netif message level
2007-07-24 Li Yangucc_geth: add ethtool support
2007-07-10 Timur TabiQE Ethernet driver writes to wrong register to mask...
2007-05-24 Li Yangucc_geth:trivial fix
2007-05-15 Kim Phillipsucc_geth: eliminate max-speed, change interface-type...
2007-05-10 Timur Tabi[POWERPC] Change rheap functions to use ulongs instead...
2007-05-02 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-04-28 Kim Phillipsucc_geth: version 1.1
2007-04-28 Nicu Ioan Petruucc_geth: fixes for ucc_geth_memclean
2007-04-28 Michael Reissucc_geth: Implement Transmit on Demand support
2007-04-28 Michael Barkowskiucc_geth: Fix interrupt coalescing size and alignment
2007-04-28 Michael Reissucc_geth: NAPI-related bug fixes
2007-04-28 Kim Phillipsucc_geth: migrate ucc_geth to phylib
2007-04-26 Paul MackerrasRevert "[POWERPC] Rename get_property to of_get_propert...
2007-04-12 Stephen Rothwell[POWERPC] Rename get_property to of_get_property: drivers
2007-03-23 Li YangRevert "ucc_geth: returns NETDEV_TX_BUSY when BD ring...
2007-03-06 Li Yangucc_geth: returns NETDEV_TX_BUSY when BD ring is full
2007-03-06 Li Yangucc_geth: Fix BD processing
next