summaryrefslogtreecommitdiffstats
path: root/drivers/atm/firestream.c
Commit message (Expand)AuthorAgeFilesLines
* atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen2021-05-071-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-0/+1
|\
| * firestream: Fix memleak in fs_openDinghao Liu2020-08-241-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-191-2/+0
* firestream: fix memory leaksWenwen Wang2020-01-251-0/+3
* atm: remove unneeded semicolonYueHaibing2019-10-281-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-271-2/+2
* firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King2018-05-101-1/+1
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-211-3/+1
* atm: firestream: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-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-251-1/+1
* atm: firestream: fix interruptible_sleep_on raceArnd Bergmann2014-02-261-2/+2
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-16/+16
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-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-101-1/+1
* drivers/atm/firestream.c: Fix unsigned return typeJulia Lawall2010-09-061-2/+2
* atm: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-07-151-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-09-301-1/+1
* atm: Add missing parenthesesRoel Kluin2009-02-181-4/+4
* [ATM] firestream: Fix uninitialized var warning.David S. Miller2008-03-281-0/+1
* atm: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-051-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-031-4/+11
* [ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2006-12-021-1/+1
* [ATM] firestream: handle thrown errorJeff Garzik2006-10-211-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-271-1/+2
|/
* spelling fixesAndreas Mohr2006-06-261-1/+1
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-3/+2