summaryrefslogtreecommitdiff
path: root/drivers/net/atlx/atl1.c
AgeCommit message (Expand)Author
2010-09-22atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti
2010-09-22atl1: fix resumeLuca Tettamanti
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches
2010-04-14drivers: net: use skb_headlen()Eric Dumazet
2010-03-27drivers/net: Fix continuation linesJoe Perches
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches
2009-11-18drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-09atlx: strncpy does not null terminate stringRoel Kluin
2009-06-11net: ntohs() misuseEric Dumazet
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-29net: dont update dev->trans_startEric Dumazet
2009-05-26atlx: move modinfo data from atlx.h to atl1.cAlex Chiang
2009-04-13drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-02-17drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder
2008-12-25drivers/net/atlx: fix sparse warnings: make symbols staticHannes Eder
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19atlx: convert to net_device_opsStephen Hemminger
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-14atl1: Do not enumerate options unsupported by chipJ. K. Cliburn
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-11-02atlx: timer cleanupStephen Hemminger
2008-11-02atlx: use embedded net_device_statsStephen Hemminger
2008-10-31atl1: fix vlan tag regressionJay Cliburn
2008-10-08atl1: update introductory commentsJay Cliburn
2008-10-08atl1: remove LLTXJay Cliburn
2008-10-08atl1: fix transmit timeout bugJay Cliburn
2008-08-27atl1: disable TSO by defaultJay Cliburn
2008-08-07atl1: deal with hardware rx checksum bugJay Cliburn
2008-07-21atl1: Do not wake queue before queue has been started.David S. Miller
2008-06-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-17atl1: relax eeprom mac address error checkRadu Cristescu
2008-06-13Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-10atl1: fix suspend regressionJay Cliburn
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-06-04Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller
2008-05-30atl1: fix 4G memory corruption bugAlexey Dobriyan
2008-05-22atl1: use netdev_alloc_skbStephen Hemminger
2008-05-22misc drivers/net endianness noiseAl Viro
2008-05-21misc drivers/net endianness noiseAl Viro
2008-05-13atl1: bump version numberJay Cliburn
2008-05-13atl1: add shutdown callbackJay Cliburn
2008-05-13atl1: fix broken suspend and resumeJay Cliburn
2008-05-13atl1: add PHY power save modeJay Cliburn
2008-04-25[netdrvr] atlx: code movement: move atl1 parameter parsingChris Snook
2008-03-22Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller
2008-03-17atl1: reduce forward declarationsJay Cliburn