aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-20fec: Fix the build as moduleFabio Estevam1-0/+3
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam1-3/+3
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-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
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker3-30/+31
2013-02-12gianfar: remove largely unused gfar_stats structPaul Gortmaker2-16/+7
2013-02-12net: fec_mpc52xx: Read MAC address from device-treeStefan Roese1-24/+38
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches1-15/+10
2013-02-07net: fec: fix spin_lock dead lockFrank Li1-1/+3
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li1-4/+3
2013-02-04gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker1-12/+4
2013-02-04net: fec: fix miss init spinlockFrank Li1-0/+1
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches1-5/+4
2013-01-29gianfar: Pack struct gfar_priv_grp into three cachelinesClaudiu Manoil2-51/+87
2013-01-29gianfar: Cleanup gfar_parse_group() codeClaudiu Manoil1-18/+16
2013-01-29gianfar: Optimize struct gfar_priv_tx_q for two cache linesClaudiu Manoil1-13/+12
2013-01-29net: fec: add napi support to improve proformanceFrank Li2-7/+36
2013-01-23gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil1-0/+4
2013-01-18net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li2-1/+91
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-11gianfar: use more portable i/o accessorsKim Phillips1-4/+4
2013-01-08net: fec: Remove 'inline' declarationsFabio Estevam1-3/+3
2013-01-07net: fec: report correct hardware stamping info to ethtoolFrank Li1-1/+30
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko5-15/+15
2013-01-04NET: FEC: dynamtic check DMA desc buff typeFrank Li4-87/+116
2013-01-03powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter1-2/+2
2012-12-18net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo1-2/+1
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman1-2/+1
2012-12-03net/freescale: remove __dev* attributesBill Pemberton3-8/+8
2012-12-03fs_enet: remove __dev* attributesBill Pemberton3-4/+4
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+5
2012-11-09gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng1-1/+4
2012-11-09gianfar: Fix alloc_skb_resources on -ENOMEM cleanup pathClaudiu Manoil1-6/+8
2012-11-07net: fec: reduce spin lock time in fec_ptp_adjfreqFrank Li1-8/+6