aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale
AgeCommit message (Expand)Author
2013-05-07gianfar: do not advertise any alarm capability.Richard Cochran
2013-04-16net: fec: fix regression in link change accountingLucas Stach
2013-03-27enet: fec: fix fail resume from suspend stateFrank Li
2013-03-20fec: Fix the build as moduleFabio Estevam
2013-03-20net: fec: Define indexes as 'unsigned int'Fabio Estevam
2013-03-15net: fec: fix missing napi_disable callGeorg Hofmann
2013-03-15net: fec: restart the FEC when PHY speed changesLucas Stach
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
2013-01-18net: fec: enable pause frame to improve rx prefomance for 1G networkFrank Li
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-11gianfar: use more portable i/o accessorsKim Phillips
2013-01-08net: fec: Remove 'inline' declarationsFabio Estevam
2013-01-07net: fec: report correct hardware stamping info to ethtoolFrank Li
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2013-01-04NET: FEC: dynamtic check DMA desc buff typeFrank Li
2013-01-03powerpc, dma: move bestcomm driver from arch/powerpc/sysdev to drivers/dmaPhilippe De Muyter
2012-12-18net: fec: forbid FEC_PTP on SoCs that do not supportShawn Guo
2012-12-07drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman
2012-12-03net/freescale: remove __dev* attributesBill Pemberton
2012-12-03fs_enet: remove __dev* attributesBill Pemberton
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller