summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale
Commit message (Expand)AuthorAgeFilesLines
* net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2013-04-192-8/+9
* fec: Remove unneeded asm header filesFabio Estevam2013-04-181-5/+0Star
* fec: Use SIMPLE_DEV_PM_OPSFabio Estevam2013-04-161-12/+3Star
* ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches2013-04-142-502/+403Star
* gianfar: Use netdev_<level> when possibleJoe Perches2013-04-143-12/+17
* fec: Convert printks to netdev_<level>Joe Perches2013-04-143-23/+21Star
* fec: Fix PHC device logFabio Estevam2013-04-132-2/+3
* ethernet/fec: Add Vybrid family fec supportJingchang Lu2013-04-131-0/+5
* net/freescale/fec: Simplify OF dependenciesGuenter Roeck2013-04-021-18/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-011-32/+50
|\
| * enet: fec: fix fail resume from suspend stateFrank Li2013-03-271-32/+50
* | net: fec: TX Buffer incorrectly initializedJim Baxter2013-03-261-1/+1
* | net: fec: build fec.c and fec_ptp.c to one moduleFrank Li2013-03-253-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-221-0/+3
|\|
| * fec: Fix the build as moduleFabio Estevam2013-03-201-0/+3
* | gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil2013-03-213-7/+1Star
* | gianfar: Cleanup dead code and minor formattingClaudiu Manoil2013-03-211-4/+3Star
* | gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil2013-03-211-1/+1
* | net: fec: make local function fec_poll_controller() staticWei Yongjun2013-03-201-1/+1
* | gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil2013-03-203-6/+10
* | gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil2013-03-201-12/+12
* | gianfar: Poll only active Rx queuesClaudiu Manoil2013-03-202-10/+22
* | gianfar: Fix tx napi pollingClaudiu Manoil2013-03-201-37/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-202-14/+20
|\|
| * net: fec: Define indexes as 'unsigned int'Fabio Estevam2013-03-201-3/+3
| * net: fec: fix missing napi_disable callGeorg Hofmann2013-03-151-0/+1
| * net: fec: restart the FEC when PHY speed changesLucas Stach2013-03-152-11/+16
* | drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2013-03-152-11/+8Star
* | fec: Use devm_request_and_ioremap()Fabio Estevam2013-03-121-18/+3Star
* | fec: Remove unused pci headerFabio Estevam2013-03-121-1/+0Star
* | drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2013-03-092-16/+3Star
|/
* net: fec: fix build error in no MXC platformFrank Li2013-03-041-8/+7Star
* net: fec: put tx to napi poll function to fix dead lockFrank Li2013-03-042-47/+41Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-02-262-41/+43
|\
| * gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker2013-02-241-12/+14
| * net: fec: Fix division by zeroFabio Estevam2013-02-221-34/+34
| * net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam2013-02-211-15/+15
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-241-2/+2
|\ \ | |/ |/|
| * powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter2013-01-031-2/+2
* | net: fec: Do a sanity check on the gpio numberFabio Estevam2013-02-191-1/+4
* | gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2013-02-142-21/+21
* | gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil2013-02-141-3/+0Star
* | gianfar: gfar_process_frame returns voidClaudiu Manoil2013-02-141-6/+4Star
* | gianfar: GRO_DROP is unlikelyClaudiu Manoil2013-02-141-1/+1
* | gianfar: Cleanup and optimize struct gfar_privateClaudiu Manoil2013-02-141-45/+48
* | gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2013-02-142-12/+14
* | gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2013-02-142-5/+0Star
* | Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2013-02-133-45/+37Star
|\ \
| * | gianfar: convert u64 status counters to atomic64_tPaul Gortmaker2013-02-133-30/+31
| * | gianfar: remove largely unused gfar_stats structPaul Gortmaker2013-02-132-16/+7Star