summaryrefslogtreecommitdiff
path: root/drivers/atm/iphase.c
AgeCommit message (Expand)Author
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski
2023-10-10atm: iphase: Do PCI error checks on own lineIlpo Järvinen
2022-06-17atm: iphase: Fix typo in commentXiang wangx
2022-01-13atm: iphase: remove redundant pointer skbColin Ian King
2021-05-11atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei
2021-05-10atm: Replace custom isprint() with generic analogueAndy Shevchenko
2021-04-23net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2019-08-02atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-05-16atm: iphase: Avoid copying pointers to user space.Fuqian Huang
2019-04-21atm: iphase: fix misuse of %xFuqian Huang
2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2017-07-16atm: iphase: constify pci_device_id.Arvind Yadav
2017-02-27scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-09-15atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring
2016-05-31atm: iphase: off by one in rx_pkt()Dan Carpenter
2015-10-12atm: iphase: fix misleading indentionTillmann Heidsieck
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck
2015-06-08atm: use msecs_to_jiffies for conversionsNicholas Mc Guire
2015-01-18atm: remove deprecated use of pci apichas williams - CONTRACTOR
2013-01-03Drivers: atm: remove __dev* attributes.Greg Kroah-Hartman
2012-08-06drivers/atm/iphase.c: fix error return codeJulia Lawall
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2011-11-26atm: eliminate atm_guess_pdu2truesize()chas williams - CONTRACTOR
2011-10-03atm/iphase : removal of PCI space dereferences.françois romieu
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-04-12atm: iphase: Fix set-but-not-used warnings.David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2010-12-22Merge branch 'master' into for-nextJiri Kosina
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König
2010-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-11ATM: iphase, remove sleep-inside-atomicJiri Slaby
2010-08-16drivers/atm: Adjust confusing if indentationJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-13drivers/atm: Correct code taking the size of a pointerJulia Lawall
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-03-21atm: fix non-const printk argumentStephen Hemminger
2009-01-08generic swap(): iphase: rename swap() to swap_byte_order()Wu Fengguang