aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)Author
2016-08-13net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds
2016-07-05Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw...Olof Johansson
2016-06-27net: fec: use a more proper compatible string for i.MX6UL type deviceFugang Duan
2016-06-27net: fec: add interrupt coalesc quirk flagFugang Duan
2016-06-12net: fec: handle small PHY reset durations more preciselyStefan Wahren
2016-06-12ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach
2016-06-07net: fec: fix spelling mistakes and add missing newlineColin Ian King
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky
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