summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)Author
2012-06-11net: stmmac: Fix clock en-/disable callsStefan Roese
2012-06-08stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO
2012-06-06stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO
2012-06-06stmmac: fix driver's doc when run kernel-doc scriptGiuseppe CAVALLARO
2012-05-21drivers/net/stmmac: seq_file fix memory leakDjalal Harouni
2012-05-14stmmac: fix suspend/resume lockingGiuseppe CAVALLARO
2012-05-14stmmac: add mixed burst for DMAGiuseppe CAVALLARO
2012-05-14stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO
2012-04-20stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO
2012-04-20stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO
2012-04-20stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi
2012-04-20stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-06stmmac: fix build when CONFIG_OF is enableGiuseppe Cavallaro
2012-04-04stmmac: update the driver version March 2012Giuseppe CAVALLARO
2012-04-04stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO
2012-04-04stmmac: extend CSR Clock Range programmingGiuseppe CAVALLARO
2012-04-04stmmac: add clk management supportGiuseppe CAVALLARO
2012-04-04stmmac: Replace infinite loops by timeouts in mdio r/wDeepak SIKRI
2012-04-04stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI
2012-04-04stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI
2012-04-04stmmac: Allow stmmac to work with other PHY buses(v3).Srinivas Kandagatla
2012-04-04stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde
2012-04-04stmmac: Support the get_ts_info ethtool method.Richard Cochran
2012-03-17stmmac: Add device-tree supportStefan Roese
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-15stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO
2012-02-15stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi
2012-02-15stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO
2012-02-13stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida
2012-02-08stmmac: Fix typo in stmmac_pci.cMasanari Iida
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-24stmmac: added PCI identifiersAlessandro Rubini
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini
2012-01-13drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmapJulia Lawall
2012-01-11stmmac: use an unique MDIO bus name.Florian Fainelli
2012-01-10stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese
2012-01-10stmmac: Fix compilation error in mmc_core.cStefan Roese
2012-01-05net: make ethtool_ops conststephen hemminger
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-21stmmac: mask mmc interruptsGiuseppe CAVALLARO
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-11-17stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi
2011-11-17stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla