aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-15gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil1-1/+1
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy3-42/+56
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou3-1/+205
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou2-12/+56
2014-10-14net: fec: ptp: Use the 31-bit ptp timer.Luwei Zhou1-4/+6
2014-10-14net: fec: Fix sparse warnings with different lock contexts for basic blockNimrod Andy1-10/+14
2014-10-10net: fs_enet: error: 'SCCE_ENET_TXF' undeclaredLEROY Christophe2-2/+2
2014-10-09gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil2-10/+19
2014-10-09gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil2-13/+34
2014-10-09gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil1-8/+7
2014-10-09gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil1-0/+6
2014-10-09gianfar: Include missing headers for ARM buildsClaudiu Manoil1-0/+2
2014-10-09net/fsl_pq_mdio: Replace spin_event_timeout() with arch independentClaudiu Manoil1-13/+23
2014-10-09net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessorsClaudiu Manoil1-14/+14
2014-10-09net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARMClaudiu Manoil1-0/+2
2014-10-08net: fs_enet: Add NAPI TXLEROY Christophe5-11/+132
2014-10-08net: fs_enet: Remove non NAPI RXLEROY Christophe1-149/+15
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam1-7/+10
2014-10-06net: fec: fix build error at m68k platformFrank Li1-0/+1
2014-10-01net: fec: implement rx_copybreak to improve rx performanceNimrod Andy2-65/+145
2014-09-26net: fec: free resource after phy probe failedNimrod Andy1-0/+2
2014-09-26net: fec: align rx data buffer size for dma map/unmapNimrod Andy1-3/+5
2014-09-26net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy1-2/+2
2014-09-26net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy2-0/+12
2014-09-26fec: Remove fec_enet_select_queue()Fabio Estevam1-7/+0
2014-09-22net: fec: fix code identationNimrod Andy1-1/+1
2014-09-19net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan1-2/+15
2014-09-19net:fec: increase DMA queue numberFugang Duan1-1/+1
2014-09-19net: fec: add interrupt coalescence feature supportFugang Duan2-0/+151
2014-09-19net: fec: refine error handle of parser queue number from DTFrank Li1-10/+10
2014-09-16net: fec: fix build error at m68k platformFrank Li1-5/+25
2014-09-15net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in conjunction with strncpyRickard Strandqvist1-2/+2
2014-09-15net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick1-2/+2
2014-09-13net: fec: init complete variable in early to avoid kernel dumpFugang Duan1-0/+1
2014-09-13net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2-11/+27
2014-09-13net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan1-0/+2
2014-09-13net: fec: add enet-avb IP supportFrank Li2-18/+51
2014-09-13net:fec: Disable enet-avb MAC instead of reset MACFugang Duan1-6/+20
2014-09-13net: fec: init multi queue date structureFrank Li1-113/+252
2014-09-13net: fec: parser max queue number from dt fileFugang Duan2-1/+47
2014-09-13net: fec: change data structure to support multiqueueFugang Duan2-196/+400
2014-09-13net:fec: add enet AVB feature macro define for imx6sxFugang Duan1-0/+16
2014-09-13net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan2-0/+18
2014-08-22net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy3-15/+41
2014-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-43/+79
2014-08-11net: fec: Support phys probed from devicetree and fixed-linkUwe Kleine-König2-21/+56
2014-08-10net: ucc_geth: fix build failureUwe Kleine-König1-2/+2
2014-08-08fec_mpc52xx: delete unneeded test before of_node_putJulia Lawall1-2/+1
2014-08-07net: ucc_geth: Don't use the MAC as PHY without a fixed linkUwe Kleine-König1-7/+6
2014-08-07net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König1-1/+1