summaryrefslogtreecommitdiffstats
path: root/drivers/atm/iphase.c
Commit message (Expand)AuthorAgeFilesLines
* atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-031-2/+6
* atm: iphase: Avoid copying pointers to user space.Fuqian Huang2019-05-161-6/+0Star
* atm: iphase: fix misuse of %xFuqian Huang2019-04-211-2/+2
* atm: iphase: fix a 64 bit bugDan Carpenter2018-06-301-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King2018-04-191-2/+2
* atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King2018-03-301-1/+1
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-221-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-3/+3
|\
| * atm: iphase: Fix space before '[' error.Arvind Yadav2017-11-011-3/+3
* | timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-051-1/+1
|/
* atm: iphase: constify pci_device_id.Arvind Yadav2017-07-171-1/+1
* scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King2016-09-161-3/+3
* ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring2016-09-101-4/+9
* atm: iphase: off by one in rx_pkt()Dan Carpenter2016-05-311-1/+1
* atm: iphase: fix misleading indentionTillmann Heidsieck2015-10-131-1/+1
* atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck2015-10-131-1/+2
* atm: use msecs_to_jiffies for conversionsNicholas Mc Guire2015-06-091-1/+1
* atm: remove deprecated use of pci apichas williams - CONTRACTOR2015-01-181-26/+28
* Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-6/+5Star
* drivers/atm/iphase.c: fix error return codeJulia Lawall2012-08-061-1/+1
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR2011-11-261-2/+2
* atm/iphase : removal of PCI space dereferences.françois romieu2011-10-031-120/+145
* atomic: use <linux/atomic.h>Arun Sharma2011-07-271-1/+1
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-071-0/+1
* atm: iphase: Fix set-but-not-used warnings.David S. Miller2011-04-131-11/+3Star
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-1/+1
|\
| * atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-111-1/+1
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-2/+2
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-111-6/+0Star
|\
| * ATM: iphase, remove sleep-inside-atomicJiri Slaby2010-10-111-6/+0Star
* | drivers/atm: Adjust confusing if indentationJulia Lawall2010-08-171-1/+1
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* drivers/atm: Correct code taking the size of a pointerJulia Lawall2009-12-141-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-1/+1
* atm: fix non-const printk argumentStephen Hemminger2009-03-221-3/+1Star
* generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang2009-01-081-3/+3
* atm: fix direct casts of pointers to u32 in the InterPhase driverDavid Howells2008-07-311-20/+20
* atm: [iphase] 64-bit cleanupAlan Cox2008-06-181-13/+10Star
* atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]2008-06-181-6/+1Star
* atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]2008-06-171-12/+11Star
* atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]2008-06-171-2/+2
* drivers/atm: use time_before, time_before_eq, etcJulia Lawall2008-04-201-3/+4
* [ATM] drivers/atm/iphase.c: compilation warning fixLeonardo Potenza2008-04-021-0/+2
* [ATM] drivers/atm/iphase.c: mostly kmalloc + memset conversion to kzallocMariusz Kozlowski2007-08-141-6/+6