aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2013-06-19stmmac: fix EEE setupGiuseppe CAVALLARO
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen
2013-04-19net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*Patrick McHardy
2013-04-08stmmac: prefetch all dma_erx when use extend_descGiuseppe CAVALLARO
2013-04-08stmmac: code tidy-upGiuseppe CAVALLARO
2013-04-08stmmac: improve/review and fix kernel-docGiuseppe CAVALLARO
2013-04-08stmmac: modified pcs mode support for SGMIIByungho An
2013-03-26stmmac: add the support for PTP hw clock driverRayagond Kokatanur
2013-03-26stmmac: add IEEE PTPv1 and PTPv2 support.Rayagond Kokatanur
2013-03-26stmmac: add tx_skbuff_dma to save descriptors used by PTPRayagond Kokatanur
2013-03-26stmmac: initial support to manage pcs modesGiuseppe CAVALLARO
2013-03-26stmmac: start adding pcs and rgmii core irqGiuseppe CAVALLARO
2013-03-26stmmac: support extend descriptorsGiuseppe CAVALLARO
2013-03-26stmmac: reorganize chain/ring modes removing KoptionsGiuseppe CAVALLARO
2013-03-15drivers:net: Remove dma_alloc_coherent OOM messagesJoe Perches
2013-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller
2013-02-15stmmac: fix the parsing of the eee_timer parameterGiuseppe CAVALLARO
2013-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-02-10stmmac: fix macro used for debugging the xmitGiuseppe CAVALLARO
2013-02-04ethernet: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2012-12-14stmmac: fix platform driver unregisteringKonstantin Khlebnikov
2012-11-26stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO
2012-11-26stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO
2012-11-26stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO
2012-10-07net: 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