summaryrefslogtreecommitdiff
path: root/drivers/net/fec.c
AgeCommit message (Expand)Author
2011-07-27net/fec: add device tree probe supportShawn Guo
2011-07-27net/fec: gasket needs to be enabled for some i.mxShawn Guo
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser
2011-06-19fec: fix race in transmit time stamping.Richard Cochran
2011-06-13fec: enable transmit and receive time stamping.Richard Cochran
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-02-28net/fec: fix unterminated platform_device_id tableAxel Lin
2011-02-17net/fec: remove unused driver dataUwe Kleine-König
2011-02-15net/fec: enable flow control and length check on enet-macUwe Kleine-König
2011-02-15net/fec: postpone unsetting driver data until the hardware is stoppedUwe Kleine-König
2011-02-15net/fec: provide device for dma functions and matching sizes for map and unmapUwe Kleine-König
2011-02-15net/fec: reorder functions a bit allows removing forward declarationsUwe Kleine-König
2011-02-15net/fec: some whitespace cleanupUwe Kleine-König
2011-02-15net/fec: consistenly name struct net_device pointers "ndev"Uwe Kleine-König
2011-02-15net/fec: add phy_stop to fec_enet_closeUwe Kleine-König
2011-02-15net/fec: consolidate all i.MX options to CONFIG_ARMUwe Kleine-König
2011-02-15net/fec: put the ioremap cookie immediately into a void __iomem pointerUwe Kleine-König
2011-02-15net/fec: no need to memzero private dataUwe Kleine-König
2011-02-15net/fec: no need to check for validity of ndev in suspend and resumeUwe Kleine-König
2011-02-15net/fec: don't free an irq that failed to be requestedUwe Kleine-König
2011-02-15net/fec: release mem_region requested in probe in error path and removeUwe Kleine-König
2011-02-15net/fec: no need to cast arguments for memcpyUwe Kleine-König
2011-01-09net/fec: add dual fec support for mx28Shawn Guo
2011-01-09net/fec: improve pm for better suspend/resumeShawn Guo
2011-01-09net/fec: add mac field into platform data and consolidate fec_get_macShawn Guo
2011-01-09net/fec: remove the use of "index" which is legacyShawn Guo
2011-01-09net/fec: fix MMFR_OP type in fec_enet_mdio_writeShawn Guo
2010-10-13net: allow FEC driver to use fixed PHY supportGreg Ungerer
2010-10-10net/fec: carrier off initially to avoid root mount failureOskar Schirmer
2010-07-22net/fec: restore interrupt mask after software-reset in fec_stop()Wolfram Sang
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-07-12fec: use interrupt for MDIO completion indicationBaruch Siach
2010-06-25net/fec: clean suspend/resumeEric Benard
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov
2010-06-03fec: Cleanup PHY probingDenis Kirjanov
2010-06-03fec: convert TX hook to netdev_tx_tDenis Kirjanov
2010-06-02net/fec: fix pm to survive to suspend/resumeEric Bénard
2010-05-28netdev/fec: fix ifconfig eth0 down hang issueBryan Wu
2010-05-24fec: add support for PHY interface platform dataBaruch Siach
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-05-10net: trans_start cleanupsEric Dumazet
2010-05-05FEC: Fix kernel panic in fec_set_mac_address.Mattias Walström
2010-04-03net: convert multicast list to list_headJiri Pirko
2010-04-01netdev/fec.c: add phylib supporting to enable carrier detection (v2)Bryan Wu
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-10fec: Add LAN8700 phy supportAmit Kucheria
2010-02-10fec: fix uninitialized rx buffer usageRob Herring
2009-10-20net: fix section mismatch in fec.cSteven King