summaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl1.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-08atl1: fix transmit timeout bugJay Cliburn1-1/+3
2008-08-27atl1: disable TSO by defaultJay Cliburn1-1/+0
2008-08-07atl1: deal with hardware rx checksum bugJay Cliburn1-8/+11
2008-07-21atl1: Do not wake queue before queue has been started.David S. Miller1-2/+1
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2008-06-17atl1: relax eeprom mac address error checkRadu Cristescu1-1/+0
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-17/+0
2008-06-10atl1: fix suspend regressionJay Cliburn1-17/+0
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-06-04Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller1-0/+1
2008-05-30atl1: fix 4G memory corruption bugAlexey Dobriyan1-0/+1
2008-05-22atl1: use netdev_alloc_skbStephen Hemminger1-1/+2
2008-05-22misc drivers/net endianness noiseAl Viro1-1/+1
2008-05-21misc drivers/net endianness noiseAl Viro1-1/+1
2008-05-13atl1: bump version numberJay Cliburn1-1/+1
2008-05-13atl1: add shutdown callbackJay Cliburn1-2/+9
2008-05-13atl1: fix broken suspend and resumeJay Cliburn1-45/+80
2008-05-13atl1: add PHY power save modeJay Cliburn1-11/+8
2008-04-25[netdrvr] atlx: code movement: move atl1 parameter parsingChris Snook1-0/+138
2008-03-22Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller1-0/+3564
2008-03-17atl1: reduce forward declarationsJay Cliburn1-703/+703
2008-03-17atl1: make functions staticJay Cliburn1-50/+51
2008-03-17atl1: print debug info if rrd errorJay Cliburn1-4/+22
2008-03-17atl1: use netif_msgJay Cliburn1-45/+110
2008-03-17atl1: use csum_startJay Cliburn1-5/+6
2008-03-17atl1: simplify tx packet descriptorJay Cliburn1-124/+141
2008-03-17atl1: add ethtool register dumpJay Cliburn1-0/+53
2008-03-17atl1: fix broken TSOJay Cliburn1-18/+11
2008-03-17atl1: move common functions to atlx filesJay Cliburn1-0/+3417