aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/solos-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-13/+13
2014-11-23solos-pci: fix error return codeJulia Lawall1-0/+2
2014-08-07solos-pci: fix error return codeJulia Lawall1-0/+1
2014-02-19atm: solos-pci: make solos_bh() as staticDaeseok Youn1-1/+1
2013-12-10atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter1-1/+1
2012-12-19solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse1-4/+23
2012-12-19solos-pci: add firmware upgrade support for new modelsNathan Williams1-11/+42
2012-12-19solos-pci: remove superfluous debug outputNathan Williams1-1/+0
2012-12-19solos-pci: add GPIO support for newer versions on Geos boardNathan Williams1-0/+105
2012-12-12solos-pci: fix double-free of TX skb in DMA modeDavid Woodhouse1-2/+3
2012-12-02solos-pci: remove list_vccs() debugging functionDavid Woodhouse1-41/+0
2012-12-02solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse1-3/+3
2012-12-02solos-pci: clean up pclose() functionDavid Woodhouse1-4/+14
2012-12-02solos-pci: Fix leak of skb received for unknown vccNathan Williams1-1/+2
2012-12-02solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse1-3/+14
2012-05-24solos-pci: Fix DMA supportDavid Woodhouse1-1/+3
2012-02-19drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall1-2/+2
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller1-2/+1
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-25/+1
2011-03-30atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville1-1/+8
2011-03-30atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville1-2/+2
2011-02-13ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_skb() interact badly.Jesper Juhl1-2/+3
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-4/+4
2010-11-08solos: Refuse to upgrade firmware with older FPGA. It doesn't work.David Woodhouse1-0/+8
2010-10-11ATM: solos-pci, remove use after freeJiri Slaby1-3/+5
2010-08-07solos-pci: Fix race condition in tasklet RX handlingDavid Woodhouse1-1/+6
2010-07-09atm/solos-pci: call atm_dev_signal_change() when signal changes.Karl Hiramoto1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-11-18drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton1-13/+16
2009-11-10solos-pci: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-09-22Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller1-9/+66
2009-07-27drivers/atm: Correct redundant testJulia Lawall1-1/+1
2009-04-13Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)Yang Hongyang1-1/+1
2009-03-25solos: Check for rogue received packetsNathan Williams1-0/+4
2009-03-25solos: support new FPGA RAM layoutNathan Williams1-9/+62
2009-03-21Merge branch 'master' of git://git.infradead.org/~dwmw2/solos-2.6David S. Miller1-160/+664
2009-03-17solos: Disable DMA until we have an FPGA update with it actually implemented.David Woodhouse1-1/+1
2009-03-17solos: Automatically determine number of portsNathan Williams1-1/+2
2009-03-17solos: Reset device on unload, free pending skbsDavid Woodhouse1-1/+29
2009-02-08drivers/atm: introduce missing kfreeJulia Lawall1-0/+1
2009-01-30solos: Swap upstream/downstream rates in status packet, clean up some moreDavid Woodhouse1-26/+25
2009-01-30solos: Set RX empty flag at startup only for !dma modeDavid Woodhouse1-2/+4
2009-01-30solos: Don't clear config registers at startupDavid Woodhouse1-5/+1
2009-01-30solos: Tidy up status interrupt handling, cope with 'ERROR' statusDavid Woodhouse1-4/+13
2009-01-30solos: Add 'reset' module parameter to reset the DSL chips on loadDavid Woodhouse1-0/+10
2009-01-29solos: Remove debugging, commented-out test codeDavid Woodhouse1-49/+3
2009-01-29solos: Clean up handling of card->tx_mask a littleDavid Woodhouse1-25/+28