summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: fsl: Fix error checking for platform_get_irq()Mark Brown2015-11-301-1/+1
* net: fsl: Don't use NO_IRQ to check return value of irq_of_parse_and_map()Mark Brown2015-11-301-3/+3
* net: fsl: expands dependencies of NET_VENDOR_FREESCALEShaohui Xie2015-11-231-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-031-1/+1
|\
| * fec: Use gpio_set_value_cansleep()Fabio Estevam2015-11-011-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-012-7/+5Star
|\|
| * gianfar: Fix Rx BSY error handlingClaudiu Manoil2015-10-261-3/+1Star
| * gianfar: Don't enable the Filer w/o the ParserClaudiu Manoil2015-10-261-2/+2
| * gianfar: Remove duplicated argument to bitwise ORClaudiu Manoil2015-10-261-2/+2
* | gianfar: Increase TX_TIMEOUT to 5HZAbhimanyu2015-10-281-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-6/+28
|\|
| * net/fsl_pq_mdio: fix computed address for the TBI registerGerlando Falauto2015-10-131-6/+18
| * net/fsl_pq_mdio: check TBI address for consistency with mapped rangeGerlando Falauto2015-10-131-0/+10
* | drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-162-4/+0Star
* | gianfar: Add WAKE_UCAST and "wake-on-filer" supportClaudiu Manoil2015-10-073-24/+186
* | net: fec: avoid timespec useArnd Bergmann2015-10-051-4/+2Star
* | net: fec: Remove unneeded FEATURES_NEED_QUIESCE definitionFabio Estevam2015-09-291-2/+1Star
|/
* phy: add phy_device_remove()Russell King2015-09-251-2/+3
* net: fix phy refcounting in a bunch of driversRussell King2015-09-252-1/+10
* net: gianfar: remove misuse of IRQF_NO_SUSPEND flagSudeep Holla2015-09-241-4/+5
* net: gianfar_ptp: Fix module autoload for OF platform driverLuis de Bethencourt2015-09-221-0/+1
* net: fec: add netif status check before set mac addressNimrod Andy2015-09-101-0/+8
* net: fec: normalize return value of pm_runtime_get_sync() in MDIO writeMaciej S. Szmigiero2015-09-061-1/+3
* net: fec: clear receive interrupts before processing a packetRussell King2015-09-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-281-2/+2
|\
| * net: fec: use reinit_completion() in mdio accessor functionsRussell King2015-08-261-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-211-0/+5
|\|
| * gianfar: Restore link state settings after MAC resetClaudiu Manoil2015-08-141-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-144-343/+8Star
|\|
| * gianfar: remove faulty filer optimizerJakub Kicinski2015-08-121-337/+0Star
| * gianfar: correct list membership accountingJakub Kicinski2015-08-121-1/+2
| * gianfar: correct filer table writingJakub Kicinski2015-08-121-3/+2Star
| * net: fs_enet: mask interrupts for TX partial frames.LEROY Christophe2015-08-111-1/+1
| * net: fs_enet: explicitly remove I flag on TX partial framesLEROY Christophe2015-08-111-1/+2
| * net: fec: fix initial runtime PM refcountLucas Stach2015-08-071-0/+1
* | net: fec: Remove unneeded use of IS_ERR_VALUE() macroFabio Estevam2015-08-131-3/+3
* | net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao2015-08-101-15/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-016-97/+124
|\|
| * gianfar: Enable device wakeup when appropriateClaudiu Manoil2015-08-013-13/+3Star
| * gianfar: Fix suspend/resume for wol magic packetClaudiu Manoil2015-08-011-68/+30Star
| * gianfar: Fix warning when CONFIG_PM offClaudiu Manoil2015-08-011-0/+2
| * net: fec: Ensure clocks are enabled while using mdio busAndrew Lunn2015-07-271-13/+76
| * net: fec: introduce fec_ptp_stop and use in probe fail pathLucas Stach2015-07-273-3/+13
| * net: fec: use managed DMA API functions to allocate BD ringLucas Stach2015-07-271-2/+2
* | gianfar: Fix warnings when built on 64-bitScott Wood2015-07-302-8/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-07-231-75/+13Star
|\|
| * Revert "net: fec: Ensure clocks are enabled while using mdio bus"Fabio Estevam2015-07-161-75/+13Star
* | freescale: remove incorrect copied commentJacob Keller2015-07-181-6/+0Star
* | gianfar: Add paged allocation and Rx S/GClaudiu Manoil2015-07-163-144/+208
* | gianfar: Use ndev, more Rx path cleanupClaudiu Manoil2015-07-162-32/+26Star