summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)Author
2016-12-06net: fec: fix compile with CONFIG_M5272Nikita Yushchenko
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko
2016-11-30net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam
2016-10-03net: fec: set mac address unconditionallyGavin Schenk
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-27net: fec: align IP header in hardwareEric Nelson
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx27Eric Nelson
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx25Eric Nelson
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-06Merge 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-13net: 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-07net: 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-29net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam
2015-09-10net: fec: add netif status check before set mac addressNimrod Andy
2015-09-06net: 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-28Merge 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