aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/solos-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23atm: Use dev_get_drvdataChuhong Yuan1-6/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-10/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-08-09atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-08-02atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla1-2/+2
2017-07-16atm: solos-pci: constify pci_device_id.Arvind Yadav1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-6/+6
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-06-15atm: solos-pci: remove useless variable assignmentsGustavo A. R. Silva1-2/+2
2016-10-31solos-pci: use permission-specific DEVICE_ATTR variantsJulia Lawall1-1/+1
2015-12-29atm: solos-pci: use to_pci_dev()Geliang Tang1-3/+3
2015-12-05atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin1-11/+17
2015-09-17solos-pci: Increase headroom on received packetsDavid Woodhouse1-2/+10
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