summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
11 daysatm: 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-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-19atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai1-0/+2
2021-07-19atm: nicstar: register the interrupt handler in the right placeZheyu Ma1-9/+9
2021-07-19atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma1-2/+4
2021-07-19atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei1-1/+1
2021-07-19atm: 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-18atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior1-0/+2
2020-09-28atm: atmtcp: Constify atmtcp_v_dev_opsRikard Falkeborn1-1/+1
2020-09-04atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng1-1/+1
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-08-24firestream: Fix memleak in fs_openDinghao Liu1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva6-14/+14
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-131/+14
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03atm: idt77252: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-4/+5
2020-08-03atm: eni: avoid accessing the data mapped to streaming DMAJia-Ju Bai1-1/+3
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+8
2020-07-30atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong1-2/+8
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig8-122/+0
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-13atm: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-26docs: networking: move ATM drivers to the hw driver sectionJakub Kicinski1-3/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-9/+9
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-04-28docs: networking: convert iphase.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-28docs: networking: convert fore200e.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-03-25.gitignore: remove too obvious commentsMasahiro Yamada1-1/+0
2020-02-29atm: nicstar: fix if-statement empty body warningRandy Dunlap1-1/+1
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-7/+18
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-7/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+3
2020-01-25firestream: fix memory leaksWenwen Wang1-0/+3
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2