aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-14stmmac: get the descriptor structure from platformGiuseppe CAVALLARO2-4/+9
2010-04-14stmmac: fix Transmit FIFO flush operationGiuseppe CAVALLARO6-13/+12
2010-04-14stmmac: rework normal and enhanced descriptorsGiuseppe CAVALLARO12-584/+627
2010-04-14stmmac: split core and dma for the mac10/100Giuseppe CAVALLARO4-200/+234
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-1/+0
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-1/+6
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller4-0/+4
2010-04-07stmmac: use resource_size()Dan Carpenter1-5/+5
2010-04-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko2-6/+6
2010-04-01stmmac: fix kconfig for crc32 build errorCarmelo AMOROSO1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-03-24net/various: remove trailing space in messagesFrans Pop2-2/+2
2010-03-22stmmac: use resource_size()Dan Carpenter1-6/+5