of: Always use 'struct device.of_node' to get device node pointer.
[safe/jmp/linux-2.6] / drivers / net / fs_enet / fs_enet-main.c
2010-05-18 Grant Likelyof: Always use 'struct device.of_node' to get device...
2010-02-27 Anatolij Gustschinfs_enet: add FEC TX buffer alignment workaround for...
2010-02-27 Anatolij Gustschinfs_enet: Add support for MPC512x to fs_enet driver
2010-02-27 Anatolij Gustschinfs_enet: use dev_xxx instead of printk
2009-10-14 Anton Vorontsovnet: Fix OF platform drivers coldplug/hotplug when...
2009-07-22 Anton Vorontsovfs_enet: Revive fixed link support
2009-04-28 Kumar Galafs_enet: Remove dead code
2009-04-27 Grant Likelynet: Rework fs_enet driver to use of_mdio infrastructure
2009-04-11 Alexander Beregalovfs_enet: convert to netdev_ops
2009-01-21 Ben Hutchingsnet: Remove redundant NAPI functions
2009-01-15 Mike Dittopowerpc/fs_enet: Add missing irq free in error path.
2008-12-23 Neil Hormannet: Remove unused netdev arg from some NAPI interfaces.
2008-11-07 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-03 Alexey Dobriyanfs_enet: fix polling
2008-10-28 Johannes Bergnet: convert more to %pM
2008-09-25 Kumar Galafs-enet: remove code associated with !CONFIG_PPC_MERGE
2008-08-27 Heiko Schocherfs_enet: Fix SCC Ethernet on CPM2, and crash in fs_enet...
2008-07-23 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-07-22 Anton Vorontsovnetdev: bunch of drivers: avoid WARN at net/core/dev...
2008-07-22 Benjamin HerrenschmidtMerge commit 'origin/master'
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-16 Kumar Galafs_enet: Remove !CONFIG_PPC_CPM_NEW_BINDING code
2008-06-30 Stephen Rothwelldrivers/net: Use linux/of_{device,platform}.h instead...
2008-05-31 Laurent Pinchartfs_enet: MDIO on GPIO support
2008-05-22 Julia Lawalldrivers/net/fs_enet: remove null pointer dereference
2008-04-17 Andy Flemingphy: Change mii_bus id field to a string
2008-04-12 Laurent Pinchartfs_enet: Don't call NAPI functions when NAPI is not...
2008-02-24 Scott Woodfs_enet: Don't call phy_mii_ioctl() in atomic context.
2008-01-24 Paul MackerrasMerge branch 'for-2.6.25' of /linux/kernel/git/galak...
2008-01-24 Jochen Friedrichfs_enet: Add fixed-phy support for fs_enet
2008-01-12 Anton Vorontsovfs_enet: check for phydev existence in the ethtool...
2008-01-09 David S. Miller[NET]: Do not check netif_running() and carrier state...
2007-10-18 Scott Woodfs_enet: Update for API changes
2007-10-10 Scott Woodfs_enet: sparse fixes
2007-10-10 Scott Woodfs_enet: Be an of_platform device when CONFIG_PPC_CPM_N...
2007-10-10 Scott Woodfs_enet: Align receive buffers.
2007-10-10 Scott Woodfs_enet: Whitespace cleanup.
2007-10-10 Vitaly BordugFS_ENET: Add polling support
2007-10-10 Vitaly BordugFS_ENET: TX stuff should use fep->tx_lock, instead...
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Mariusz Kozlowski[PATCH] drivers/net: remove superfluous memset
2007-10-10 Jesper JuhlClean up duplicate includes in drivers/net/
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-05-03 Jean DelvarePCI: Cleanup the includes of <linux/pci.h>
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [ETH]: Make eth_type_trans set skb->dev like the other...
2007-02-14 Tim Schmielau[PATCH] remove many unneeded #includes of sched.h
2006-12-02 Andy Fleming[PATCH] PHY: Add support for configuring the PHY connec...
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-27 Paul MackerrasMerge branch 'upstream' of git://git./linux/kernel...
2006-09-21 Vitaly BordugPOWERPC: Bring the fs_no calculation to the relevant...
2006-09-21 Vitaly BordugPOWERPC: overhaul with cpm2_map mechanism
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-08-19 Vitaly Bordug[PATCH] FS_ENET: use PAL for mii management
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-03-25 Rusty Russell[PATCH] Remove MODULE_PARM
2005-11-10 Marcelo Tosatti[PATCH] fs_enet build fix
2005-10-29 Pantelis Antoniou[PATCH] fs_enet: Fix dma_unmap_single calls
2005-10-28 Pantelis AntoniouAdd fs_enet ethernet network driver, for several embedd...