aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-27net/fec: add device tree probe supportShawn Guo1-5/+98
2011-07-27net/fec: gasket needs to be enabled for some i.mxShawn Guo1-4/+18
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser1-4/+0
2011-06-19fec: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-13fec: enable transmit and receive time stamping.Richard Cochran1-1/+4
2011-03-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+2
2011-02-28net/fec: fix unterminated platform_device_id tableAxel Lin1-1/+2
2011-02-17net/fec: remove unused driver dataUwe Kleine-König1-2/+0
2011-02-15net/fec: enable flow control and length check on enet-macUwe Kleine-König1-11/+13
2011-02-15net/fec: postpone unsetting driver data until the hardware is stoppedUwe Kleine-König1-2/+2
2011-02-15net/fec: provide device for dma functions and matching sizes for map and unmapUwe Kleine-König1-8/+9
2011-02-15net/fec: reorder functions a bit allows removing forward declarationsUwe Kleine-König1-179/+174
2011-02-15net/fec: some whitespace cleanupUwe Kleine-König1-11/+11
2011-02-15net/fec: consistenly name struct net_device pointers "ndev"Uwe Kleine-König1-121/+121
2011-02-15net/fec: add phy_stop to fec_enet_closeUwe Kleine-König1-1/+3
2011-02-15net/fec: consolidate all i.MX options to CONFIG_ARMUwe Kleine-König1-3/+2
2011-02-15net/fec: put the ioremap cookie immediately into a void __iomem pointerUwe Kleine-König1-5/+4
2011-02-15net/fec: no need to memzero private dataUwe Kleine-König1-1/+0
2011-02-15net/fec: no need to check for validity of ndev in suspend and resumeUwe Kleine-König1-16/+12
2011-02-15net/fec: don't free an irq that failed to be requestedUwe Kleine-König1-2/+1
2011-02-15net/fec: release mem_region requested in probe in error path and removeUwe Kleine-König1-2/+12
2011-02-15net/fec: no need to cast arguments for memcpyUwe Kleine-König1-1/+1
2011-01-09net/fec: add dual fec support for mx28Shawn Guo1-16/+132
2011-01-09net/fec: improve pm for better suspend/resumeShawn Guo1-4/+8
2011-01-09net/fec: add mac field into platform data and consolidate fec_get_macShawn Guo1-43/+38
2011-01-09net/fec: remove the use of "index" which is legacyShawn Guo1-6/+3
2011-01-09net/fec: fix MMFR_OP type in fec_enet_mdio_writeShawn Guo1-2/+2
2010-10-13net: allow FEC driver to use fixed PHY supportGreg Ungerer1-14/+27
2010-10-10net/fec: carrier off initially to avoid root mount failureOskar Schirmer1-0/+3
2010-07-22net/fec: restore interrupt mask after software-reset in fec_stop()Wolfram Sang1-3/+4
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-1/+1
2010-07-12fec: use interrupt for MDIO completion indicationBaruch Siach1-30/+25
2010-06-25net/fec: clean suspend/resumeEric Benard1-18/+12
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-8/+8
2010-06-05fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov1-2/+20
2010-06-03fec: Cleanup PHY probingDenis Kirjanov1-11/+5
2010-06-03fec: convert TX hook to netdev_tx_tDenis Kirjanov1-1/+1
2010-06-02net/fec: fix pm to survive to suspend/resumeEric Bénard1-8/+8
2010-05-28netdev/fec: fix ifconfig eth0 down hang issueBryan Wu1-12/+16
2010-05-24fec: add support for PHY interface platform dataBaruch Siach1-0/+22
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-05-10net: trans_start cleanupsEric Dumazet1-2/+0
2010-05-05FEC: Fix kernel panic in fec_set_mac_address.Mattias Walström1-1/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-5/+5
2010-04-01netdev/fec.c: add phylib supporting to enable carrier detection (v2)Bryan Wu1-877/+251
2010-02-22net: convert multiple drivers to use netdev_for_each_mc_addr, part4Jiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-1/+1
2010-02-10fec: Add LAN8700 phy supportAmit Kucheria1-0/+21
2010-02-10fec: fix uninitialized rx buffer usageRob Herring1-28/+29
2009-10-20net: fix section mismatch in fec.cSteven King1-1/+1