aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-18net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li1-1/+86
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-08net: fec: Remove 'inline' declarationsFabio Estevam1-3/+3
2013-01-07net: fec: report correct hardware stamping info to ethtoolFrank Li1-1/+30
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-3/+4
2013-01-04NET: FEC: dynamtic check DMA desc buff typeFrank Li1-67/+108
2012-12-03net/freescale: remove __dev* attributesBill Pemberton1-5/+5
2012-11-01FEC: Add time stamping code and a PTP hardware clockFrank Li1-1/+87
2012-11-01net: fec: move fec_enet_private to header fileFrank Li1-73/+0
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-2/+2
2012-06-27net: fec: add phy-reset-duration for device tree probeShawn Guo1-1/+7
2012-06-27net: fec: use managed function devm_gpio_request_oneShawn Guo1-1/+2
2012-06-27net: fec: enable regulator for fec phyShawn Guo1-0/+13
2012-06-27net: fec: reset phy after pinctrl setupShawn Guo1-2/+2
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-12/+23
2012-05-22Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+9
2012-05-14Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann1-0/+9
2012-05-12net: fec: adopt pinctrl supportShawn Guo1-0/+9
2012-04-25net fec: do not depend on grouped clocksSascha Hauer1-12/+23
2012-04-04fec: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-02-13fec: fix PHY name to match fixed MDIO bus nameFlorian Fainelli1-1/+1
2012-02-07net: fec: Fix build due to wrong dev annotationFabio Estevam1-2/+2
2012-02-06netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi1-2/+2
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-01-31net: fec: correct phy_name buffer length when init phy_nameRichard Zhao1-1/+1
2012-01-24net: fec: use module_platform_driverFabio Estevam1-16/+1
2012-01-12net: fsl: fec: handle 10Mbps speed in RMII modeEric Benard1-3/+6
2012-01-10fec: use an unique MDIO bus name.Florian Fainelli1-1/+2
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+5
2012-01-05net: make ethtool_ops conststephen hemminger1-1/+1
2011-12-28net: fec: Adjust ENET MDIO timeoutsRogerio Pimentel1-1/+1
2011-12-28net: fec: add clk_prepare/clk_unprepareRichard Zhao1-5/+5
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2011-12-08net/fec: fix the .remove codeLothar Waßmann1-9/+22
2011-12-08net/fec: preserve MII/RMII setting in fec_stop()Lothar Waßmann1-1/+4
2011-12-08net/fec: don't munge MAC address from platform dataLothar Waßmann1-1/+1
2011-12-08net/fec: don't request invalid IRQLothar Waßmann1-2/+6
2011-12-08net/fec: prevent dobule restart of interface on FDX/HDX changeLothar Waßmann1-0/+2
2011-12-08net/fec: set con_id in clk_get() call to NULLLothar Waßmann1-1/+1
2011-12-08net/fec: misc cleanupsLothar Waßmann1-6/+8
2011-12-07net/fec: fix the use of pdev->idShawn Guo1-4/+7
2011-09-29net/fec: add poll controller function for fec nicXiao Jiang1-0/+27
2011-09-29net/fec: replace hardcoded irq num with macroXiao Jiang1-3/+4
2011-09-23net/fec: add imx6q enet supportShawn Guo1-13/+53
2011-09-23net/fec: fix fec1 check in fec_enet_mii_init()Shawn Guo1-1/+1
2011-09-23net/fec: fec_reset_phy() does not need to always succeedShawn Guo1-8/+5
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-12freescale: Move the Freescale driversJeff Kirsher1-0/+1663