summaryrefslogtreecommitdiff
path: root/drivers/net/stmmac/stmmac_main.c
AgeCommit message (Expand)Author
2011-02-13stmmac: enable wol via magic frame by default.Giuseppe Cavallaro
2010-12-21stmmac: unwind properly in stmmac_dvr_probe()Dan Carpenter
2010-12-10stmmac: Remove redundant unlikely()Tobias Klauser
2010-12-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław
2010-12-02stmmac: priv->lock can be used uninitializedVlad Lungu
2010-11-28stmmac: fix stmmac_resume removing not yet used shutdown flagGiuseppe Cavallaro
2010-11-24stmmac: convert to dev_pm_ops.Giuseppe CAVALLARO
2010-11-24stmmac: add init/exit callback in plat_stmmacenet_data structGiuseppe CAVALLARO
2010-11-24stmmac: tidy-up stmmac_priv structureGiuseppe CAVALLARO
2010-10-28stmmac: enable/disable rx/tx in the core with a single write.avisconti
2010-09-24stmmac: review the wake-up supportGiuseppe Cavallaro
2010-09-17stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO
2010-09-17stmmac: add CSR Clock range selectionGiuseppe CAVALLARO
2010-09-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-07stmmac: fix sleep inside atomicGiuseppe Cavallaro
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-30stmmac: Fix build warnings.David S. Miller
2010-08-25stmmac: make ioaddr 'void __iomem *' rather than unsigned longGiuseppe CAVALLARO
2010-08-25stmmac: fix_mac_speed is called during 10/100<->1000 speed changesPawel Moll
2010-07-27stmmac: fix automatic PAD/FCS strippingGiuseppe CAVALLARO
2010-07-27stmmac: fix timer setup when use dual mac KconfigGiuseppe CAVALLARO
2010-07-22stmmac: handle allocation errors in setup functionsDan Carpenter
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-14stmmac: get the descriptor structure from platformGiuseppe CAVALLARO
2010-04-14stmmac: rework normal and enhanced descriptorsGiuseppe CAVALLARO
2010-04-13drivers: net: last_rx eliminationEric Dumazet
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-04-07stmmac: use resource_size()Dan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-24net/various: remove trailing space in messagesFrans Pop
2010-03-22stmmac: use resource_size()Dan Carpenter
2010-01-07stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO
2010-01-07stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO
2010-01-07stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO
2010-01-07stmmac: move the dma out from the mainGiuseppe CAVALLARO
2010-01-07stmmac: reorganise class operations.Giuseppe CAVALLARO
2010-01-07stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO
2010-01-07stmmac: perform hw bus configurationGiuseppe CAVALLARO
2010-01-07stmmac: rewiew platform dataGiuseppe CAVALLARO
2010-01-07stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-23stmmac: do not fail when the timer cannot be used.Giuseppe CAVALLARO
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-14net: add support for STMicroelectronics Ethernet controllers.Giuseppe Cavallaro