summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
5 daysatm: Fix dma_free_coherent() sizeThomas Fourier1-1/+2
2025-12-07atm/fore200e: Fix possible data race in fore200e_open()Gui-Dong Han1-0/+2
2025-09-04atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+14
2025-07-17atm: idt77252: Add missing `dma_map_error()`Thomas Fourier1-0/+5
2025-06-27atm: atmtcp: Free invalid length skb in atmtcp_c_send().Kuniyuki Iwashima1-1/+3
2024-09-04atm: idt77252: prevent use after free in dequeue_rx()Dan Carpenter1-4/+5
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-03-30atm: 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-19atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai1-0/+2
2021-08-08atm: horizon: Fix spelling mistakes in TX commentJun Miao1-3/+3
2021-07-20atm: idt77252: clean up trigraph warning on ??) stringColin Ian King1-1/+1
2021-07-01Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-19/+23
2021-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+13
2021-06-22atm: nicstar: register the interrupt handler in the right placeZheyu Ma1-9/+9
2021-06-22atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma1-2/+4
2021-05-21atm: Fix typozuoqilin1-1/+1
2021-05-18atm: fore200e: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-13atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei1-1/+1
2021-05-12atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei1-1/+1
2021-05-11atm: Replace custom isprint() with generic analogueAndy Shevchenko2-5/+7
2021-05-08atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen1-0/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-9/+1
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-04-24net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King1-1/+1
2021-04-14atm: idt77252: remove unused functionJiapeng Chong1-6/+0
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky1-2/+0
2021-03-17atm: eni: Use tasklet_disable_in_atomic() in the send() callbackSebastian Andrzej Siewior1-1/+1
2021-03-15atm: delete include/linux/atm_suni.hAlexey Dobriyan2-2/+0
2021-03-09atm: idt77252: fix null-ptr-dereferenceTong Zhang1-2/+2
2021-03-09atm: uPD98402: fix incorrect allocationTong Zhang1-1/+1
2021-03-02atm: lanai: dont run lanai_dev_close if not openTong Zhang1-1/+4
2021-03-02atm: eni: dont release is never initializedTong Zhang1-1/+2
2021-02-15atm: idt77252: fix build broken on amd64Tong Zhang2-11/+2
2020-12-22atm: idt77252: call pci_disable_device() on error pathDan Carpenter1-1/+1
2020-11-20Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-11-19atm: lanai: Remove in_interrupt() usageSebastian Andrzej Siewior1-2/+1
2020-11-19atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior1-6/+18
2020-11-19atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior1-0/+2
2020-09-29atm: atmtcp: Constify atmtcp_v_dev_opsRikard Falkeborn1-1/+1
2020-09-05atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-08-25firestream: Fix memleak in fs_openDinghao Liu1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-14/+14
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-131/+14