aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/stmmac (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-18net: convert multiple drivers to use netdev_for_each_mc_addr, part2Jiri Pirko2-6/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2-7/+7
2010-02-04stmmac: fix 'lenght' typo in comments and codeGiuseppe Cavallaro4-5/+5
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-5/+5
2010-01-07stmmac: update the driver's module versionGiuseppe CAVALLARO1-1/+1
2010-01-07stmmac: improve Kconfig helpGiuseppe CAVALLARO1-3/+5
2010-01-07stmmac: include netdevice.h into the common.h headerGiuseppe CAVALLARO5-5/+1
2010-01-07stmmac: rename the gmac as dwmac1000 and split core and dma partsGiuseppe CAVALLARO7-287/+324
2010-01-07stmmac: rename mac100 as dwmac100 and fix spare coding styleGiuseppe CAVALLARO5-90/+95
2010-01-07stmmac: move the dma out from the mainGiuseppe CAVALLARO8-387/+481
2010-01-07stmmac: reorganise class operations.Giuseppe CAVALLARO7-146/+162
2010-01-07stmmac: do not call fix_mac_speed if NULLGiuseppe CAVALLARO1-2/+3
2010-01-07stmmac: perform hw bus configurationGiuseppe CAVALLARO2-3/+3
2010-01-07stmmac: rewiew platform dataGiuseppe CAVALLARO2-7/+33
2010-01-07stmmac: convert unicast addr list to list_headGiuseppe CAVALLARO1-16/+8
2010-01-07stmmac: use MII_BUS_ID_SIZE instead of BUS_ID_SIZEGiuseppe CAVALLARO1-3/+4
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina2-3/+3
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2-3/+3
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. Miller3-24/+31
2009-11-23stmmac: do not fail when the timer cannot be used.Giuseppe CAVALLARO2-22/+29
2009-11-23stmmac: fixed a compilation error when use the external timerGiuseppe CAVALLARO1-2/+2
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 Cavallaro14-0/+5175