summaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)Author
2021-03-30atm: idt77252: fix null-ptr-dereferenceTong Zhang
2021-03-30atm: uPD98402: fix incorrect allocationTong Zhang
2021-03-30atm: lanai: dont run lanai_dev_close if not openTong Zhang
2021-03-30atm: eni: dont release is never initializedTong Zhang
2021-01-12atm: idt77252: call pci_disable_device() on error pathDan Carpenter
2020-11-24atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior
2020-10-01atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng
2020-09-17firestream: Fix memleak in fs_openDinghao Liu
2020-08-11atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong
2020-02-24fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki
2020-02-01atm: eni: fix uninitialized variable warningArnd Bergmann
2020-01-29firestream: fix memory leaksWenwen Wang
2019-12-01atm: zatm: Fix empty body Clang warningsNathan Chancellor
2019-09-21Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET
2019-08-09atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-02-27atm: he: fix sign-extension overflow on large shiftColin Ian King
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-02atm: zatm: remove redundant pointer zatm_devColin Ian King
2018-06-30atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva
2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov
2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King
2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King
2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva
2017-11-30atm: eni: fix several indentation issuesColin Ian King
2017-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-28atm: suni: remove extraneous space to fix indentationColin Ian King
2017-11-28atm: lanai: use %p to format kernel addresses instead of %xColin Ian King
2017-11-28atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
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-14atm: horizon: Fix irq release errorArvind Yadav
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01atm: iphase: Fix space before '[' error.Arvind Yadav
2017-10-18atm: idt77252: Convert timers to use timer_setup()Kees Cook
2017-10-18drivers/atm/suni: Convert timers to use timer_setup()Kees Cook
2017-10-14atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-11atm: idt77105: Drop needless setup_timer()Kees Cook
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook