summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* gianfar: Implement PAUSE frame generation supportMatei Pavaluca2014-10-293-2/+93
* Fix the way the local advertising flow options are determinedPavaluca Matei-B466102014-10-291-1/+5
* Add flow control support flags to gianfar's capabilitiesPavaluca Matei-B466102014-10-292-3/+4
* net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel2014-10-221-1/+2
* net: fs_enet: set back promiscuity mode after restartLEROY Christophe2014-10-222-0/+6
* gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil2014-10-151-1/+1
* net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy2014-10-153-42/+56
* net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou2014-10-143-1/+205
* net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou2014-10-142-12/+56
* net: fec: ptp: Use the 31-bit ptp timer.Luwei Zhou2014-10-141-4/+6
* net: fec: Fix sparse warnings with different lock contexts for basic blockNimrod Andy2014-10-141-10/+14
* net: fs_enet: error: 'SCCE_ENET_TXF' undeclaredLEROY Christophe2014-10-102-2/+2
* gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil2014-10-092-10/+19
* gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil2014-10-092-13/+34
* gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil2014-10-091-8/+7Star
* gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil2014-10-091-0/+6
* gianfar: Include missing headers for ARM buildsClaudiu Manoil2014-10-091-0/+2
* net/fsl_pq_mdio: Replace spin_event_timeout() with arch independentClaudiu Manoil2014-10-091-13/+23
* net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessorsClaudiu Manoil2014-10-091-14/+14
* net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARMClaudiu Manoil2014-10-091-0/+2
* net: fs_enet: Add NAPI TXLEROY Christophe2014-10-085-11/+132
* net: fs_enet: Remove non NAPI RXLEROY Christophe2014-10-081-149/+15Star
* fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam2014-10-061-7/+10
* net: fec: fix build error at m68k platformFrank Li2014-10-061-0/+1
* net: fec: implement rx_copybreak to improve rx performanceNimrod Andy2014-10-022-65/+145
* net: fec: free resource after phy probe failedNimrod Andy2014-09-261-0/+2
* net: fec: align rx data buffer size for dma map/unmapNimrod Andy2014-09-261-3/+5
* net: fec: remove the ERR006358 workaround for imx6sx enetNimrod Andy2014-09-261-2/+2
* net: fec: Add Ftype to BD to distiguish three tx queues for AVBNimrod Andy2014-09-262-0/+12
* fec: Remove fec_enet_select_queue()Fabio Estevam2014-09-261-7/+0Star
* net: fec: fix code identationNimrod Andy2014-09-221-1/+1
* net: fec: Workaround for imx6sx enet tx hang when enable three queuesFugang Duan2014-09-191-2/+15
* net:fec: increase DMA queue numberFugang Duan2014-09-191-1/+1
* net: fec: add interrupt coalescence feature supportFugang Duan2014-09-192-0/+151
* net: fec: refine error handle of parser queue number from DTFrank Li2014-09-191-10/+10
* net: fec: fix build error at m68k platformFrank Li2014-09-161-5/+25
* net: ethernet: freescale: fec_main.c: Cleaning up missing null-terminate in c...Rickard Strandqvist2014-09-151-2/+2
* net: fec: use container_of to resolve bufdesc_ex from bufdescFabian Frederick2014-09-151-2/+2
* net: fec: init complete variable in early to avoid kernel dumpFugang Duan2014-09-131-0/+1
* net: fec: change FEC alignment according to i.mx6 sx requirementFugang Duan2014-09-132-11/+27
* net:fec: Add fsl,imx6sx-fec compatible stringsFugang Duan2014-09-131-0/+2
* net: fec: add enet-avb IP supportFrank Li2014-09-132-18/+51
* net:fec: Disable enet-avb MAC instead of reset MACFugang Duan2014-09-131-6/+20
* net: fec: init multi queue date structureFrank Li2014-09-131-113/+252
* net: fec: parser max queue number from dt fileFugang Duan2014-09-132-1/+47
* net: fec: change data structure to support multiqueueFugang Duan2014-09-132-196/+400
* net:fec: add enet AVB feature macro define for imx6sxFugang Duan2014-09-131-0/+16
* net:fec: add enet refrence clock for i.MX 6SX chipFugang Duan2014-09-132-0/+18
* net: fec: ptp: avoid register access when ipg clock is disabledNimrod Andy2014-08-223-15/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-08-146-43/+79
|\