aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21stmmac: unify MAC and PHY configuration parameters (V2)Giuseppe CAVALLARO3-119/+65
2011-07-21stmmac: remove warning when compile as built-in (V2)Giuseppe CAVALLARO1-23/+42
2011-07-21stmmac: update the version (V2)Giuseppe CAVALLARO1-1/+1
2011-07-21stmmac: do vlan cleanupJiri Pirko2-20/+0
2011-07-18stmmac: Allow SOCs to use Store forward mode eventhough tx_coe is 0. (V2)Srinivas Kandagatla1-3/+5
2011-07-18stmmac: add memory barriers at appropriate placesShiraz Hashim1-0/+5
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan6-0/+6
2011-06-19stmmac: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-13stmmac: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-13stmmac: fix autoneg in set_pauseparamGiuseppe CAVALLARO1-0/+1
2011-05-13stmmac: don't go through ethtool to start auto-negotiationDavid Decotigny1-11/+2
2011-05-05stmmac: removed not used definitionsGiuseppe CAVALLARO1-3/+0
2011-05-03net/stmmac: Move "#include <linux/platform_device.h>" to linux/stmmac.hViresh KUMAR1-1/+0
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-3/+2
2011-04-13stmmac: review Wol and enable the Unicast supportGiuseppe Cavallaro2-4/+5
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-36/+43
2011-04-11stmmac: fix Transmit Underflow errorGiuseppe CAVALLARO1-1/+0
2011-04-11stmmac: fix open funct when exit on errorGiuseppe CAVALLARO1-20/+28
2011-04-11stmmac: fixed dma lib build when turn-on the debug optionGiuseppe CAVALLARO1-14/+14
2011-04-10net: stmmac: convert to hw_featuresMichał Mirosław2-74/+23
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-13stmmac: enable wol via magic frame by default.Giuseppe Cavallaro1-1/+3
2010-12-21stmmac: unwind properly in stmmac_dvr_probe()Dan Carpenter1-25/+25
2010-12-10stmmac: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-13/+4
2010-12-02stmmac: priv->lock can be used uninitializedVlad Lungu1-2/+2
2010-11-28stmmac: fix stmmac_resume removing not yet used shutdown flagGiuseppe Cavallaro1-7/+0
2010-11-24stmmac: update the driver versionGiuseppe CAVALLARO1-1/+1
2010-11-24stmmac: convert to dev_pm_ops.Giuseppe CAVALLARO2-54/+71
2010-11-24stmmac: add init/exit callback in plat_stmmacenet_data structGiuseppe CAVALLARO2-27/+13
2010-11-24stmmac: tidy-up stmmac_priv structureGiuseppe CAVALLARO4-52/+44
2010-10-28stmmac: enable/disable rx/tx in the core with a single write.avisconti1-30/+10
2010-10-17stmmac: remove ifdef NETIF_F_TSO from stmmac_ethtool.cGiuseppe Cavallaro1-2/+0
2010-10-16stmmac: make function tables conststephen hemminger10-13/+13
2010-10-16stmmac: make ethtool functions localstephen hemminger1-11/+13
2010-10-06drivers/net/stmmac/: add HAS_IOMEM dependencyMartin Schwidefsky1-1/+1
2010-09-24stmmac: review the wake-up supportGiuseppe Cavallaro5-20/+23
2010-09-17stmmac: use one memset() to reset TDES01Giuseppe CAVALLARO2-17/+2
2010-09-17stmmac: prevent dma init stuck in case of failures.Giuseppe CAVALLARO2-2/+18
2010-09-17stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO7-39/+58
2010-09-17stmmac: add CSR Clock range selectionGiuseppe CAVALLARO3-2/+5
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-5/+4
2010-09-07stmmac: fix sleep inside atomicGiuseppe Cavallaro1-5/+4
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-31stmmac: Fix another build warning.David S. Miller1-2/+2
2010-08-30stmmac: Fix build warnings.David S. Miller3-3/+4
2010-08-26stmmac: Make time functionality depend upon RTC_HCTOSYS_DEVICEDavid S. Miller1-0/+1