summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)Author
2016-05-10net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-04net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König
2016-04-18fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2016-03-31fec: Do not access unexisting register in ColdfireFabio Estevam
2016-03-06net: fec: Rename "phy-reset-active-low" propertyBernhard Walle
2016-02-16net: fec: Add "phy-reset-active-low" property to DTBernhard Walle
2016-02-11net: fec: improve error handlingTroy Kisky
2016-02-11net: fec: don't transfer ownership until descriptor write is completeTroy Kisky
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky
2016-02-11net: fec: add struct bufdesc_propTroy Kisky
2016-02-11net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky
2016-02-11net: fec: fix rx error countsTroy Kisky
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg
2016-01-25net: fec: make driver endian-safeJohannes Berg
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn
2016-01-07phy: Centralise print about attached phyAndrew Lunn
2015-11-24net: fec: no need to test for the return type of of_property_read_u32Saurabh Sengar
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-11-01fec: Use gpio_set_value_cansleep()Fabio Estevam
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam
2015-09-09net: fec: add netif status check before set mac addressNimrod Andy
2015-09-05net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero
2015-09-02net: fec: clear receive interrupts before processing a packetRussell King
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-25net: fec: use reinit_completion() in mdio accessor functionsRussell King
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao
2015-08-06net: fec: fix initial runtime PM refcountLucas Stach
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach
2015-07-26net: fec: use managed DMA API functions to allocate BD ringLucas Stach
2015-07-15Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam
2015-07-08net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes
2015-04-30net: fec: Fix RGMII-ID modeMarkus Pargmann
2015-03-29net: fec: setup right value for mdio hold timeUwe Kleine-König
2015-03-13Revert "net: fec: fix the warning found by dma debug"Fabio Estevam
2015-03-10net: fec: fix receive VLAN CTAG HW acceleration issueNimrod Andy
2015-03-05net: fec: fix unbalanced clk disable on driver unbindStefan Agner
2015-03-04net: fec: fix rcv is not last issue when do suspend/resume testFugang Duan
2015-02-05net: fec: Delete unnecessary checks before the function call "kfree"Markus Elfring
2015-01-24net: fec: fix the warning found by dma debugNimrod Andy