aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/solos-pci.c
AgeCommit message (Expand)Author
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2011-03-30atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville
2011-03-30atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville
2011-02-13ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-11-08solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse
2010-10-11ATM: solos-pci, remove use after freeJiri Slaby
2010-08-07solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse
2010-07-09atm/solos-pci: call atm_dev_signal_change() when signal changes.Karl Hiramoto
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-18drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton
2009-11-10solos-pci: declare MODULE_FIRMWAREBen Hutchings
2009-09-22Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller
2009-07-27drivers/atm: Correct redundant testJulia Lawall
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang
2009-03-25solos: Check for rogue received packetsNathan Williams
2009-03-25solos: support new FPGA RAM layoutNathan Williams
2009-03-21Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6David S. Miller
2009-03-17solos: Disable DMA until we have an FPGA update with it actually implemented.David Woodhouse
2009-03-17solos: Automatically determine number of portsNathan Williams
2009-03-17solos: Reset device on unload, free pending skbsDavid Woodhouse
2009-02-08drivers/atm: introduce missing kfreeJulia Lawall
2009-01-30solos: Swap upstream/downstream rates in status packet, clean up some moreDavid Woodhouse
2009-01-30solos: Set RX empty flag at startup only for !dma modeDavid Woodhouse
2009-01-30solos: Don't clear config registers at startupDavid Woodhouse
2009-01-30solos: Tidy up status interrupt handling, cope with 'ERROR' statusDavid Woodhouse
2009-01-30solos: Add 'reset' module parameter to reset the DSL chips on loadDavid Woodhouse
2009-01-29solos: Remove debugging, commented-out test codeDavid Woodhouse
2009-01-29solos: Clean up handling of card->tx_mask a littleDavid Woodhouse
2009-01-29solos: Fix various bugs in status packet handlingDavid Woodhouse
2009-01-29solos: Remove superfluous wait_queue_head_t from struct solos_paramDavid Woodhouse
2009-01-29solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()David Woodhouse
2009-01-29solos: Remove unused loopback debug stuffDavid Woodhouse
2009-01-29solos: Tidy up tx_mask handling for ports which need TXDavid Woodhouse
2009-01-29solos: Tidy up DMA handling a little. Still untestedDavid Woodhouse
2009-01-28solos: First attempt at DMA supportDavid Woodhouse
2009-01-28solos: Remove parameter group from sysfs on ATM dev deregisterDavid Woodhouse
2009-01-28solos: Fix under-allocation of skb size for get/set parametersDavid Woodhouse
2009-01-28solos: Add SNR and Attn to status packet, fix oops on loadDavid Woodhouse
2009-01-27solos: Reject non-AAL5 connections.... for nowDavid Woodhouse
2009-01-27solos: Kill existing connections on link down eventDavid Woodhouse
2009-01-27solos: Handle new line status change packets, hook up to ATM layer infoDavid Woodhouse
2009-01-27solos: Add initial list of parametersDavid Woodhouse
2009-01-27solos: Handle attribute show/store in kernel more sanelyDavid Woodhouse
2009-01-27solos: Kill global 'opens' count.David Woodhouse
2009-01-27solos: Clean up firmware loading codeDavid Woodhouse
2009-01-27solos: FPGA and firmware update support.Simon Farnsworth
2009-01-27solos: Slight debugging improvementsSimon Farnsworth
2009-01-27solos: Fix length header in FPGA transfersDavid Woodhouse