aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2013-04-22net: Fix some __vlan_hwaccel_put_tag() callers.David S. Miller1-1/+1
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy2-8/+9
2013-04-18fec: Remove unneeded asm header filesFabio Estevam1-5/+0
2013-04-16net: fec: fix regression in link change accountingLucas Stach1-0/+1
2013-04-16fec: Use SIMPLE_DEV_PM_OPSFabio Estevam1-12/+3
2013-04-14ucc_geth: Convert ugeth_<level> to pr_<level>Joe Perches2-502/+403
2013-04-14gianfar: Use netdev_<level> when possibleJoe Perches3-12/+17
2013-04-14fec: Convert printks to netdev_<level>Joe Perches3-23/+21
2013-04-13fec: Fix PHC device logFabio Estevam2-2/+3
2013-04-12ethernet/fec: Add Vybrid family fec supportJingchang Lu1-0/+5
2013-04-02net/freescale/fec: Simplify OF dependenciesGuenter Roeck1-18/+1
2013-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-32/+50
2013-03-27enet: fec: fix fail resume from suspend stateFrank Li1-32/+50
2013-03-26net: fec: TX Buffer incorrectly initializedJim Baxter1-1/+1
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleFrank Li3-4/+2
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2013-03-21gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil3-7/+1
2013-03-21gianfar: Cleanup dead code and minor formattingClaudiu Manoil1-4/+3
2013-03-21gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil1-1/+1
2013-03-20fec: Fix the build as moduleFabio Estevam1-0/+3
2013-03-20net: fec: make local function fec_poll_controller() staticWei Yongjun1-1/+1
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil3-6/+10
2013-03-20gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil1-12/+12
2013-03-20gianfar: Poll only active Rx queuesClaudiu Manoil2-10/+22
2013-03-20gianfar: Fix tx napi pollingClaudiu Manoil1-37/+45
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+20
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam1-3/+3
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches2-11/+8
2013-03-15net: fec: fix missing napi_disable callGeorg Hofmann1-0/+1
2013-03-15net: fec: restart the FEC when PHY speed changesLucas Stach2-11/+16
2013-03-12fec: Use devm_request_and_ioremap()Fabio Estevam1-18/+3
2013-03-12fec: Remove unused pci headerFabio Estevam1-1/+0
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches2-16/+3
2013-03-04net: fec: fix build error in no MXC platformFrank Li1-8/+7
2013-03-04net: fec: put tx to napi poll function to fix dead lockFrank Li2-47/+41
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-41/+43
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker1-12/+14
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-2/+2
2013-02-22net: fec: Fix division by zeroFabio Estevam1-34/+34
2013-02-21net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam1-15/+15
2013-02-19net: fec: Do a sanity check on the gpio numberFabio Estevam1-1/+4
2013-02-14gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil2-21/+21
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil1-3/+0
2013-02-14gianfar: gfar_process_frame returns voidClaudiu Manoil1-6/+4
2013-02-14gianfar: GRO_DROP is unlikelyClaudiu Manoil1-1/+1
2013-02-14gianfar: Cleanup and optimize struct gfar_privateClaudiu Manoil1-45/+48
2013-02-14gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil2-12/+14
2013-02-14gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil2-5/+0
2013-02-13Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller3-45/+37