summaryrefslogtreecommitdiffstats
path: root/drivers/atm/solos-pci.c
Commit message (Expand)AuthorAgeFilesLines
* atm: solos-pci: Fix set-but-unused variable.David S. Miller2011-04-171-2/+1
* atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville2011-03-301-25/+1
* atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville2011-03-301-1/+8
* atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville2011-03-301-2/+2
* ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl2011-02-131-2/+3
* atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-101-4/+4
* solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse2010-11-081-0/+8
* ATM: solos-pci, remove use after freeJiri Slaby2010-10-111-3/+5
* solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse2010-08-071-1/+6
* atm/solos-pci: call atm_dev_signal_change() when signal changes.Karl Hiramoto2010-07-091-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton2009-11-181-13/+16
* solos-pci: declare MODULE_FIRMWAREBen Hutchings2009-11-101-0/+3
* Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller2009-09-221-9/+66
|\
| * solos: Check for rogue received packetsNathan Williams2009-03-251-0/+4
| * solos: support new FPGA RAM layoutNathan Williams2009-03-251-9/+62
* | drivers/atm: Correct redundant testJulia Lawall2009-07-271-1/+1
* | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang2009-04-131-1/+1
* | Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6David S. Miller2009-03-211-160/+664
|\|
| * solos: Disable DMA until we have an FPGA update with it actually implemented.David Woodhouse2009-03-171-1/+1
| * solos: Automatically determine number of portsNathan Williams2009-03-171-1/+2
| * solos: Reset device on unload, free pending skbsDavid Woodhouse2009-03-171-1/+29
| * solos: Swap upstream/downstream rates in status packet, clean up some moreDavid Woodhouse2009-01-301-26/+25
| * solos: Set RX empty flag at startup only for !dma modeDavid Woodhouse2009-01-301-2/+4
| * solos: Don't clear config registers at startupDavid Woodhouse2009-01-301-5/+1
| * solos: Tidy up status interrupt handling, cope with 'ERROR' statusDavid Woodhouse2009-01-301-4/+13
| * solos: Add 'reset' module parameter to reset the DSL chips on loadDavid Woodhouse2009-01-301-0/+10
| * solos: Remove debugging, commented-out test codeDavid Woodhouse2009-01-291-49/+3
| * solos: Clean up handling of card->tx_mask a littleDavid Woodhouse2009-01-291-25/+28
| * solos: Fix various bugs in status packet handlingDavid Woodhouse2009-01-291-21/+28
| * solos: Remove superfluous wait_queue_head_t from struct solos_paramDavid Woodhouse2009-01-291-1/+0
| * solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()David Woodhouse2009-01-291-5/+1
| * solos: Remove unused loopback debug stuffDavid Woodhouse2009-01-291-23/+0
| * solos: Tidy up tx_mask handling for ports which need TXDavid Woodhouse2009-01-291-7/+13
| * solos: Tidy up DMA handling a little. Still untestedDavid Woodhouse2009-01-291-42/+53
| * solos: First attempt at DMA supportDavid Woodhouse2009-01-281-28/+90
| * solos: Remove parameter group from sysfs on ATM dev deregisterDavid Woodhouse2009-01-281-0/+2
| * solos: Fix under-allocation of skb size for get/set parametersDavid Woodhouse2009-01-281-2/+2
| * solos: Add SNR and Attn to status packet, fix oops on loadDavid Woodhouse2009-01-281-7/+23
| * solos: Reject non-AAL5 connections.... for nowDavid Woodhouse2009-01-271-0/+6
| * solos: Kill existing connections on link down eventDavid Woodhouse2009-01-271-2/+28
| * solos: Handle new line status change packets, hook up to ATM layer infoDavid Woodhouse2009-01-271-1/+92
| * solos: Add initial list of parametersDavid Woodhouse2009-01-271-6/+24
| * solos: Handle attribute show/store in kernel more sanelyDavid Woodhouse2009-01-271-0/+187
| * solos: Kill global 'opens' count.David Woodhouse2009-01-271-10/+0
| * solos: Clean up firmware loading codeDavid Woodhouse2009-01-271-136/+73
| * solos: FPGA and firmware update support.Simon Farnsworth2009-01-271-2/+169
| * solos: Slight debugging improvementsSimon Farnsworth2009-01-271-1/+2
| * solos: Fix length header in FPGA transfersDavid Woodhouse2009-01-271-4/+7
* | drivers/atm: introduce missing kfreeJulia Lawall2009-02-081-0/+1
|/