summaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl1.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: net: use skb_headlen()Eric Dumazet2010-04-151-2/+2
* drivers/net: Fix continuation linesJoe Perches2010-03-271-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-081-1/+1
* drivers/net: Move && and || to end of previous lineJoe Perches2009-12-031-4/+4
* drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches2009-11-191-1/+1
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-9/+2Star
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* atlx: strncpy does not null terminate stringRoel Kluin2009-08-101-4/+4
* net: ntohs() misuseEric Dumazet2009-06-121-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-06-031-0/+6
|\
| * atlx: move modinfo data from atlx.h to atl1.cAlex Chiang2009-05-271-0/+6
* | net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0Star
* | drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-141-4/+3Star
|/
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder2009-02-181-1/+1
* drivers/net/atlx: fix sparse warnings: make symbols staticHannes Eder2008-12-261-2/+2
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-2/+2
* atlx: convert to net_device_opsStephen Hemminger2008-11-201-12/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-191-14/+3Star
|\
| * atl1: Do not enumerate options unsupported by chipJ. K. Cliburn2008-11-151-14/+3Star
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* | atlx: timer cleanupStephen Hemminger2008-11-021-21/+4Star
* | atlx: use embedded net_device_statsStephen Hemminger2008-11-021-22/+21Star
|/
* atl1: fix vlan tag regressionJay Cliburn2008-10-311-3/+4
* atl1: update introductory commentsJay Cliburn2008-10-091-7/+3Star
* atl1: remove LLTXJay Cliburn2008-10-091-17/+1Star
* atl1: fix transmit timeout bugJay Cliburn2008-10-091-1/+3
* atl1: disable TSO by defaultJay Cliburn2008-08-271-1/+0Star
* atl1: deal with hardware rx checksum bugJay Cliburn2008-08-071-8/+11
* atl1: Do not wake queue before queue has been started.David S. Miller2008-07-211-2/+1Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-201-1/+0Star
|\
| * atl1: relax eeprom mac address error checkRadu Cristescu2008-06-181-1/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-141-17/+0Star
|\|
| * atl1: fix suspend regressionJay Cliburn2008-06-111-17/+0Star
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-0/+1
|\|
| * Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller2008-06-041-0/+1
| |\
| | * atl1: fix 4G memory corruption bugAlexey Dobriyan2008-05-311-0/+1
| * | misc drivers/net endianness noiseAl Viro2008-05-221-1/+1
| |/
* | atl1: use netdev_alloc_skbStephen Hemminger2008-05-221-1/+2
* | misc drivers/net endianness noiseAl Viro2008-05-221-1/+1
|/
* atl1: bump version numberJay Cliburn2008-05-131-1/+1
* atl1: add shutdown callbackJay Cliburn2008-05-131-2/+9
* atl1: fix broken suspend and resumeJay Cliburn2008-05-131-45/+80
* atl1: add PHY power save modeJay Cliburn2008-05-131-11/+8Star
* [netdrvr] atlx: code movement: move atl1 parameter parsingChris Snook2008-04-251-0/+138
* Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-231-3/+2Star
* atl1: reduce forward declarationsJay Cliburn2008-03-171-703/+703
* atl1: make functions staticJay Cliburn2008-03-171-50/+51
* atl1: print debug info if rrd errorJay Cliburn2008-03-171-4/+22
* atl1: use netif_msgJay Cliburn2008-03-171-45/+110