aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-15net: ethernet: ucc: Utilize phy_ethtool_nway_resetFlorian Fainelli1-8/+1
2016-11-15net: fec: Utilize phy_ethtool_nway_resetFlorian Fainelli1-11/+1
2016-11-15net: fs_enet: Utilize phy_ethtool_nway_resetFlorian Fainelli1-6/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam1-3/+3
2016-10-20net: fec: drop check for clk==NULL before calling clk_*Uwe Kleine-König1-14/+11
2016-10-19net: fs_enet: Use net_device_stats from struct net_deviceTobias Klauser2-26/+18
2016-10-18ethernet: use core min/max MTU checkingJarod Wilson1-6/+3
2016-10-17fsl/fman: fix error return code in mac_probe()Wei Yongjun1-2/+6
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson4-4/+0
2016-10-04fsl/fman: remove leftover commentMadalin Bucur1-4/+0
2016-10-04fsl/fman: fix return value checkingMadalin Bucur1-2/+2
2016-10-04fsl/fman: simplify redundant conditionMadalin Bucur1-2/+1
2016-10-04fsl/fman: check of_get_phy_mode() return valueMadalin Bucur1-4/+6
2016-10-04fsl/fman: check pcsphy pointer before useMadalin Bucur1-0/+3
2016-10-04fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur1-1/+2
2016-10-04fsl/fman: return a phy_dev pointer from initMadalin Bucur2-12/+13
2016-10-04fsl/fman: simplify device tree readsMadalin Bucur3-48/+30
2016-10-04fsl/fman: use of_get_phy_mode()Madalin Bucur1-31/+2
2016-10-04fsl/fman: small fixesMadalin Bucur2-6/+8
2016-10-04fsl/fman: fix loadable module compilationIgal Liberman4-7/+64
2016-10-04fsl/fman: split lines over 80 charactersMadalin Bucur2-2/+4
2016-10-03net: fec: set mac address unconditionallyGavin Schenk1-7/+5
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+12
2016-09-27net: fec: align IP header in hardwareEric Nelson1-1/+10
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx27Eric Nelson1-1/+1
2016-09-27net: fec: remove QUIRK_HAS_RACC from i.mx25Eric Nelson1-1/+1
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman4-4/+4
2016-09-12net/fsl_pq_mdio: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-4/+4
2016-09-10net: fs_enet: make rx_copybreak value configurableChristophe Leroy1-0/+40
2016-09-10net: fs_enet: don't unmap DMA when packet len is below copybreakChristophe Leroy1-16/+20
2016-09-10net: fs_enet: merge NAPI RX and NAPI TXChristophe Leroy5-295/+160
2016-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+16
2016-08-28net: ucc_geth: fix spelling mistake "propperty" -> "property"Colin Ian King1-1/+1
2016-08-23gianfar: fix size of scatter-gathered framesZefir Kurtisi1-6/+14
2016-08-23gianfar: prevent fragmentation in DSA environmentsZefir Kurtisi1-1/+2
2016-08-13net: fix up a few missing hashtable.h conflict resolutionsJiri Kosina1-3/+3
2016-08-08net/fsl: use of_property_read_boolJulia Lawall1-5/+2
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-0/+14
2016-07-05Merge tag 'imx-soc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/socOlof Johansson2-0/+14
2016-06-27net: fec: use a more proper compatible string for i.MX6UL type deviceFugang Duan1-0/+8
2016-06-27net: fec: add interrupt coalesc quirk flagFugang Duan2-10/+11
2016-06-16net: gianfar: fix old-style declarationArnd Bergmann1-1/+1
2016-06-12net: fec: handle small PHY reset durations more preciselyStefan Wahren1-1/+6
2016-06-12ARM: imx6: disable deeper idle states when FEC is active w/o HW workaroundLucas Stach2-0/+14
2016-06-07net: fec: fix spelling mistakes and add missing newlineColin Ian King1-4/+4
2016-06-03gianfar: fix the last transmit buffer descriptorYangbo Lu1-1/+2
2016-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+3
2016-05-31net: fec: update dirty_tx even if no skbTroy Kisky1-5/+3
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann3-5/+5