summaryrefslogtreecommitdiff
path: root/drivers/net/atlx/atl1.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-17net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-11-04atl1 : fix panic on loadEric Dumazet1-1/+0
2010-10-25atlx: make local functions/data staticstephen hemminger1-5/+7
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross1-1/+1
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+9
2010-09-27drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-09-23atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-23atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-03drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-26drivers/net: Remove address use from assignments of function pointersJoe Perches1-1/+1
2010-05-14drivers/net: Remove unnecessary returns from void function()sJoe Perches1-3/+0
2010-04-15drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-03-27drivers/net: Fix continuation linesJoe Perches1-1/+1
2010-01-08drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-04drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-19drivers/net: request_irq - Remove unnecessary leading & from second argJoe Perches1-1/+1
2009-10-13net: Use netdev_alloc_skb_ip_align()Eric Dumazet1-9/+2
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-08-10atlx: strncpy does not null terminate stringRoel Kluin1-4/+4
2009-06-12net: ntohs() misuseEric Dumazet1-1/+1
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+6
2009-05-29net: dont update dev->trans_startEric Dumazet1-1/+0
2009-05-27atlx: move modinfo data from atlx.h to atl1.cAlex Chiang1-0/+6
2009-04-14drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov1-4/+3
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-02-18drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder1-1/+1
2008-12-26drivers/net/atlx: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger1-2/+2
2008-11-20atlx: convert to net_device_opsStephen Hemminger1-12/+16
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-14/+3
2008-11-15atl1: Do not enumerate options unsupported by chipJ. K. Cliburn1-14/+3
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-11-02atlx: timer cleanupStephen Hemminger1-21/+4
2008-11-02atlx: use embedded net_device_statsStephen Hemminger1-22/+21
2008-10-31atl1: fix vlan tag regressionJay Cliburn1-3/+4
2008-10-09atl1: update introductory commentsJay Cliburn1-7/+3
2008-10-09atl1: remove LLTXJay Cliburn1-17/+1
2008-10-09atl1: fix transmit timeout bugJay Cliburn1-1/+3
2008-08-27atl1: disable TSO by defaultJay Cliburn1-1/+0
2008-08-07atl1: deal with hardware rx checksum bugJay Cliburn1-8/+11
2008-07-21atl1: Do not wake queue before queue has been started.David S. Miller1-2/+1
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+0
2008-06-18atl1: relax eeprom mac address error checkRadu Cristescu1-1/+0
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-17/+0
2008-06-11atl1: fix suspend regressionJay Cliburn1-17/+0
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2008-06-04Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller1-0/+1
2008-05-31atl1: fix 4G memory corruption bugAlexey Dobriyan1-0/+1
2008-05-22atl1: use netdev_alloc_skbStephen Hemminger1-1/+2
2008-05-22misc drivers/net endianness noiseAl Viro1-1/+1