summaryrefslogtreecommitdiffstats
path: root/drivers/atm
AgeCommit message (Expand)AuthorLines
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds-1/+1
2024-08-12atm: idt77252: prevent use after free in dequeue_rx()Dan Carpenter-4/+5
2024-05-06atm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert-4/+0
2024-03-07atm: fore200e: Convert to platform remove callback returning voidUwe Kleine-König-4/+2
2024-02-03atm: idt77252: fix a memleak in open_card_ubr0Zhipeng Lu-0/+2
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski-0/+6
2023-12-09atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye-2/+2
2023-12-09atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye-2/+2
2023-11-02Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+11
2023-10-10atm: iphase: Do PCI error checks on own lineIlpo Järvinen-9/+11
2023-10-10atm: fore200e: Drop unnecessary of_match_device()Rob Herring-7/+1
2023-03-21atm: idt77252: fix kmemleak when rmmod idt77252Li Zetao-0/+11
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-3/+3
2022-08-08atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou-0/+1
2022-07-11atm: he: Use the bitmap API to allocate bitmapsChristophe JAILLET-6/+3
2022-06-17atm: iphase: Fix typo in commentXiang wangx-1/+1
2022-04-27net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski-2443/+0
2022-04-27net: atm: remove support for Madge Horizon ATM devicesJakub Kicinski-3370/+0
2022-04-27net: atm: remove support for Fujitsu FireStream ATM devicesJakub Kicinski-2570/+0
2022-04-26net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas-5/+0
2022-04-08net: atm: remove the ambassador driverJakub Kicinski-3074/+0
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-03-15atm: eni: Add check for dma_map_singleJiasheng Jiang-0/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2022-02-28atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai-0/+2
2022-02-19atm: nicstar: Use kcalloc() to simplify codeChristophe JAILLET-8/+2
2022-01-13atm: iphase: remove redundant pointer skbColin Ian King-3/+1
2021-08-08atm: horizon: Fix spelling mistakes in TX commentJun Miao-3/+3
2021-07-20atm: idt77252: clean up trigraph warning on ??) stringColin Ian King-1/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-19/+23
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-11/+13
2021-06-21atm: nicstar: register the interrupt handler in the right placeZheyu Ma-9/+9
2021-06-21atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma-2/+4
2021-05-21atm: Fix typozuoqilin-1/+1
2021-05-17atm: fore200e: Fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2021-05-12atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei-1/+1
2021-05-11atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei-1/+1
2021-05-10atm: Replace custom isprint() with generic analogueAndy Shevchenko-5/+7
2021-05-07atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen-0/+1
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9/+1
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2021-04-23net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King-1/+1
2021-04-14atm: idt77252: remove unused functionJiapeng Chong-6/+0
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-2/+0
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky-2/+0
2021-03-17atm: eni: Use tasklet_disable_in_atomic() in the send() callbackSebastian Andrzej Siewior-1/+1
2021-03-15atm: delete include/linux/atm_suni.hAlexey Dobriyan-2/+0
2021-03-08atm: idt77252: fix null-ptr-dereferenceTong Zhang-2/+2
2021-03-08atm: uPD98402: fix incorrect allocationTong Zhang-1/+1
2021-03-01atm: lanai: dont run lanai_dev_close if not openTong Zhang-1/+4