aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/freescale (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-05Merge branch 'siocghwtstamp' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller4-8/+41
2013-12-02net: fec_main: dma_map() only the length of the skbSebastian Siewior1-5/+4
2013-11-21gianfar: Implement the SIOCGHWTSTAMP ioctlBen Hutchings1-4/+18
2013-11-21fec: Implement the SIOCGHWTSTAMP ioctlBen Hutchings3-4/+23
2013-11-14net:fec: fix WARNING caused by lack of calls to dma_mapping_error()Duan Fugang-B386111-6/+25
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds4-64/+53
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds8-3/+16
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring4-4/+6
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding3-3/+3
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+28
2013-10-18gianfar: Simplify MQ polling to avoid soft lockupClaudiu Manoil1-49/+38
2013-10-09drivers: clean-up prom.h implicit includesRob Herring8-0/+13
2013-10-09gianfar: Enable eTSEC-20 erratum w/a for P2020 Rev1Claudiu Manoil1-0/+3
2013-10-09gianfar: Use mpc85xx support for errata detectionClaudiu Manoil1-8/+25
2013-10-09gianfar: Enable eTSEC-A002 erratum w/a for all partsClaudiu Manoil1-6/+4
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches2-2/+2
2013-10-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2013-09-30powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova1-1/+3
2013-09-30Revert "powerpc/83xx: gianfar_ptp: select 1588 clock source through dts file"David S. Miller1-3/+1
2013-09-30powerpc/83xx: gianfar_ptp: select 1588 clock source through dts fileAida Mynzhasova1-1/+3
2013-09-24gianfar: Remove extern from function prototypesJoe Perches1-13/+13
2013-09-15net: fec: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-48/+78
2013-09-04net: fec: fix the error to get the previous BD entryDuan Fugang-B386112-46/+77
2013-09-03gianfar: Fix reported number of sent bytes to BQLClaudiu Manoil2-8/+12
2013-08-30net: fec: fix time stamping logic after napi conversionRichard Cochran1-2/+1
2013-08-30net/fec: cleanup types in fec_get_mac()Dan Carpenter1-4/+4
2013-08-30net: fec: use dev_get_platdata()Jingoo Han1-2/+2
2013-08-29fec: Use NAPI_POLL_WEIGHTFabio Estevam1-2/+1
2013-08-22fs_enet: cleanup clock API useGerhard Sittig1-0/+20
2013-08-22fs_enet: silence a build warning (unused variable)Gerhard Sittig1-1/+0
2013-08-21net: fec_mpc52xx_phy: remove unnecessary dev_set_drvdata()Libo Chen1-1/+0
2013-08-21net: ucc_geth: remove unnecessary dev_set_drvdata()Libo Chen1-1/+0
2013-08-21net: fsl_pq_mdio: remove unnecessary dev_set_drvdata()Libo Chen1-2/+0
2013-08-20net: fec_mpc52xx_phy: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: ucc_geth: use platform_{get,set}_drvdata()Libo Chen1-2/+1
2013-08-20net: fsl_pq_mdio: use platform_{get,set}_drvdata()Libo Chen1-1/+1
2013-08-13gianfar: Add flow control supportClaudiu Manoil3-3/+132
2013-08-05gianfar: Cleanup TxFCB insertion on xmitClaudiu Manoil1-29/+33
2013-08-05gianfar: Fix Tx csum generation errata handlingClaudiu Manoil1-19/+25
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+32
2013-08-01gianfar: Remove unused field grp_id from gfar_priv_grpClaudiu Manoil2-4/+1
2013-07-30net/fec: Don't let ndo_start_xmit return NETDEV_TX_BUSY without linkUwe Kleine-König1-5/+0
2013-07-27net: fec: workaround stop tx during errata ERR006358Frank Li2-2/+31
2013-07-23fec: Add MODULE_ALIASFabio Estevam1-0/+1
2013-07-22fec: Use devm_request_irq()Fabio Estevam1-18/+3
2013-07-22fec: Remove unneeded check in platform_get_resource()Fabio Estevam1-4/+1
2013-07-22fec: Check the return value from clk_prepare_enable()Fabio Estevam1-12/+54
2013-07-22fec: Enable/disable clk_ptp in suspend/resumeFabio Estevam1-0/+4
2013-07-22fec: Fix the order for enabling/disabling the clocksFabio Estevam1-8/+8