summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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/+105
| * stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi2012-02-151-0/+16
| * stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO2012-02-154-3/+9
* | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* | stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida2012-02-132-2/+2
* | stmmac: Fix typo in stmmac_pci.cMasanari Iida2012-02-081-1/+1
* | drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-3/+1
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-3/+2
|/
* stmmac: added PCI identifiersAlessandro Rubini2012-01-241-3/+3
* stmmac: fix phy naming inconsistencyAlessandro Rubini2012-01-241-1/+1
* drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmapJulia Lawall2012-01-121-1/+1
* stmmac: use an unique MDIO bus name.Florian Fainelli2012-01-102-2/+3
* stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese2012-01-101-1/+1
* stmmac: Fix compilation error in mmc_core.cStefan Roese2012-01-101-0/+1
* net: make ethtool_ops conststephen hemminger2012-01-051-1/+1
* stmmac: fix missing module license in the main.Giuseppe Cavallaro2011-12-231-0/+4
* stmmac: add the experimental PCI supportGiuseppe CAVALLARO2011-12-219-290/+612
* net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin2011-11-291-23/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-261-5/+9
|\
| * stmmac: mask mmc interruptsGiuseppe CAVALLARO2011-11-211-5/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-215-44/+87
|\ \ | |/
| * stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi2011-11-171-5/+7
| * stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla2011-11-171-2/+0
| * stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO2011-11-173-29/+72
| * stmmac: fix advertising 1000Base capabilties for non GMII ifaceSrinivas Kandagatla2011-11-171-6/+4
| * stmmac: use mdelay on timeout of sw resetFrancesco Virlinzi2011-11-172-2/+4
* | net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-1/+2
* | net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones2011-11-161-2/+3
|/
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-11-061-9/+0
* stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO2011-10-275-40/+51
* stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark2011-10-271-1/+1
* stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO2011-10-271-2/+3
* stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Giuseppe CAVALLARO2011-10-191-2/+4
* stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO2011-10-1910-105/+491
* stmmac: allow mmc usage only if feature actually available (V4)Giuseppe CAVALLARO2011-10-192-11/+16
* stmmac: use predefined macros for HW cap register fields (V4)Rayagond Kokatanur2011-10-192-21/+63
* stmmac: allow mtu bigger than 1500 in case of normal desc (V4)Giuseppe CAVALLARO2011-10-192-3/+9
* stmmac: update the driver version and doc (V4)Giuseppe CAVALLARO2011-10-191-1/+1
* stmmac: protect tx process with lock (V4)Giuseppe CAVALLARO2011-10-192-0/+9
OpenPOWER on IntegriCloud