summaryrefslogtreecommitdiff
path: root/drivers/net/stmmac/stmmac_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-14stmmac: 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-11stmmac: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-09Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+2
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław1-2/+3
2010-12-03stmmac: priv->lock can be used uninitializedVlad Lungu1-2/+2
2010-11-29stmmac: fix stmmac_resume removing not yet used shutdown flagGiuseppe Cavallaro1-7/+0
2010-11-24stmmac: convert to dev_pm_ops.Giuseppe CAVALLARO1-53/+71
2010-11-24stmmac: add init/exit callback in plat_stmmacenet_data structGiuseppe CAVALLARO1-5/+13
2010-11-24stmmac: tidy-up stmmac_priv structureGiuseppe CAVALLARO1-34/+35
2010-10-28stmmac: enable/disable rx/tx in the core with a single write.avisconti1-30/+10
2010-09-25stmmac: review the wake-up supportGiuseppe Cavallaro1-12/+14
2010-09-18stmmac: consolidate and tidy-up the COE supportGiuseppe CAVALLARO1-34/+32
2010-09-18stmmac: add CSR Clock range selectionGiuseppe CAVALLARO1-0/+1
2010-09-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-5/+4
2010-09-08stmmac: fix sleep inside atomicGiuseppe Cavallaro1-5/+4
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-31stmmac: Fix build warnings.David S. Miller1-2/+2
2010-08-26stmmac: make ioaddr 'void __iomem *' rather than unsigned longGiuseppe CAVALLARO1-65/+59
2010-08-26stmmac: fix_mac_speed is called during 10/100<->1000 speed changesPawel Moll1-0/+3
2010-07-28stmmac: fix automatic PAD/FCS strippingGiuseppe CAVALLARO1-2/+6
2010-07-28stmmac: fix timer setup when use dual mac KconfigGiuseppe CAVALLARO1-1/+0
2010-07-23stmmac: handle allocation errors in setup functionsDan Carpenter1-3/+3
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-14/+8
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-22/+0
2010-04-14stmmac: get the descriptor structure from platformGiuseppe CAVALLARO1-4/+8
2010-04-14stmmac: rework normal and enhanced descriptorsGiuseppe CAVALLARO1-2/+5
2010-04-13drivers: net: last_rx eliminationEric Dumazet1-1/+0
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+3
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-08stmmac: use resource_size()Dan Carpenter1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-25net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-03-23stmmac: use resource_size()Dan Carpenter1-6/+5
2010-01-08stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO1-1/+0
2010-01-08stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO1-1/+1
2010-01-08stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO1-1/+1
2010-01-08stmmac: move the dma out from the mainGiuseppe CAVALLARO1-231/+37
2010-01-08stmmac: reorganise class operations.Giuseppe CAVALLARO1-72/+66
2010-01-08stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO1-2/+3
2010-01-08stmmac: perform hw bus configurationGiuseppe CAVALLARO1-0/+3
2010-01-08stmmac: rewiew platform dataGiuseppe CAVALLARO1-7/+9
2010-01-08stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO1-3/+4
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-2/+1
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-22/+28
2009-11-23stmmac: do not fail when the timer cannot be used.Giuseppe CAVALLARO1-22/+28
2009-11-19drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-15net: add support for STMicroelectronics Ethernet controllers.Giuseppe Cavallaro1-0/+2204