summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fec_main.c
AgeCommit message (Expand)Author
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-11net: fec: add ERR007885 for i.MX6ul enet IPFugang Duan
2017-04-11net: fec: correct the errata number comment typoFugang Duan
2017-04-11net: fec: add phy-reset-gpios PROBE_DEFER checkFugang Duan
2017-04-11net: fec: pass ->dev to dma_alloc__coherent() APIFugang Duan
2017-04-11net: fec: avoid BD pointer type cast to 32bitFugang Duan
2017-04-11net: fec: add return value check after calling .of_property_read_u32()Fugang Duan
2017-03-24net: fec: Fix typo in error msg and commentPeter Meerwald-Stadler
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-14net: fec: fix multicast filtering hardware setupRui Sousa
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet
2016-12-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-06net: fec: fix compile with CONFIG_M5272Nikita Yushchenko
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-30net: fec: cache statistics while device is downNikita Yushchenko
2016-11-29net: ethernet: fec: fix fixed-link phydev leaksJohan Hovold
2016-11-15net: fec: Utilize phy_ethtool_nway_resetFlorian Fainelli
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam
2016-10-20net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson
2016-10-03net: fec: set mac address unconditionallyGavin Schenk
2016-10-02Merge 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-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