aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/atlx/atl1.c
Commit message (Expand)AuthorAgeFilesLines
* atl1: fix kernel panic in case of DMA errorsTony Zelenoff2012-04-271-7/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+3
|\
| * treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-261-2/+3
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-2/+3
* | atlx: Fix set-but-unused variable.David S. Miller2011-04-171-3/+0
* | net: atl*: convert to hw_featuresMichał Mirosław2011-04-071-10/+5
* | drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas2011-03-301-1/+1
|/
* atl1: Do not use legacy PCI power managementRafael J. Wysocki2011-02-111-46/+31
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-041-0/+10
|\
| * atl1: fix oops when changing tx/rx ring paramsJ. K. Cliburn2011-01-031-0/+10
* | net: Use skb_checksum_start_offset()Michał Mirosław2010-12-161-1/+1
|/
* atl1 : fix panic on loadEric Dumazet2010-11-031-1/+0
* atlx: make local functions/data staticstephen hemminger2010-10-241-5/+7
* vlan: Don't check for vlan group before vlan_tx_tag_present.Jesse Gross2010-10-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-2/+9
|\
| * atl1: zero out CMB and SBM in atl1_free_ring_resourcesLuca Tettamanti2010-09-221-0/+6
| * atl1: fix resumeLuca Tettamanti2010-09-221-2/+3
* | drivers/net: return operator cleanupEric Dumazet2010-09-261-2/+2
* | drivers/net: avoid some skb->ip_summed initializationsEric Dumazet2010-09-021-1/+1
* | drivers/net: Remove address use from assignments of function pointersJoe Perches2010-08-251-1/+1
|/
* drivers/net: Remove unnecessary returns from void function()sJoe Perches2010-05-141-3/+0
* drivers: net: use skb_headlen()Eric Dumazet2010-04-141-2/+2
* drivers/net: Fix continuation linesJoe Perches2010-03-271-1/+1
* drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-071-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-181-1/+1
* net: Use netdev_alloc_skb_ip_align()Eric Dumazet2009-10-131-9/+2
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-011-1/+2
* atlx: strncpy does not null terminate stringRoel Kluin2009-08-091-4/+4
* net: ntohs() misuseEric Dumazet2009-06-111-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-261-0/+6
* | net: dont update dev->trans_startEric Dumazet2009-05-291-1/+0
* | drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov2009-04-131-4/+3
|/
* 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-171-1/+1
* drivers/net/atlx: fix sparse warnings: make symbols staticHannes Eder2008-12-251-2/+2
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-201-2/+2
* atlx: convert to net_device_opsStephen Hemminger2008-11-191-12/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-14/+3
|\
| * atl1: Do not enumerate options unsupported by chipJ. K. Cliburn2008-11-141-14/+3
* | drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-2/+0
* | atlx: timer cleanupStephen Hemminger2008-11-021-21/+4
* | atlx: use embedded net_device_statsStephen Hemminger2008-11-021-22/+21
|/
* atl1: fix vlan tag regressionJay Cliburn2008-10-311-3/+4
* atl1: update introductory commentsJay Cliburn2008-10-081-7/+3
* atl1: remove LLTXJay Cliburn2008-10-081-17/+1
* atl1: fix transmit timeout bugJay Cliburn2008-10-081-1/+3
* atl1: disable TSO by defaultJay Cliburn2008-08-271-1/+0