summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: fec: fix MDIO bus assignement for dual fec SoC'sStefan Agner2015-01-142-4/+7
* net: fec: fix NULL pointer dereference in fec_enet_timeout_workHubert Feurstein2015-01-081-0/+1
* net: fec: Fix NAPI raceNimrod Andy2014-12-161-12/+7
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-149-9/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-039-9/+0
| |\
| | * net: ethernet: freescale: fs_enet: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
| | * net: ethernet: freescale: drop owner assignment from platform_driversWolfram Sang2014-10-206-6/+0
* | | gianfar: Fix dma check map error when DMA_API_DEBUG is enabledKevin Hao2014-12-111-28/+56
* | | net: fec: only enable mdio interrupt before phy device link upNimrod Andy2014-12-101-1/+4
* | | net: fec: clear all interrupt events to support i.MX6SXNimrod Andy2014-12-101-1/+1
* | | net: fec: reset fep link status in suspend functionNimrod Andy2014-12-101-0/+6
* | | net: fec: avoid kernal crash by NULL pointer when no phy connectionNimrod Andy2014-12-091-0/+2
* | | net: fec: init maximum receive buffer size for ring1 and ring2Nimrod Andy2014-11-242-5/+10
* | | net: fec: remove unused return value from swap_buffer()Lothar Waßmann2014-11-181-3/+1
* | | net: fec: simplify loop counter handling in swap_buffer()Lothar Waßmann2014-11-181-1/+1
* | | net: fec: use swab32s() instead of cpu_to_be32()Lothar Waßmann2014-11-181-1/+1
* | | net: fec: improve access to quirk flags by copying them into fec_enet_private...Lothar Waßmann2014-11-182-68/+39
* | | net: fec: change type of 'bufdesc_ex' to boolLothar Waßmann2014-11-182-4/+2
* | | net: fec: properly parenthesize macro argsLothar Waßmann2014-11-181-15/+16
* | | net: fec: consistently use lower case chars as hex digitsLothar Waßmann2014-11-181-44/+44
* | | net: fec: indentation cleanupLothar Waßmann2014-11-181-54/+54
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-141-4/+19
|\ \ \
| * | | net: fec: fix regression on i.MX28 introduced by rx_copybreak supportLothar Waßmann2014-11-071-4/+19
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-8/+8
|\ \ \ \ | |/ / /
| * | | net: fec: fix suspend broken on multiple MACs silliconsNimrod Andy2014-11-031-8/+8
| |/ /
* | | 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/+7
* 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/+15
* 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-012-65/+145
OpenPOWER on IntegriCloud