summaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl2.c
Commit message (Expand)AuthorAgeFilesLines
* atlx: duplicate testing of MCAST flagroel kluin2009-07-131-1/+1
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder2009-02-181-1/+1
* atlx: fix warning in drivers/net/atlx/atl2.cIngo Molnar2008-11-261-2/+0Star
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-211-3/+5
|\
| * atl2: don't request irq on resume if netif runningAlan Jenkins2008-11-201-3/+5
* | atlx: convert to net_device_opsStephen Hemminger2008-11-201-16/+17
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* | atlx: timer cleanupStephen Hemminger2008-11-021-3/+5
* | atlx: use embedded net_device_statsStephen Hemminger2008-11-021-33/+22Star
|/
* net: remove LLTX in atl2 driverKevin Hao2008-10-091-23/+1Star
* net: add net poll support for atl2 driverKevin Hao2008-10-091-0/+12
* atl2: add tx bytes statisticJay Cliburn2008-09-251-1/+3
* atl2: add atl2 driverChris Snook2008-09-181-0/+3127