summaryrefslogtreecommitdiff
path: root/drivers/net/fec.c
AgeCommit message (Expand)Author
2012-09-12ENGR00223249 : fix Ethernet performance downgrade issue.Fugang Duan
2012-08-10ENGR00180288 - FEC : Fix kernel dump about eth0Fugang Duan
2012-08-07ENGR00219501 - FEC : Enable puase frame flowFugang Duan
2012-07-25ENGR00217616 - FEC : fix the typo to avoid build warningFugang Duan
2012-07-20ENGR00209520-03 - FEC : Add support for MX6SL MSL.Fugang Duan
2012-07-20ENGR00179636-04 - FEC : allocate the enough DMA size for BD.Fugang Duan
2012-07-20ENGR00181514 - FEC : fix kernel dump warning with suspend/resume.Fugang Duan
2012-07-20ENGR00179636-02 - FEC : Enet RX FIFO overruns issue.Fugang Duan
2012-07-20ENGR00179636-01 - FEC : Enet RX FIFO overruns issue.Fugang Duan
2012-07-20ENGR00172303 - FEC : fix 'eth0: tx queue full!' issue.Fugang Duan
2012-07-20ENGR00172274-02 - IEEE-1588: rework ts_clk in MX6 ARIK CPU board.Fugang Duan
2012-07-20ENGR00173869-9: i.mx6dl: add the misc drivers supportJason Liu
2012-07-20ENGR00161871: ENET: Changing MDIO read and write timeoutRogerio Pimentel
2012-07-20ENGR00170784 - FEC : dma skb buffer map is not used rightly.Fugang Duan
2012-07-20build fix and driver fixJason Liu
2012-07-20ENGR00162013 - FEC : Fix loss interrupt when add "rootwait"Fugang Duan
2012-07-20ENGR00159982 - FEC: low power mode when FEC is no use.Fugang Duan
2012-07-20ENGR00161312 - FEC: fix build warningFugang Duan
2012-07-20ENGR00161207 - FEC: Add IEEE 1588 driver for imx6Fugang Duan
2012-07-20ENGR00160709-2 Move board specific code out of FEC driverMahesh Mahadevan
2012-07-20ENGR00153127 ENET: Enet not works in 1G modeZeng Zhaoming
2012-07-20ENGR00152528-2 ENET: add enet support for mx6q.Zeng Zhaoming
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