summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)AuthorFilesLines
4 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds2-10/+5
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds12-27/+27
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook12-52/+44
7 daysMerge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+4
13 daysatm: fore200e: fix use-after-free in tasklets during device removalDuoming Zhou1-0/+4
14 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2026-01-08atm: Fix dma_free_coherent() sizeThomas Fourier1-1/+2
2026-01-07atm: idt77252: Use sb_pool_remove()Thomas Fourier1-3/+1
2025-11-25atm/fore200e: Fix possible data race in fore200e_open()Gui-Dong Han1-0/+2
2025-08-23atm: atmtcp: Prevent arbitrary write in atmtcp_recv_control().Kuniyuki Iwashima1-3/+14
2025-07-08atm: lanai: fix "take a while" typoAhelenia Ziemiańska1-1/+1
2025-06-26atm: idt77252: Add missing `dma_map_error()`Thomas Fourier1-0/+5
2025-06-18atm: atmtcp: Free invalid length skb in atmtcp_c_send().Kuniyuki Iwashima1-1/+3
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-3/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner5-6/+6
2024-12-02Get rid of 'remove_new' relic from platform driver structLinus Torvalds1-1/+1
2024-08-12atm: idt77252: prevent use after free in dequeue_rx()Dan Carpenter1-4/+5
2024-05-07atm/fore200e: Delete unused 'fore200e_boards'Dr. David Alan Gilbert2-4/+0
2024-03-08atm: fore200e: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2024-02-03atm: idt77252: fix a memleak in open_card_ubr0Zhipeng Lu1-0/+2
2024-01-05net: fill in MODULE_DESCRIPTION()s for ATMJakub Kicinski6-0/+6
2023-12-10atm: solos-pci: Fix potential deadlock on &tx_queue_lockChengfeng Ye1-2/+2
2023-12-10atm: solos-pci: Fix potential deadlock on &cli_queue_lockChengfeng Ye1-2/+2
2023-11-03Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+11
2023-10-11atm: iphase: Do PCI error checks on own lineIlpo Järvinen1-9/+11
2023-10-10atm: fore200e: Drop unnecessary of_match_device()Rob Herring1-7/+1
2023-03-22atm: idt77252: fix kmemleak when rmmod idt77252Li Zetao1-0/+11
2022-12-26treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-3/+3
2022-08-09atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou1-0/+1
2022-07-12atm: he: Use the bitmap API to allocate bitmapsChristophe JAILLET1-6/+3
2022-06-18atm: iphase: Fix typo in commentXiang wangx1-1/+1
2022-04-27net: atm: remove support for ZeitNet ZN122x ATM devicesJakub Kicinski7-2443/+0
2022-04-27net: atm: remove support for Madge Horizon ATM devicesJakub Kicinski4-3370/+0
2022-04-27net: atm: remove support for Fujitsu FireStream ATM devicesJakub Kicinski4-2570/+0
2022-04-27net: remove comments that mention obsolete __SLOW_DOWN_IOBjorn Helgaas1-5/+0
2022-04-08net: atm: remove the ambassador driverJakub Kicinski4-3074/+0
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-03-15atm: eni: Add check for dma_map_singleJiasheng Jiang1-0/+2
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-02-28atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai1-0/+2
2022-02-19atm: nicstar: Use kcalloc() to simplify codeChristophe JAILLET1-8/+2
2022-01-13atm: iphase: remove redundant pointer skbColin Ian King1-3/+1
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