summaryrefslogtreecommitdiff
path: root/drivers/atm/solos-pci.c
AgeCommit message (Expand)Author
2017-08-09atm: make atmdev_ops constBhumika Goyal
2017-08-02atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla
2017-07-16atm: solos-pci: constify pci_device_id.Arvind Yadav
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-15atm: solos-pci: remove useless variable assignmentsGustavo A. R. Silva
2016-10-31solos-pci: use permission-specific DEVICE_ATTR variantsJulia Lawall
2015-12-29atm: solos-pci: use to_pci_dev()Geliang Tang
2015-12-05atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin
2015-09-17solos-pci: Increase headroom on received packetsDavid Woodhouse
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2014-11-23solos-pci: fix error return codeJulia Lawall
2014-08-07solos-pci: fix error return codeJulia Lawall
2014-02-19atm: solos-pci: make solos_bh() as staticDaeseok Youn
2013-12-10atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2012-12-21solos-pci: double lock in geos_gpio_store()Dan Carpenter
2012-12-19solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse
2012-12-19solos-pci: add firmware upgrade support for new modelsNathan Williams
2012-12-19solos-pci: remove superfluous debug outputNathan Williams
2012-12-19solos-pci: add GPIO support for newer versions on Geos boardNathan Williams
2012-12-12solos-pci: fix double-free of TX skb in DMA modeDavid Woodhouse
2012-12-02solos-pci: remove list_vccs() debugging functionDavid Woodhouse
2012-12-02solos-pci: use GFP_KERNEL where possible, not GFP_ATOMICDavid Woodhouse
2012-12-02solos-pci: clean up pclose() functionDavid Woodhouse
2012-12-02solos-pci: Fix leak of skb received for unknown vccNathan Williams
2012-12-02solos-pci: wait for pending TX to complete when releasing vccDavid Woodhouse
2012-05-24solos-pci: Fix DMA supportDavid Woodhouse
2012-02-19drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall
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