summaryrefslogtreecommitdiffstats
path: root/drivers/atm/firestream.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: atm: remove support for Fujitsu FireStream ATM devicesJakub Kicinski2022-04-271-2057/+0
* atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai2022-02-281-0/+2
* atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen2021-05-081-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-041-0/+1
|\
| * firestream: Fix memleak in fs_openDinghao Liu2020-08-251-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-201-2/+0
* firestream: fix memory leaksWenwen Wang2020-01-251-0/+3
* atm: remove unneeded semicolonYueHaibing2019-10-291-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37Thomas Gleixner2019-05-241-16/+1
* firestream: fix spelling mistake "tramsitted" -> "transmitted"Colin Ian King2019-04-181-1/+1
* firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King2018-11-281-2/+2
* firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King2018-05-101-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-3/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-221-3/+1
* atm: firestream: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-6/+6
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* atm: firestream: add more reserved stringsDan Carpenter2016-05-311-1/+5
* treewide: Fix typo in printkMasanari Iida2016-02-151-1/+1
* atm: firestream: Use del_timer_sync() in teardown pathThomas Gleixner2014-03-261-1/+1
* atm: firestream: fix interruptible_sleep_on raceArnd Bergmann2014-02-261-2/+2
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-16/+16
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* fix typos 'comamnd' -> 'command' in commentsJustin P. Mattock2011-02-021-1/+1
* atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-111-1/+1
* drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall2010-09-071-2/+2
* atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-161-4/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* atm: Add missing parenthesesRoel Kluin2009-02-191-4/+4
* [ATM] firestream: Fix uninitialized var warning.David S. Miller2008-03-291-0/+1
* atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-061-2/+2
* [ATM]: Spelling fixesJoe Perches2007-12-201-2/+2
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* more trivial signedness fixes in driversAl Viro2007-10-141-1/+1
* [ATM]: [drivers] ioremap balanced with iounmapAmol Lad2007-07-181-5/+9
* potential compiler error, irqfunc caller sites updateYoann Padioleau2007-07-061-1/+1
* [ATM]: Fix warning.Jeff Garzik2007-06-041-4/+11
* [ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2006-12-031-1/+1
* [ATM] firestream: handle thrown errorJeff Garzik2006-10-221-0/+4
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [ATM]: kmalloc to kzalloc patches for drivers/atmOm Narasimhan2006-10-041-9/+3
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-06-291-2/+3
|\
| * [PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman2006-06-271-2/+3
* | [PATCH] update two drivers for poison.hRandy Dunlap2006-06-281-1/+2
|/