aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
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-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman
2016-09-12net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-08-28net: ucc_geth: fix spelling mistake "propperty" -> "property"Colin Ian King
2016-08-23gianfar: fix size of scatter-gathered framesZefir Kurtisi
2016-08-23gianfar: prevent fragmentation in DSA environmentsZefir Kurtisi
2016-08-13net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina
2016-08-08net/fsl: use of_property_read_boolJulia Lawall
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-16net: gianfar: fix old-style declarationArnd Bergmann
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-06-03gianfar: fix the last transmit buffer descriptorYangbo Lu
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-05-16net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-16net: ethernet: fec-mpc52xx: use phydev from struct net_devicePhilippe Reynes
2016-05-16net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-16net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes
2016-05-16net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes
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-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König
2016-05-03net: ethernet: fec_mpc52xx: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2016-05-03net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2016-05-03net: ethernet: ucc: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2016-05-03net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes
2016-04-28treewide: Fix typos in printkMasanari Iida
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-22fsl/fman: Workaround for Errata A-007273Igal Liberman
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim