summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla2012-08-311-32/+8Star
* net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-312-6/+3Star
* net:stmmac: fix broken stmmac_pltfr_remove.Srinivas Kandagatla2012-08-311-1/+2
* net:stmmac: Add check if mdiobus is registered in stmmac_mdio_unregisterSrinivas Kandagatla2012-08-311-0/+3
* stmmac: add header inclusion protectionRayagond Kokatanur2012-08-249-0/+43
* stmmac: fix a typo in the macro used to mask the mmc irqGiuseppe CAVALLARO2012-08-231-3/+3
* stmmac: fix GMAC syn IDGiuseppe CAVALLARO2012-08-231-1/+1
* net/stmmac: fix issue of clk_get for Loongson1B.Kelvin Cheung2012-08-201-1/+1
* net/stmmac: mark probe function as __devinitArnd Bergmann2012-08-091-1/+1
* net/stmmac: remove conditional compilation of clk codeViresh Kumar2012-07-312-58/+17Star
* net: stmmac: Add ip version to dts bindingsDinh Nguyen2012-07-191-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-112-1/+5
|\
| * stmmac: Fix for higher mtu size handlingDeepak Sikri2012-07-091-1/+2
| * stmmac: Fix for nfs hang on multiple rebootDeepak Sikri2012-07-091-0/+3
* | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
* | stmmac: add the Energy Efficient Ethernet supportGiuseppe CAVALLARO2012-07-019-18/+372
* | stmmac: do not use strict_strtoul but kstrtointGiuseppe CAVALLARO2012-07-011-17/+10Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-133-14/+74
|\|
| * net: stmmac: Fix clock en-/disable callsStefan Roese2012-06-121-2/+2
| * stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO2012-06-083-12/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-075-37/+36Star
|\|
| * stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO2012-06-065-35/+31Star
| * stmmac: fix driver's doc when run kernel-doc scriptGiuseppe CAVALLARO2012-06-061-2/+5
* | ethernet: Remove casts to same typeJoe Perches2012-06-061-1/+1
* | stmmac: remove two useless initialisationsGiuseppe CAVALLARO2012-06-041-2/+1Star
|/
* drivers/net/stmmac: seq_file fix memory leakDjalal Harouni2012-05-211-2/+2
* stmmac: fix suspend/resume lockingGiuseppe CAVALLARO2012-05-151-4/+6
* stmmac: add mixed burst for DMAGiuseppe CAVALLARO2012-05-155-5/+12
* stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO2012-05-157-10/+29
* stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO2012-04-202-7/+11
* stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO2012-04-204-7/+25
* stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi2012-04-201-18/+16Star
* stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi2012-04-201-4/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-2/+4
|\
| * stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde2012-04-051-2/+4
* | stmmac: fix build when CONFIG_OF is enableGiuseppe Cavallaro2012-04-061-1/+1
* | stmmac: update the driver version March 2012Giuseppe CAVALLARO2012-04-051-1/+1
* | stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO2012-04-054-2/+53
* | stmmac: extend CSR Clock Range programmingGiuseppe CAVALLARO2012-04-051-2/+2
* | stmmac: add clk management supportGiuseppe CAVALLARO2012-04-052-5/+63
* | stmmac: Replace infinite loops by timeouts in mdio r/wDeepak SIKRI2012-04-051-7/+25
* | stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI2012-04-057-12/+49
* | stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI2012-04-057-24/+58
* | stmmac: Allow stmmac to work with other PHY buses(v3).Srinivas Kandagatla2012-04-051-1/+7
* | stmmac: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
|/
* stmmac: Add device-tree supportStefan Roese2012-03-171-2/+72
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-198-118/+129
|\
| * stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO2012-02-151-1/+1
| * stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO2012-02-154-116/+105Star
| * stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi2012-02-151-0/+16