aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-14/+74
2012-06-11net: stmmac: Fix clock en-/disable callsStefan Roese1-2/+2
2012-06-07stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO3-12/+72
2012-06-06Merge 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-14stmmac: fix suspend/resume lockingGiuseppe CAVALLARO1-4/+6
2012-05-14stmmac: add mixed burst for DMAGiuseppe CAVALLARO5-5/+12
2012-05-14stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO7-10/+29
2012-04-19stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO2-7/+11
2012-04-19stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO4-7/+25
2012-04-19stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi1-18/+16
2012-04-19stmmac: 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-04stmmac: update the driver version March 2012Giuseppe CAVALLARO1-1/+1
2012-04-04stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO4-2/+53
2012-04-04stmmac: extend CSR Clock Range programmingGiuseppe CAVALLARO1-2/+2
2012-04-04stmmac: add clk management supportGiuseppe CAVALLARO2-5/+63
2012-04-04stmmac: Replace infinite loops by timeouts in mdio r/wDeepak SIKRI1-7/+25
2012-04-04stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI7-12/+49
2012-04-04stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI7-24/+58
2012-04-04stmmac: Allow stmmac to work with other PHY buses(v3).Srinivas Kandagatla1-1/+7
2012-04-04stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde1-2/+4
2012-04-04stmmac: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-03-16stmmac: Add device-tree supportStefan Roese1-2/+72
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-118/+129
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-15stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO1-1/+1
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO4-116/+105
2012-02-15stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi1-0/+16
2012-02-15stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO4-3/+9
2012-02-13stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida2-2/+2
2012-02-08stmmac: Fix typo in stmmac_pci.cMasanari Iida1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+2
2012-01-24stmmac: added PCI identifiersAlessandro Rubini1-3/+3
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini1-1/+1
2012-01-12drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmapJulia Lawall1-1/+1
2012-01-10stmmac: use an unique MDIO bus name.Florian Fainelli2-2/+3
2012-01-10stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese1-1/+1
2012-01-10stmmac: Fix compilation error in mmc_core.cStefan Roese1-0/+1
2012-01-05net: make ethtool_ops conststephen hemminger1-1/+1
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro1-0/+4
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO9-290/+612
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-23/+1
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9