summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2012-10-28net: remove skb recyclingEric Dumazet
2012-09-21net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese
2012-08-20net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung
2012-07-30net/stmmac: remove conditional compilation of clk codeViresh Kumar
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-09stmmac: Fix for nfs hang on multiple rebootDeepak Sikri
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO
2012-07-01stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-07stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO
2012-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-06-04stmmac: remove two useless initialisationsGiuseppe 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-19stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO
2012-04-19stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO
2012-04-19stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-04-04stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO
2012-04-04stmmac: add clk management supportGiuseppe CAVALLARO
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-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: 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-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches
2012-01-10stmmac: use an unique MDIO bus name.Florian Fainelli
2012-01-10stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese
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
2011-11-17stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO
2011-11-17stmmac: fix advertising 1000Base capabilties for non GMII ifaceSrinivas Kandagatla
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-10-27stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO
2011-10-27stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark
2011-10-27stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO