summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: fec: fix spelling mistakes and add missing newlineColin Ian King2016-06-081-4/+4
* net: fec: update dirty_tx even if no skbTroy Kisky2016-05-311-5/+3
* net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-05-101-24/+2
* net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes2016-05-101-28/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-2/+8
|\
| * net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König2016-05-041-2/+8
* | fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-04-181-8/+8
|/
* fec: Do not access unexisting register in ColdfireFabio Estevam2016-03-311-1/+1
* net: fec: Rename "phy-reset-active-low" propertyBernhard Walle2016-03-071-4/+4
* net: fec: Add "phy-reset-active-low" property to DTBernhard Walle2016-02-161-2/+6
* net: fec: improve error handlingTroy Kisky2016-02-111-4/+7
* net: fec: don't transfer ownership until descriptor write is completeTroy Kisky2016-02-111-1/+13
* net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky2016-02-111-1/+1
* net: fec: add variable reg_desc_active to speed things upTroy Kisky2016-02-111-20/+24
* net: fec: add struct bufdesc_propTroy Kisky2016-02-111-170/+118
* net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky2016-02-111-1/+1
* net: fec: fix rx error countsTroy Kisky2016-02-111-21/+15
* net: fec: stop the "rcv is not +last, " error messagesTroy Kisky2016-02-111-0/+1
* net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2016-01-251-2/+1
* net: fec: make driver endian-safeJohannes Berg2016-01-251-61/+69
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-071-5/+2
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-14/+2
* phy: Centralise print about attached phyAndrew Lunn2016-01-071-3/+1
* net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar2015-11-241-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-1/+1
|\
| * fec: Use gpio_set_value_cansleep()Fabio Estevam2015-11-011-1/+1
* | net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam2015-09-291-2/+1
|/
* net: fec: add netif status check before set mac addressNimrod Andy2015-09-101-0/+8
* net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-061-1/+3
* net: fec: clear receive interrupts before processing a packetRussell King2015-09-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-2/+2
|\
| * net: fec: use reinit_completion() in mdio accessor functionsRussell King2015-08-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-0/+1
|\|
| * net: fec: fix initial runtime PM refcountLucas Stach2015-08-071-0/+1
* | net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam2015-08-131-3/+3
* | net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao2015-08-101-15/+20
|/
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
* net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-271-3/+2
* net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-271-2/+2
* Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam2015-07-161-75/+13
* net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-091-13/+75
* net: fec: don't access RACC register when not availableGreg Ungerer2015-06-291-13/+17
* net: fec: init MAC prior to mii bus probeNimrod Andy2015-06-231-1/+3
* net: fec: add support of ethtool get_regsPhilippe Reynes2015-05-111-0/+78
* net: fec: Fix RGMII-ID modeMarkus Pargmann2015-04-301-1/+4
* net: fec: setup right value for mdio hold timeUwe Kleine-König2015-03-291-3/+27
* Revert "net: fec: fix the warning found by dma debug"Fabio Estevam2015-03-131-23/+11
* net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy2015-03-101-2/+1
* net: fec: fix unbalanced clk disable on driver unbindStefan Agner2015-03-061-1/+0
* net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan2015-03-041-1/+1