summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
2024-02-23atm: idt77252: fix a memleak in open_card_ubr0Zhipeng Lu1-0/+2
2023-12-20atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye1-2/+2
2023-12-20atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye1-2/+2
2023-11-28atm: iphase: Do PCI error checks on own lineIlpo Järvinen1-9/+11
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2023-04-05atm: idt77252: fix kmemleak when rmmod idt77252Li Zetao1-0/+11
2022-08-25atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou1-0/+1
2022-03-23atm: eni: Add check for dma_map_singleJiasheng Jiang1-0/+2
2022-03-23atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai1-0/+2
2021-07-20atm: nicstar: register the interrupt handler in the right placeZheyu Ma1-9/+9
2021-07-20atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma1-2/+4
2021-07-20atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei1-1/+1
2021-07-20atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei1-1/+1
2021-03-30atm: idt77252: fix null-ptr-dereferenceTong Zhang1-2/+2
2021-03-30atm: uPD98402: fix incorrect allocationTong Zhang1-1/+1
2021-03-30atm: lanai: dont run lanai_dev_close if not openTong Zhang1-1/+4
2021-03-30atm: eni: dont release is never initializedTong Zhang1-1/+2
2021-01-12atm: idt77252: call pci_disable_device() on error pathDan Carpenter1-1/+1
2020-11-24atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior1-0/+2
2020-10-01atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng1-1/+1
2020-09-17firestream: Fix memleak in fs_openDinghao Liu1-0/+1
2020-08-11atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong1-2/+8
2020-02-24fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki1-7/+18
2020-02-01atm: eni: fix uninitialized variable warningArnd Bergmann1-2/+2
2020-01-29firestream: fix memory leaksWenwen Wang1-0/+3
2019-12-01atm: zatm: Fix empty body Clang warningsNathan Chancellor1-21/+21
2019-09-21Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET1-1/+1
2019-08-09atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-2/+6
2019-02-27atm: he: fix sign-extension overflow on large shiftColin Ian King1-1/+1
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+3
2018-07-02atm: zatm: remove redundant pointer zatm_devColin Ian King1-2/+0
2018-06-30atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-06-30atm: iphase: fix a 64 bit bugDan Carpenter1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook2-2/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-10firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King1-1/+1
2018-05-04atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva1-0/+3
2018-04-19atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King1-2/+2
2018-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-30atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King1-1/+1
2018-02-23atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King1-8/+4
2018-02-08atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-4/+4
2017-11-30atm: eni: fix several indentation issuesColin Ian King1-9/+9
2017-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-8/+8
2017-11-29atm: suni: remove extraneous space to fix indentationColin Ian King1-1/+1
2017-11-29atm: lanai: use %p to format kernel addresses instead of %xColin Ian King1-4/+4
2017-11-29atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King1-2/+2
2017-11-28ambassador: fix incorrect indentation of assignment statementColin Ian King1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook6-21/+20