summaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl1.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-11atl*: Move the Atheros driversJeff Kirsher1-3675/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-21atl1: do vlan cleanupJiri Pirko1-10/+11
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+3
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-2/+3
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches1-2/+3
2011-04-17atlx: Fix set-but-unused variable.David S. Miller1-3/+0
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław1-10/+5
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-1/+1
2011-02-11atl1: Do not use legacy PCI power managementRafael J. Wysocki1-46/+31
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+10
2011-01-03atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn1-0/+10
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław1-1/+1
2010-11-03atl1 : fix panic on loadEric Dumazet1-1/+0
2010-10-24atlx: 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-26drivers/net: return operator cleanupEric Dumazet1-2/+2
2010-09-22atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti1-0/+6
2010-09-22atl1: fix resumeLuca Tettamanti1-2/+3
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet1-1/+1
2010-08-25drivers/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-14drivers: net: use skb_headlen()Eric Dumazet1-2/+2
2010-03-27drivers/net: Fix continuation linesJoe Perches1-1/+1
2010-01-07drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan1-1/+1
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-18drivers/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-09atlx: strncpy does not null terminate stringRoel Kluin1-4/+4
2009-06-11net: 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-26atlx: move modinfo data from atlx.h to atl1.cAlex Chiang1-0/+6
2009-04-13drivers/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-17drivers/net/atlx: fix sparse warnings: fix signednessHannes Eder1-1/+1
2008-12-25drivers/net/atlx: fix sparse warnings: make symbols staticHannes Eder1-2/+2
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-2/+2
2008-11-19atlx: convert to net_device_opsStephen Hemminger1-12/+16
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-14/+3
2008-11-14atl1: Do not enumerate options unsupported by chipJ. K. Cliburn1-14/+3
2008-11-03drivers/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-08atl1: update introductory commentsJay Cliburn1-7/+3
2008-10-08atl1: remove LLTXJay Cliburn1-17/+1