summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2012-11-27stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO1-0/+83
2012-11-27stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO8-20/+71
2012-11-27stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO5-62/+111
2012-11-27stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO6-310/+3
2012-10-07net: remove skb recyclingEric Dumazet2-19/+2
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+9
2012-09-21net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2-8/+8
2012-09-21stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun1-1/+1
2012-09-01net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla1-32/+8
2012-09-01net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2-6/+3
2012-09-01net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla1-1/+2
2012-09-01net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla1-0/+3
2012-08-24stmmac: add header inclusion protectionRayagond Kokatanur9-0/+43
2012-08-23stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO1-3/+3
2012-08-23stmmac: fix GMAC syn IDGiuseppe CAVALLARO1-1/+1
2012-08-20net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung1-1/+1
2012-08-09net/stmmac: mark probe function as __devinitArnd Bergmann1-1/+1
2012-07-31net/stmmac: remove conditional compilation of clk codeViresh Kumar2-58/+17
2012-07-19net: stmmac: Add ip version to dts bindingsDinh Nguyen1-2/+6
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2012-07-11drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-10stmmac: Fix for higher mtu size handlingDeepak Sikri1-1/+2
2012-07-10stmmac: Fix for nfs hang on multiple rebootDeepak Sikri1-0/+3
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO9-18/+372
2012-07-01stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO1-17/+10
2012-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+74
2012-06-12net: stmmac: Fix clock en-/disable callsStefan Roese1-2/+2
2012-06-08stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO3-12/+72
2012-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-37/+36
2012-06-06stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO5-35/+31
2012-06-06stmmac: fix driver's doc when run kernel-doc scriptGiuseppe CAVALLARO1-2/+5
2012-06-06ethernet: Remove casts to same typeJoe Perches1-1/+1
2012-06-04stmmac: remove two useless initialisationsGiuseppe CAVALLARO1-2/+1
2012-05-21drivers/net/stmmac: seq_file fix memory leakDjalal Harouni1-2/+2
2012-05-15stmmac: fix suspend/resume lockingGiuseppe CAVALLARO1-4/+6
2012-05-15stmmac: add mixed burst for DMAGiuseppe CAVALLARO5-5/+12
2012-05-15stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO7-10/+29
2012-04-20stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO2-7/+11
2012-04-20stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO4-7/+25
2012-04-20stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi1-18/+16
2012-04-20stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi1-4/+13
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-04-06stmmac: fix build when CONFIG_OF is enableGiuseppe Cavallaro1-1/+1
2012-04-05stmmac: update the driver version March 2012Giuseppe CAVALLARO1-1/+1
2012-04-05stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO4-2/+53
2012-04-05stmmac: extend CSR Clock Range programmingGiuseppe CAVALLARO1-2/+2
2012-04-05stmmac: add clk management supportGiuseppe CAVALLARO2-5/+63
2012-04-05stmmac: Replace infinite loops by timeouts in mdio r/wDeepak SIKRI1-7/+25
2012-04-05stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI7-12/+49
2012-04-05stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI7-24/+58