Age | Commit message (Expand) | Author |
2024-01-05 | net: fill in MODULE_DESCRIPTION()s for ATM | Jakub Kicinski |
2023-12-09 | atm: solos-pci: Fix potential deadlock on &tx_queue_lock | Chengfeng Ye |
2023-12-09 | atm: solos-pci: Fix potential deadlock on &cli_queue_lock | Chengfeng Ye |
2023-11-02 | Merge tag 'pci-v6.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2023-10-10 | atm: iphase: Do PCI error checks on own line | Ilpo Järvinen |
2023-10-10 | atm: fore200e: Drop unnecessary of_match_device() | Rob Herring |
2023-03-21 | atm: idt77252: fix kmemleak when rmmod idt77252 | Li Zetao |
2022-12-25 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) |
2022-08-08 | atm: idt77252: fix use-after-free bugs caused by tst_timer | Duoming Zhou |
2022-07-11 | atm: he: Use the bitmap API to allocate bitmaps | Christophe JAILLET |
2022-06-17 | atm: iphase: Fix typo in comment | Xiang wangx |
2022-04-27 | net: atm: remove support for ZeitNet ZN122x ATM devices | Jakub Kicinski |
2022-04-27 | net: atm: remove support for Madge Horizon ATM devices | Jakub Kicinski |
2022-04-27 | net: atm: remove support for Fujitsu FireStream ATM devices | Jakub Kicinski |
2022-04-26 | net: remove comments that mention obsolete __SLOW_DOWN_IO | Bjorn Helgaas |
2022-04-08 | net: atm: remove the ambassador driver | Jakub Kicinski |
2022-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-15 | atm: eni: Add check for dma_map_single | Jiasheng Jiang |
2022-03-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-28 | atm: firestream: check the return value of ioremap() in fs_init() | Jia-Ju Bai |
2022-02-19 | atm: nicstar: Use kcalloc() to simplify code | Christophe JAILLET |
2022-01-13 | atm: iphase: remove redundant pointer skb | Colin Ian King |
2021-08-08 | atm: horizon: Fix spelling mistakes in TX comment | Jun Miao |
2021-07-20 | atm: idt77252: clean up trigraph warning on ??) string | Colin Ian King |
2021-06-30 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2021-06-21 | atm: nicstar: register the interrupt handler in the right place | Zheyu Ma |
2021-06-21 | atm: nicstar: use 'dma_free_coherent' instead of 'kfree' | Zheyu Ma |
2021-05-21 | atm: Fix typo | zuoqilin |
2021-05-17 | atm: fore200e: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2021-05-12 | atm: nicstar: Fix possible use-after-free in nicstar_cleanup() | Zou Wei |
2021-05-11 | atm: iphase: fix possible use-after-free in ia_module_exit() | Zou Wei |
2021-05-10 | atm: Replace custom isprint() with generic analogue | Andy Shevchenko |
2021-05-07 | atm: firestream: Use fallthrough pseudo-keyword | Wei Ming Chen |
2021-04-29 | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2021-04-26 | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2021-04-23 | net/atm: Fix spelling mistake "requed" -> "requeued" | Colin Ian King |
2021-04-14 | atm: idt77252: remove unused function | Jiapeng Chong |
2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2021-03-17 | module: remove never implemented MODULE_SUPPORTED_DEVICE | Leon Romanovsky |
2021-03-17 | atm: eni: Use tasklet_disable_in_atomic() in the send() callback | Sebastian Andrzej Siewior |
2021-03-15 | atm: delete include/linux/atm_suni.h | Alexey Dobriyan |
2021-03-08 | atm: idt77252: fix null-ptr-dereference | Tong Zhang |
2021-03-08 | atm: uPD98402: fix incorrect allocation | Tong Zhang |
2021-03-01 | atm: lanai: dont run lanai_dev_close if not open | Tong Zhang |
2021-03-01 | atm: eni: dont release is never initialized | Tong Zhang |
2021-02-15 | atm: idt77252: fix build broken on amd64 | Tong Zhang |
2020-12-21 | atm: idt77252: call pci_disable_device() on error path | Dan Carpenter |
2020-11-19 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2020-11-18 | atm: lanai: Remove in_interrupt() usage | Sebastian Andrzej Siewior |