aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-25stmmac: make ioaddr 'void __iomem *' rather than unsigned longGiuseppe CAVALLARO13-163/+152
2010-08-25stmmac: remove dead option in the driver's KconfigGiuseppe CAVALLARO1-2/+2
2010-08-25stmmac: fix_mac_speed is called during 10/100<->1000 speed changesPawel Moll1-0/+3
2010-07-27stmmac: fix automatic PAD/FCS strippingGiuseppe CAVALLARO4-4/+9
2010-07-27stmmac: fix timer setup when use dual mac KconfigGiuseppe CAVALLARO1-1/+0
2010-07-22stmmac: handle allocation errors in setup functionsDan Carpenter3-3/+7
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-14/+8
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches10-75/+0
2010-04-14stmmac: updated the drv module versionGiuseppe CAVALLARO1-1/+1
2010-04-14stmmac: fix vlan support setupGiuseppe CAVALLARO2-5/+5