aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2-4/+0
2015-10-07gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil3-24/+186
2015-10-05net: fec: avoid timespec useArnd Bergmann1-4/+2
2015-09-28net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam1-2/+1
2015-09-24phy: add phy_device_remove()Russell King1-2/+3
2015-09-24net: fix phy refcounting in a bunch of driversRussell King2-1/+10
2015-09-24net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla1-4/+5
2015-09-21net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-09-09net: fec: add netif status check before set mac addressNimrod Andy1-0/+8
2015-09-05net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero1-1/+3
2015-09-02net: fec: clear receive interrupts before processing a packetRussell King1-0/+1
2015-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-08-25net: fec: use reinit_completion() in mdio accessor functionsRussell King1-2/+2
2015-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2015-08-13gianfar: Restore link state settings after MAC resetClaudiu Manoil1-0/+5
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-343/+8
2015-08-12net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam1-3/+3
2015-08-12gianfar: remove faulty filer optimizerJakub Kicinski1-337/+0
2015-08-12gianfar: correct list membership accountingJakub Kicinski1-1/+2
2015-08-12gianfar: correct filer table writingJakub Kicinski1-3/+2
2015-08-11net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe1-1/+1
2015-08-11net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe1-1/+2
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-06net: fec: fix initial runtime PM refcountLucas Stach1-0/+1
2015-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-97/+124
2015-07-31gianfar: Enable device wakeup when appropriateClaudiu Manoil3-13/+3
2015-07-31gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil1-68/+30
2015-07-31gianfar: Fix warning when CONFIG_PM offClaudiu Manoil1-0/+2
2015-07-29gianfar: Fix warnings when built on 64-bitScott Wood2-8/+16
2015-07-27net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+76
2015-07-26net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach3-3/+13
2015-07-26net: fec: use managed DMA API functions to allocate BD ringLucas Stach1-2/+2
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-75/+13
2015-07-17freescale: remove incorrect copied commentJacob Keller1-6/+0
2015-07-15gianfar: Add paged allocation and Rx S/GClaudiu Manoil3-144/+208
2015-07-15gianfar: Use ndev, more Rx path cleanupClaudiu Manoil2-32/+26
2015-07-15gianfar: Fix and cleanup rxbd status handlingClaudiu Manoil1-16/+18
2015-07-15gianfar: Bundle Rx allocation, cleanupClaudiu Manoil3-107/+136
2015-07-15Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam1-75/+13
2015-07-08net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn1-13/+75
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer2-13/+19
2015-06-25net/fsl: remove dependency FSL_SOC for GianfarAlison Wang1-2/+2
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+23
2015-06-23net: fec: init MAC prior to mii bus probeNimrod Andy1-1/+3
2015-06-23drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker1-3/+1
2015-06-23net: fs_enet: Fix NETIF_F_SG feature for Freescale MPC5121Alexander Popov1-3/+23
2015-06-11net: fs_enet: use swap() in fs_enet_rx_napi()Fabian Frederick1-5/+2
2015-06-07net: fec: ptp: correct the ENET_ATCOR valueFugang Duan1-0/+1
2015-05-11net: fec: add support of ethtool get_regsPhilippe Reynes1-0/+78
2015-05-09gianfar: Enable changing mac addr when if upClaudiu Manoil1-1/+12