aboutsummaryrefslogtreecommitdiff
path: root/drivers/atm/iphase.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-02atm: iphase: Fix Spectre v1 vulnerabilityGravatar Gustavo A. R. Silva 1-2/+6
2019-05-16atm: iphase: Avoid copying pointers to user space.Gravatar Fuqian Huang 1-6/+0
2019-04-21atm: iphase: fix misuse of %xGravatar Fuqian Huang 1-2/+2
2018-06-30atm: iphase: fix a 64 bit bugGravatar Dan Carpenter 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Gravatar Colin Ian King 1-2/+2
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Gravatar Colin Ian King 1-1/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Gravatar Kees Cook 1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-3/+3
2017-11-01atm: iphase: Fix space before '[' error.Gravatar Arvind Yadav 1-3/+3
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERGravatar Kees Cook 1-1/+1
2017-07-16atm: iphase: constify pci_device_id.Gravatar Arvind Yadav 1-1/+1
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-09-15atm: iphase: fix newline escape and minor tweak to source formattingGravatar Colin Ian King 1-3/+3
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Gravatar Markus Elfring 1-4/+9
2016-05-31atm: iphase: off by one in rx_pkt()Gravatar Dan Carpenter 1-1/+1
2015-10-12atm: iphase: fix misleading indentionGravatar Tillmann Heidsieck 1-1/+1
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Gravatar Tillmann Heidsieck 1-1/+2
2015-06-08atm: use msecs_to_jiffies for conversionsGravatar Nicholas Mc Guire 1-1/+1
2015-01-18atm: remove deprecated use of pci apiGravatar chas williams - CONTRACTOR 1-26/+28
2013-01-03Drivers: atm: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-6/+5
2012-08-06drivers/atm/iphase.c: fix error return codeGravatar Julia Lawall 1-1/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-11-26atm: eliminate atm_guess_pdu2truesize()Gravatar chas williams - CONTRACTOR 1-2/+2
2011-10-03atm/iphase : removal of PCI space dereferences.Gravatar françois romieu 1-120/+145
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hGravatar Alexey Dobriyan 1-0/+1
2011-04-12atm: iphase: Fix set-but-not-used warnings.Gravatar David S. Miller 1-11/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-3/+3
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-1/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-2/+2
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-6/+0
2010-10-11ATM: iphase, remove sleep-inside-atomicGravatar Jiri Slaby 1-6/+0
2010-08-16drivers/atm: Adjust confusing if indentationGravatar Julia Lawall 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-13drivers/atm: Correct code taking the size of a pointerGravatar Julia Lawall 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.Gravatar David S. Miller 1-1/+1
2009-03-21atm: fix non-const printk argumentGravatar Stephen Hemminger 1-3/+1
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Gravatar Wu Fengguang 1-3/+3
2008-07-30atm: fix direct casts of pointers to u32 in the InterPhase driverGravatar David Howells 1-20/+20
2008-06-17atm: [iphase] 64-bit cleanupGravatar Alan Cox 1-13/+10
2008-06-17atm: [iphase] move struct suni_priv to suni.hGravatar Jorge Boncompte [DTI2] 1-6/+1
2008-06-16atm: [iphase] doesn't call phy->start due to a bogus #ifndefGravatar Jorge Boncompte [DTI2] 1-12/+11
2008-06-16atm: [iphase] set drvdata before enabling interruptsGravatar Jorge Boncompte [DTI2] 1-2/+2
2008-04-19drivers/atm: use time_before, time_before_eq, etcGravatar Julia Lawall 1-3/+4
2008-04-02[ATM] drivers/atm/iphase.c: compilation warning fixGravatar Leonardo Potenza 1-0/+2
2007-08-13[ATM] drivers/atm/iphase.c: mostly kmalloc + memset conversion to kzallocGravatar Mariusz Kozlowski 1-6/+6