aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac/stmmac_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+3
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-07stmmac: use resource_size()Dan Carpenter1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24net/various: remove trailing space in messagesFrans Pop1-1/+1
2010-03-22stmmac: use resource_size()Dan Carpenter1-6/+5
2010-01-07stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO1-1/+0
2010-01-07stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO1-1/+1
2010-01-07stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO1-1/+1
2010-01-07stmmac: move the dma out from the mainGiuseppe CAVALLARO1-231/+37
2010-01-07stmmac: reorganise class operations.Giuseppe CAVALLARO1-72/+66
2010-01-07stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO1-2/+3
2010-01-07stmmac: perform hw bus configurationGiuseppe CAVALLARO1-0/+3
2010-01-07stmmac: rewiew platform dataGiuseppe CAVALLARO1-7/+9
2010-01-07stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO1-3/+4
2009-12-03drivers/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/net-2.6David S. Miller1-22/+28
2009-11-23stmmac: do not fail when the timer cannot be used.Giuseppe CAVALLARO1-22/+28
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-14net: add support for STMicroelectronics Ethernet controllers.Giuseppe Cavallaro1-0/+2204