summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro/stmmac
Commit message (Expand)AuthorAgeFilesLines
* net: remove skb recyclingEric Dumazet2012-10-072-19/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-282-9/+9
|\
| * net/stmmac: Use clk_prepare_enable and clk_disable_unprepareStefan Roese2012-09-212-8/+8
| * stmmac: fix return value check in stmmac_open_ext_timer()Wei Yongjun2012-09-211-1/+1
* | net:stmmac: convert driver to use devm_request_and_ioremap.Srinivas Kandagatla2012-08-311-32/+8
* | net:stmmac: Remove bus_id from mdio platform data.Srinivas Kandagatla2012-08-312-6/+3
* | 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-221-3/+3
* stmmac: fix GMAC syn IDGiuseppe CAVALLARO2012-08-221-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-081-1/+1
* net/stmmac: remove conditional compilation of clk codeViresh Kumar2012-07-302-58/+17
* 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-102-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-101-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/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-123-14/+74
|\|
| * net: stmmac: Fix clock en-/disable callsStefan Roese2012-06-111-2/+2
| * stmmac: fix driver built w/ w/o both pci and platf modulesGiuseppe CAVALLARO2012-06-073-12/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-065-37/+36
|\|
| * stmmac: fix driver Kconfig when built as moduleGiuseppe CAVALLARO2012-06-065-35/+31
| * 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/+1
|/
* drivers/net/stmmac: seq_file fix memory leakDjalal Harouni2012-05-211-2/+2
* stmmac: fix suspend/resume lockingGiuseppe CAVALLARO2012-05-141-4/+6
* stmmac: add mixed burst for DMAGiuseppe CAVALLARO2012-05-145-5/+12
* stmmac: extend mac addr reg and fix perfect fileringGiuseppe CAVALLARO2012-05-147-10/+29
* stmmac: do not fail when probe and there is no csr clk definedGiuseppe CAVALLARO2012-04-192-7/+11
* stmmac: verify the dma_cfg platform fieldsGiuseppe CAVALLARO2012-04-194-7/+25
* stmmac: Move the mdio_register/_unregister in probe/removeFrancesco Virlinzi2012-04-191-18/+16
* stmmac: use custom init/exit functions in pm opsFrancesco Virlinzi2012-04-191-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-041-2/+4
* | stmmac: fix build when CONFIG_OF is enableGiuseppe Cavallaro2012-04-061-1/+1
* | stmmac: update the driver version March 2012Giuseppe CAVALLARO2012-04-041-1/+1
* | stmmac: MDC clock dynamically based on the csr clock inputGiuseppe CAVALLARO2012-04-044-2/+53
* | stmmac: extend CSR Clock Range programmingGiuseppe CAVALLARO2012-04-041-2/+2
* | stmmac: add clk management supportGiuseppe CAVALLARO2012-04-042-5/+63
* | stmmac: Replace infinite loops by timeouts in mdio r/wDeepak SIKRI2012-04-041-7/+25
* | stmmac: re-work the internal GMAC DMA platf parametersDeepak SIKRI2012-04-047-12/+49
* | stmmac: sanitize the rx coe and add the type-1 csum (v2)Deepak SIKRI2012-04-047-24/+58
* | stmmac: Allow stmmac to work with other PHY buses(v3).Srinivas Kandagatla2012-04-041-1/+7
* | stmmac: Support the get_ts_info ethtool method.Richard Cochran2012-04-041-0/+1
|/
* stmmac: Add device-tree supportStefan Roese2012-03-161-2/+72