Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-08-10atm: make atmdev_ops constBhumika Goyal
2017-08-03atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla
2017-07-17atm: 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-16atm: 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-06atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin
2015-09-18solos-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-08solos-pci: fix error return codeJulia Lawall
2014-02-20atm: solos-pci: make solos_bh() as staticDaeseok Youn
2013-12-11atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin
2013-01-04Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2012-12-22solos-pci: double lock in geos_gpio_store()Dan Carpenter
2012-12-20solos-pci: ensure all TX packets are aligned to 4 bytesDavid Woodhouse
2012-12-20solos-pci: add firmware upgrade support for new modelsNathan Williams
2012-12-20solos-pci: remove superfluous debug outputNathan Williams
2012-12-20solos-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-25solos-pci: Fix DMA supportDavid Woodhouse
2012-02-20drivers/atm/solos-pci.c: exchange pci_iounmapsJulia Lawall
2011-04-17atm: solos-pci: Fix set-but-unused variable.David S. Miller
2011-03-31atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2011-03-31atm/solos-pci: Don't include frame pseudo-header on transmit hex-dumpPhilip A. Prindeville
2011-03-31atm/solos-pci: Use VPI.VCI notation uniformly.Philip A. Prindeville
2011-02-14ATM, Solos PCI ADSL2+: Don't deref NULL pointer if net_ratelimit() and alloc_...Jesper Juhl
2010-12-11atm: 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-08solos-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-11solos-pci: declare MODULE_FIRMWAREBen Hutchings
2009-09-23Merge branch 'master' of git://git.infradead.org/users/dwmw2/solos-2.6David S. Miller
2009-07-27drivers/atm: Correct redundant testJulia Lawall
2009-04-14Replace 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