summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-31net/stmmac: remove conditional compilation of clk codeViresh Kumar1-16/+17
2012-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-07-10stmmac: Fix for nfs hang on multiple rebootDeepak Sikri1-0/+3
2012-07-01stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO1-7/+159
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. Miller1-10/+13
2012-06-08stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO1-10/+13
2012-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+30
2012-06-06stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO1-0/+25
2012-06-06stmmac: fix driver's doc when run kernel-doc scriptGiuseppe CAVALLARO1-2/+5
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 CAVALLARO1-1/+3
2012-05-15stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO1-2/+2
2012-04-20stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO1-1/+4
2012-04-20stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO1-4/+19
2012-04-20stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi1-18/+16
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-04-05stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO1-0/+40
2012-04-05stmmac: add clk management supportGiuseppe CAVALLARO1-5/+20
2012-04-05stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI1-1/+3
2012-04-05stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI1-7/+25
2012-04-05stmmac: Allow stmmac to work with other PHY buses(v3).Srinivas Kandagatla1-1/+7
2012-04-05stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde1-2/+4
2012-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-98/+107
2012-02-16net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO1-98/+91
2012-02-15stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi1-0/+16
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-02-01drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+2
2012-01-11stmmac: use an unique MDIO bus name.Florian Fainelli1-1/+1
2012-01-11stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese1-1/+1
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro1-0/+4
2011-12-22stmmac: add the experimental PCI supportGiuseppe CAVALLARO1-287/+131
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
2011-11-22stmmac: mask mmc interruptsGiuseppe CAVALLARO1-5/+9
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-41/+76
2011-11-17stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi1-5/+7
2011-11-17stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla1-2/+0
2011-11-17stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO1-28/+65
2011-11-17stmmac: fix advertising 1000Base capabilties for non GMII ifaceSrinivas Kandagatla1-6/+4
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-10-28stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO1-2/+4
2011-10-28stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark1-1/+1
2011-10-28stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO1-2/+3
2011-10-20stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Giuseppe CAVALLARO1-2/+4
2011-10-20stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO1-78/+52
2011-10-20stmmac: allow mmc usage only if feature actually available (V4)Giuseppe CAVALLARO1-1/+2