summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec.c
Commit message (Expand)AuthorAgeFilesLines
* net: fec: build fec.c and fec_ptp.c to one moduleFrank Li2013-03-251-1966/+0
* net: fec: make local function fec_poll_controller() staticWei Yongjun2013-03-201-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-14/+19
|\
| * net: fec: Define indexes as 'unsigned int'Fabio Estevam2013-03-201-3/+3
| * net: fec: fix missing napi_disable callGeorg Hofmann2013-03-151-0/+1
| * net: fec: restart the FEC when PHY speed changesLucas Stach2013-03-151-11/+15
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-151-4/+2
* | fec: Use devm_request_and_ioremap()Fabio Estevam2013-03-121-18/+3
* | fec: Remove unused pci headerFabio Estevam2013-03-121-1/+0
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-091-2/+0
|/
* net: fec: put tx to napi poll function to fix dead lockFrank Li2013-03-041-44/+41
* net: fec: Fix division by zeroFabio Estevam2013-02-221-34/+34
* net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam2013-02-211-15/+15
* net: fec: Do a sanity check on the gpio numberFabio Estevam2013-02-191-1/+4
* net: fec: correct fix method about miss init spinlockFrank Li2013-02-071-4/+3
* net: fec: fix miss init spinlockFrank Li2013-02-041-0/+1
* net: fec: add napi support to improve proformanceFrank Li2013-01-291-7/+34
* net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li2013-01-181-1/+86
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* net: fec: Remove 'inline' declarationsFabio Estevam2013-01-081-3/+3
* net: fec: report correct hardware stamping info to ethtoolFrank Li2013-01-071-1/+30
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-3/+4
* NET: FEC: dynamtic check DMA desc buff typeFrank Li2013-01-041-67/+108
* net/freescale: remove __dev* attributesBill Pemberton2012-12-031-5/+5
* FEC: Add time stamping code and a PTP hardware clockFrank Li2012-11-011-1/+87
* net: fec: move fec_enet_private to header fileFrank Li2012-11-011-73/+0
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-2/+2
* net: fec: add phy-reset-duration for device tree probeShawn Guo2012-06-271-1/+7
* net: fec: use managed function devm_gpio_request_oneShawn Guo2012-06-271-1/+2
* net: fec: enable regulator for fec phyShawn Guo2012-06-271-0/+13
* net: fec: reset phy after pinctrl setupShawn Guo2012-06-271-2/+2
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-12/+23
|\
| * Merge branch 'imx/pinctrl' into imx/clockArnd Bergmann2012-05-141-0/+9
| |\
| * | net fec: do not depend on grouped clocksSascha Hauer2012-04-251-12/+23
* | | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-221-0/+9
|\ \ \ | | |/ | |/|
| * | net: fec: adopt pinctrl supportShawn Guo2012-05-121-0/+9
| |/
* / fec: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-191-1/+1
|\
| * fec: fix PHY name to match fixed MDIO bus nameFlorian Fainelli2012-02-131-1/+1
* | net: fec: Fix build due to wrong dev annotationFabio Estevam2012-02-071-2/+2
* | netdev: ethernet dev_alloc_skb to netdev_alloc_skbPradeep A Dalvi2012-02-061-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-041-1/+1
|\|
| * net: fec: correct phy_name buffer length when init phy_nameRichard Zhao2012-01-311-1/+1
* | net: fec: use module_platform_driverFabio Estevam2012-01-241-16/+1
|/
* net: fsl: fec: handle 10Mbps speed in RMII modeEric Benard2012-01-121-3/+6
* fec: use an unique MDIO bus name.Florian Fainelli2012-01-101-1/+2
* Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-5/+5
|\
| * net: fec: add clk_prepare/clk_unprepareRichard Zhao2011-12-281-5/+5
* | net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* | net: fec: Adjust ENET MDIO timeoutsRogerio Pimentel2011-12-281-1/+1