aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2015-01-14net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner
2015-01-08net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein
2014-12-16net: fec: Fix NAPI raceNimrod Andy
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-12-11gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao
2014-12-10net: fec: only enable mdio interrupt before phy device link upNimrod Andy
2014-12-10net: fec: clear all interrupt events to support i.MX6SXNimrod Andy
2014-12-10net: fec: reset fep link status in suspend functionNimrod Andy
2014-12-09net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy
2014-11-24net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy
2014-11-18net: fec: remove unused return value from swap_buffer()Lothar Waßmann
2014-11-18net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann
2014-11-18net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann
2014-11-18net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann
2014-11-18net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann
2014-11-18net: fec: properly parenthesize macro argsLothar Waßmann
2014-11-18net: fec: consistently use lower case chars as hex digitsLothar Waßmann
2014-11-18net: fec: indentation cleanupLothar Waßmann
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-07net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman
2014-11-03net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy
2014-10-29gianfar: Implement PAUSE frame generation supportMatei Pavaluca
2014-10-29Fix the way the local advertising flow options are determinedPavaluca Matei-B46610
2014-10-29Add flow control support flags to gianfar's capabilitiesPavaluca Matei-B46610
2014-10-22net: fec: ptp: fix NULL pointer dereference if ptp_clock is not setPhilipp Zabel
2014-10-22net: fs_enet: set back promiscuity mode after restartLEROY Christophe
2014-10-20net: ethernet: freescale: fs_enet: drop owner assignment from platform_driversWolfram Sang
2014-10-20net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang
2014-10-15gianfar: Add FCS to rx buffer size (fix)Claudiu Manoil
2014-10-15net: fec: ptp: fix convergence issue to support LinuxPTP stackNimrod Andy
2014-10-14net: fec: ptp: Enable PPS output based on ptp clockLuwei Zhou
2014-10-14net: fec: ptp: Use hardware algorithm to adjust PTP counter.Luwei Zhou
2014-10-14net: fec: ptp: Use the 31-bit ptp timer.Luwei Zhou
2014-10-14net: fec: Fix sparse warnings with different lock contexts for basic blockNimrod Andy
2014-10-10net: fs_enet: error: 'SCCE_ENET_TXF' undeclaredLEROY Christophe
2014-10-09gianfar: Replace eieio with wmb for non-PPC archsClaudiu Manoil
2014-10-09gianfar: Replace spin_event_timeout() with arch independentClaudiu Manoil
2014-10-09gianfar: Make MAC addr setup endian safe, cleanupClaudiu Manoil
2014-10-09gianfar: Exclude PPC specific errata handling from ARM buildsClaudiu Manoil
2014-10-09gianfar: Include missing headers for ARM buildsClaudiu Manoil
2014-10-09net/fsl_pq_mdio: Replace spin_event_timeout() with arch independentClaudiu Manoil
2014-10-09net/fsl_pq_mdio: Use ioread/iowrite32be() portable accessorsClaudiu Manoil
2014-10-09net/fsl_pq_mdio: Fix asm/ucc.h compile error for ARMClaudiu Manoil
2014-10-08net: fs_enet: Add NAPI TXLEROY Christophe
2014-10-08net: fs_enet: Remove non NAPI RXLEROY Christophe
2014-10-06fec: Fix fec_enet_alloc_buffers() error pathFabio Estevam
2014-10-06net: fec: fix build error at m68k platformFrank Li
2014-10-01net: fec: implement rx_copybreak to improve rx performanceNimrod Andy