aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-04stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde1-2/+4
2012-03-16stmmac: Add device-tree supportStefan Roese1-2/+72
2012-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-118/+129
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-15stmmac: update the driver version to Feb 2012 (v2)Giuseppe CAVALLARO1-1/+1
2012-02-15stmmac: move hw init in the probe (v2)Giuseppe CAVALLARO4-116/+105
2012-02-15stmmac: request_irq when use an ext wake irq line (v2)Francesco Virlinzi1-0/+16
2012-02-15stmmac: do not discard frame on dribbling bit assertGiuseppe CAVALLARO4-3/+9
2012-02-13stmicro: Fix typo in stmmac_pci.c and stmmac_platform.cMasanari Iida2-2/+2
2012-02-08stmmac: Fix typo in stmmac_pci.cMasanari Iida1-1/+1
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches1-3/+1
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-3/+2
2012-01-24stmmac: added PCI identifiersAlessandro Rubini1-3/+3
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini1-1/+1
2012-01-12drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c: add missing iounmapJulia Lawall1-1/+1
2012-01-10stmmac: use an unique MDIO bus name.Florian Fainelli2-2/+3
2012-01-10stmmac: Add missing LF to pr_info() in stmmac_main.cStefan Roese1-1/+1
2012-01-10stmmac: Fix compilation error in mmc_core.cStefan Roese1-0/+1
2012-01-05net: make ethtool_ops conststephen hemminger1-1/+1
2011-12-23stmmac: fix missing module license in the main.Giuseppe Cavallaro1-0/+4
2011-12-21stmmac: add the experimental PCI supportGiuseppe CAVALLARO9-290/+612
2011-11-29net/ethernet: convert drivers/net/ethernet/* to use module_platform_driver()Axel Lin1-23/+1
2011-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2011-11-21stmmac: mask mmc interruptsGiuseppe CAVALLARO1-5/+9
2011-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-44/+87
2011-11-17stmmac: fix pm functions avoiding sleep on spinlockFrancesco Virlinzi1-5/+7
2011-11-17stmmac: remove spin_lock in stmmac_ioctl.Srinivas Kandagatla1-2/+0
2011-11-17stmmac: parameters auto-tuning through HW cap regGiuseppe CAVALLARO3-29/+72
2011-11-17stmmac: fix advertising 1000Base capabilties for non GMII ifaceSrinivas Kandagatla1-6/+4
2011-11-17stmmac: use mdelay on timeout of sw resetFrancesco Virlinzi2-2/+4
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-1/+2
2011-11-16net: sweep-up some straglers in strlcpy conversion of .get_drvinfo routinesRick Jones1-2/+3
2011-11-06Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-9/+0
2011-10-27stmmac: update normal descriptor structure (v2)Giuseppe CAVALLARO5-40/+51
2011-10-27stmmac: fix NULL pointer dereference in capabilities fixup (v2)Angus Clark1-1/+1
2011-10-27stmmac: fix a bug while checking the HW cap reg (v2)Giuseppe CAVALLARO1-2/+3
2011-10-19stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Giuseppe CAVALLARO1-2/+4
2011-10-19stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO10-105/+491
2011-10-19stmmac: allow mmc usage only if feature actually available (V4)Giuseppe CAVALLARO2-11/+16
2011-10-19stmmac: use predefined macros for HW cap register fields (V4)Rayagond Kokatanur2-21/+63
2011-10-19stmmac: allow mtu bigger than 1500 in case of normal desc (V4)Giuseppe CAVALLARO2-3/+9
2011-10-19stmmac: update the driver version and doc (V4)Giuseppe CAVALLARO1-1/+1
2011-10-19stmmac: protect tx process with lock (V4)Giuseppe CAVALLARO2-0/+9
2011-10-19stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4).Srinivas Kandagatla1-3/+10
2011-10-19net: add skb frag size accessorsEric Dumazet1-2/+2
2011-09-22stmmac: convert to SKB paged frag API.Ian Campbell1-3/+2
2011-09-15MII: fix Kconfig dependencies for MIIJeff Kirsher1-0/+1
2011-09-15stmmac: update the driver version (Aug_2011) (v3)Giuseppe CAVALLARO1-1/+1
2011-09-15stmmac: add HW DMA feature register (v3)Giuseppe CAVALLARO6-1/+174
2011-09-15stmmac: rework the code to get the Synopsys ID (v3)Giuseppe CAVALLARO4-5/+23