aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm/iphase.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig1-16/+0
2019-08-02atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-2/+6
2019-05-16atm: iphase: Avoid copying pointers to user space.Fuqian Huang1-6/+0
2019-04-21atm: iphase: fix misuse of %xFuqian Huang1-2/+2
2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King1-2/+2
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King1-1/+1
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav1-3/+3
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2017-07-16atm: iphase: constify pci_device_id.Arvind Yadav1-1/+1
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-09-15atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King1-3/+3
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring1-4/+9
2016-05-31atm: iphase: off by one in rx_pkt()Dan Carpenter1-1/+1
2015-10-12atm: iphase: fix misleading indentionTillmann Heidsieck1-1/+1
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck1-1/+2
2015-06-08atm: use msecs_to_jiffies for conversionsNicholas Mc Guire1-1/+1
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR1-26/+28
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman1-6/+5
2012-08-06drivers/atm/iphase.c: fix error return codeJulia Lawall1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR1-2/+2
2011-10-03atm/iphase : removal of PCI space dereferences.françois romieu1-120/+145
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-04-12atm: iphase: Fix set-but-not-used warnings.David S. Miller1-11/+3
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams1-1/+1
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-2/+2
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+0
2010-10-11ATM: iphase, remove sleep-inside-atomicJiri Slaby1-6/+0
2010-08-16drivers/atm: Adjust confusing if indentationJulia Lawall1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-13drivers/atm: Correct code taking the size of a pointerJulia Lawall1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-03-21atm: fix non-const printk argumentStephen Hemminger1-3/+1
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang1-3/+3
2008-07-30atm: fix direct casts of pointers to u32 in the InterPhase driverDavid Howells1-20/+20
2008-06-17atm: [iphase] 64-bit cleanupAlan Cox1-13/+10
2008-06-17atm: [iphase] move struct suni_priv to suni.hJorge Boncompte [DTI2]1-6/+1
2008-06-16atm: [iphase] doesn't call phy->start due to a bogus #ifndefJorge Boncompte [DTI2]1-12/+11
2008-06-16atm: [iphase] set drvdata before enabling interruptsJorge Boncompte [DTI2]1-2/+2
2008-04-19drivers/atm: use time_before, time_before_eq, etcJulia Lawall1-3/+4
2008-04-02[ATM] drivers/atm/iphase.c: compilation warning fixLeonardo Potenza1-0/+2