aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2013-03-26net: fec: TX Buffer incorrectly initializedJim Baxter
2013-03-25net: fec: build fec.c and fec_ptp.c to one moduleFrank Li
2013-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-21gianfar: Remove superfluous kernel_dropped local counterClaudiu Manoil
2013-03-21gianfar: Cleanup dead code and minor formattingClaudiu Manoil
2013-03-21gianfar: Remove 'maybe-uninitialized' compile warningClaudiu Manoil
2013-03-20fec: Fix the build as moduleFabio Estevam
2013-03-20net: fec: make local function fec_poll_controller() staticWei Yongjun
2013-03-20gianfar: Refactor config coalescing calls for all queuesClaudiu Manoil
2013-03-20gianfar: Remove redundant programming of [rt]xic registersClaudiu Manoil
2013-03-20gianfar: Poll only active Rx queuesClaudiu Manoil
2013-03-20gianfar: Fix tx napi pollingClaudiu Manoil
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-03-15net: fec: fix missing napi_disable callGeorg Hofmann
2013-03-15net: fec: restart the FEC when PHY speed changesLucas Stach
2013-03-12fec: Use devm_request_and_ioremap()Fabio Estevam
2013-03-12fec: Remove unused pci headerFabio Estevam
2013-03-09drivers:net: Remove unnecessary OOM messages after netdev_alloc_skbJoe Perches
2013-03-04net: fec: fix build error in no MXC platformFrank Li
2013-03-04net: fec: put tx to napi poll function to fix dead lockFrank Li
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-02-22net: fec: Fix division by zeroFabio Estevam
2013-02-21net: fec: Ensure that initialization is done prior to request_irq()Fabio Estevam
2013-02-19net: fec: Do a sanity check on the gpio numberFabio Estevam
2013-02-14gianfar: Fix and cleanup Rx FCB indicationClaudiu Manoil
2013-02-14gianfar: Remove wrong buffer size conditioning to VLAN h/w offloadClaudiu Manoil
2013-02-14gianfar: gfar_process_frame returns voidClaudiu Manoil
2013-02-14gianfar: GRO_DROP is unlikelyClaudiu Manoil
2013-02-14gianfar: Cleanup and optimize struct gfar_privateClaudiu Manoil
2013-02-14gianfar: Add device ref (dev) in gfar_privateClaudiu Manoil
2013-02-14gianfar: Remove unused device_node ref in gfar_privateClaudiu Manoil
2013-02-13Merge branch 'gfar-ethtool-atomic' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller
2013-02-12gianfar: convert u64 status counters to atomic64_tPaul Gortmaker
2013-02-12gianfar: remove largely unused gfar_stats structPaul Gortmaker
2013-02-12net: fec_mpc52xx: Read MAC address from device-treeStefan Roese
2013-02-08drivers: net: Remove remaining alloc/OOM messagesJoe Perches
2013-02-07net: fec: fix spin_lock dead lockFrank Li
2013-02-07net: fec: correct fix method about miss init spinlockFrank Li
2013-02-04gianfar: dont conditionally alloc Rx/Err irq structsPaul Gortmaker
2013-02-04net: fec: fix miss init spinlockFrank Li
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-29gianfar: Pack struct gfar_priv_grp into three cachelinesClaudiu Manoil
2013-01-29gianfar: Cleanup gfar_parse_group() codeClaudiu Manoil
2013-01-29gianfar: Optimize struct gfar_priv_tx_q for two cache linesClaudiu Manoil
2013-01-29net: fec: add napi support to improve proformanceFrank Li
2013-01-23gianfar: Restore promisc mode on gfar_init_mac()Claudiu Manoil