summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
* stmmac: fix platform driver unregisteringKonstantin Khlebnikov2012-12-142-13/+15
* drivers/net: fix up function prototypes after __dev* removalsGreg Kroah-Hartman2012-12-072-5/+5
* Merge tag 'dev_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...David S. Miller2012-12-032-6/+6
|\
| * stmmac: remove __dev* attributesBill Pemberton2012-12-032-6/+6
* | stmmac: remove two repeated macroswalimis2012-12-031-2/+0Star
|/
* stmmac: update the driver version to Nov_2012Giuseppe CAVALLARO2012-11-261-1/+1
* stmmac: get/set coalesce parameters via ethtoolGiuseppe CAVALLARO2012-11-261-0/+83
* stmmac: add Rx watchdog support to mitigate the DMA irqsGiuseppe CAVALLARO2012-11-268-20/+71
* stmmac: add the initial tx coalesce schemaGiuseppe CAVALLARO2012-11-265-62/+111
* stmmac: remove dead code for STMMAC_TIMER supportGiuseppe CAVALLARO2012-11-266-310/+3Star
* net: remove skb recyclingEric Dumazet2012-10-072-19/+2Star
* 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/+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