summaryrefslogtreecommitdiff
path: root/drivers/net/atlx/atl1.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-21atl1: do vlan cleanupJiri Pirko
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches
2011-04-17atlx: Fix set-but-unused variable.David S. Miller
2011-04-07net: atl*: convert to hw_featuresMichał Mirosław
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas
2011-02-11atl1: Do not use legacy PCI power managementRafael J. Wysocki
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-03atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-11-03atl1 : fix panic on loadEric Dumazet
2010-10-24atlx: make local functions/data staticstephen hemminger
2010-10-21vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-09-26drivers/net: return operator cleanupEric Dumazet
2010-09-22atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti
2010-09-22atl1: fix resumeLuca Tettamanti
2010-09-02drivers/net: avoid some skb->ip_summed initializationsEric Dumazet
2010-08-25drivers/net: Remove address use from assignments of function pointersJoe Perches
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