summaryrefslogtreecommitdiff
path: root/drivers/net/atlx/atl1.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22atl1: use netdev_alloc_skbStephen Hemminger1-1/+2
2008-05-22misc drivers/net endianness noiseAl Viro1-1/+1
2008-05-22misc 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-23Merge 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