summaryrefslogtreecommitdiff
path: root/drivers/atm/solos-pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-20net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-2/+0
2020-07-14atm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
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-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-08-10atm: make atmdev_ops constBhumika Goyal1-1/+1
2017-08-03atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla1-2/+2
2017-07-17atm: 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-16atm: 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-06atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin1-11/+17
2015-09-18solos-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-08solos-pci: fix error return codeJulia Lawall1-0/+1
2014-02-20atm: solos-pci: make solos_bh() as staticDaeseok Youn1-1/+1
2013-12-11atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-01-04Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-22solos-pci: double lock in geos_gpio_store()Dan Carpenter1-1/+1
2012-12-20solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse1-4/+23
2012-12-20solos-pci: add firmware upgrade support for new modelsNathan Williams1-11/+42
2012-12-20solos-pci: remove superfluous debug outputNathan Williams1-1/+0
2012-12-20solos-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-25solos-pci: Fix DMA supportDavid Woodhouse1-1/+3
2012-02-20drivers/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-31atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville1-25/+1
2011-03-31atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville1-1/+8
2011-03-31atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville1-2/+2
2011-02-14ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl1-2/+3
2010-12-11atm: 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-08solos-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 imp...Tejun Heo1-0/+1
2009-11-18drivers/atm/solos-pci.c: fix warning/bug, clean up codeAndrew Morton1-13/+16
2009-11-11solos-pci: declare MODULE_FIRMWAREBen Hutchings1-0/+3
2009-09-23Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller1-9/+66