aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-16net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-16net: ethernet: fec-mpc52xx: use phydev from struct net_devicePhilippe Reynes1-23/+20
2016-05-16net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-16net: ethernet: fs-enet: use phydev from struct net_devicePhilippe Reynes5-26/+18
2016-05-16net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-25/+2
2016-05-16net: ethernet: gianfar: use phydev from struct net_devicePhilippe Reynes3-32/+35
2016-05-10net: ethernet: fec: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-24/+2
2016-05-10net: ethernet: fec: use phydev from struct net_devicePhilippe Reynes2-29/+21
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-05-04net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König1-2/+8
2016-05-03net: ethernet: fec_mpc52xx: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-6/+10
2016-05-03net: ethernet: fs-enet: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-6/+10
2016-05-03net: ethernet: ucc: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-10/+7
2016-05-03net: ethernet: gianfar: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-17/+8
2016-04-18fec: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes1-8/+8
2016-03-31fec: Do not access unexisting register in ColdfireFabio Estevam1-1/+1
2016-03-22fsl/fman: Workaround for Errata A-007273Igal Liberman1-16/+88
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-318/+268
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-14fsl/fman: fix dtsec_set_tx_pause_framesIgal Liberman1-4/+3
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+5
2016-03-06net: fec: Rename "phy-reset-active-low" propertyBernhard Walle1-4/+4
2016-03-06gianfar: Enable eTSEC-106 erratum w/a for MPC8548E Rev2Atsushi Nemoto1-1/+3
2016-03-03fsl/fman: Initialize fman->dev earlierIgal Liberman1-2/+2
2016-02-25gianfar: fix endianness for hardware timestampYangbo Lu1-2/+2
2016-02-25gianfar_ptp: replace get_of_u32 with of_property_read_u32Yangbo Lu1-20/+13
2016-02-24gianfar: Remove redundant ops for do_tstamp from xmit()Claudiu Manoil1-9/+5
2016-02-24gianfar: Use skb_frag_t pointers inside xmit()Claudiu Manoil1-9/+9
2016-02-24gianfar: Map head TxBD firstClaudiu Manoil1-48/+48
2016-02-16net: fec: Add "phy-reset-active-low" property to DTBernhard Walle1-2/+6
2016-02-11net: fec: improve error handlingTroy Kisky1-4/+7
2016-02-11net: fec: don't transfer ownership until descriptor write is completeTroy Kisky1-1/+13
2016-02-11net: fec: don't disable FEC_ENET_TS_TIMER interruptTroy Kisky2-1/+2
2016-02-11net: fec: add variable reg_desc_active to speed things upTroy Kisky2-26/+25
2016-02-11net: fec: add struct bufdesc_propTroy Kisky2-185/+132
2016-02-11net: fec: fix fec_enet_get_free_txdesc_numTroy Kisky1-1/+1
2016-02-11net: fec: fix rx error countsTroy Kisky1-21/+15
2016-02-11net: fec: stop the "rcv is not +last, " error messagesTroy Kisky2-0/+2
2016-01-25net: fec: use CONFIG_ARM instead of CONFIG_ARCH_MXC/SOC_IMX28Johannes Berg2-7/+4
2016-01-25net: fec: make driver endian-safeJohannes Berg3-72/+101
2016-01-2582xx: FCC: Fixing a bug causing to FCC port lock-up (second try)Martin Roth1-1/+1
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-9/+9
2016-01-14fsl/fman: Delete one function call "put_device" in dtsec_config()Markus Elfring1-1/+0
2016-01-11net: freescale: mac-fec: Fix build error from phy_device API changeAndrew Lunn1-1/+1
2016-01-11net: freescale: ucc_geth: Fix build error from phy_device API changeAndrew Lunn1-1/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-5/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn5-11/+11
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn5-38/+4