Age | Commit message (Expand) | Author | Files | Lines |
2008-08-07 | atl1: deal with hardware rx checksum bug | Jay Cliburn | 1 | -8/+11 |
2008-07-21 | atl1: Do not wake queue before queue has been started. | David S. Miller | 1 | -2/+1 |
2008-06-20 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+0 |
2008-06-18 | atl1: relax eeprom mac address error check | Radu Cristescu | 1 | -1/+0 |
2008-06-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -17/+0 |
2008-06-11 | atl1: fix suspend regression | Jay Cliburn | 1 | -17/+0 |
2008-06-10 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2008-06-04 | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 1 | -0/+1 |
2008-05-31 | atl1: fix 4G memory corruption bug | Alexey Dobriyan | 1 | -0/+1 |
2008-05-22 | atl1: use netdev_alloc_skb | Stephen Hemminger | 1 | -1/+2 |
2008-05-22 | misc drivers/net endianness noise | Al Viro | 1 | -1/+1 |
2008-05-22 | misc drivers/net endianness noise | Al Viro | 1 | -1/+1 |
2008-05-13 | atl1: bump version number | Jay Cliburn | 4 | -5/+5 |
2008-05-13 | atl1: add shutdown callback | Jay Cliburn | 1 | -2/+9 |
2008-05-13 | atl1: fix broken suspend and resume | Jay Cliburn | 1 | -45/+80 |
2008-05-13 | atl1: add PHY power save mode | Jay Cliburn | 2 | -11/+11 |
2008-04-25 | [netdrvr] atlx: code movement: move atl1 parameter parsing | Chris Snook | 2 | -138/+138 |
2008-04-25 | atlx: remove flash vendor parameter | Chris Snook | 1 | -39/+0 |
2008-03-23 | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 5 | -0/+5300 |
2008-03-17 | atl1: reduce forward declarations | Jay Cliburn | 2 | -713/+703 |
2008-03-17 | atl1: make functions static | Jay Cliburn | 2 | -53/+51 |
2008-03-17 | atl1: print debug info if rrd error | Jay Cliburn | 1 | -4/+22 |
2008-03-17 | atl1: use netif_msg | Jay Cliburn | 2 | -46/+111 |
2008-03-17 | atl1: use csum_start | Jay Cliburn | 1 | -5/+6 |
2008-03-17 | atl1: simplify tx packet descriptor | Jay Cliburn | 2 | -220/+246 |
2008-03-17 | atl1: add ethtool register dump | Jay Cliburn | 2 | -0/+54 |
2008-03-17 | atl1: fix broken TSO | Jay Cliburn | 1 | -18/+11 |
2008-03-17 | atl1: move common functions to atlx files | Jay Cliburn | 9 | -2710/+2751 |
2008-03-17 | atl1: relocate atl1 driver to /drivers/net/atlx | Jay Cliburn | 7 | -0/+5115 |