summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* atm: iphase: remove redundant pointer skbColin Ian King2022-01-131-3/+1
* atm: horizon: Fix spelling mistakes in TX commentJun Miao2021-08-081-3/+3
* atm: idt77252: clean up trigraph warning on ??) stringColin Ian King2021-07-201-1/+1
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-304-19/+23
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-291-11/+13
| |\
| | * atm: nicstar: register the interrupt handler in the right placeZheyu Ma2021-06-211-9/+9
| | * atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma2021-06-211-2/+4
| * | atm: Fix typozuoqilin2021-05-211-1/+1
| * | atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei2021-05-121-1/+1
| * | atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei2021-05-111-1/+1
| * | atm: Replace custom isprint() with generic analogueAndy Shevchenko2021-05-102-5/+7
| |/
* / atm: fore200e: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
|/
* atm: firestream: Use fallthrough pseudo-keywordWei Ming Chen2021-05-071-0/+1
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-294-9/+1
|\
| * net/atm: Fix spelling mistake "requed" -> "requeued"Colin Ian King2021-04-231-1/+1
| * atm: idt77252: remove unused functionJiapeng Chong2021-04-141-6/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-2/+0
| |\
| * | atm: delete include/linux/atm_suni.hAlexey Dobriyan2021-03-152-2/+0
* | | Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-04-261-1/+1
|\ \ \ | |_|/ |/| |
| * | atm: eni: Use tasklet_disable_in_atomic() in the send() callbackSebastian Andrzej Siewior2021-03-171-1/+1
* | | module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-171-2/+0
| |/ |/|
* | atm: idt77252: fix null-ptr-dereferenceTong Zhang2021-03-081-2/+2
* | atm: uPD98402: fix incorrect allocationTong Zhang2021-03-081-1/+1
* | atm: lanai: dont run lanai_dev_close if not openTong Zhang2021-03-011-1/+4
* | atm: eni: dont release is never initializedTong Zhang2021-03-011-1/+2
|/
* atm: idt77252: fix build broken on amd64Tong Zhang2021-02-152-11/+2
* atm: idt77252: call pci_disable_device() on error pathDan Carpenter2020-12-211-1/+1
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-0/+2
|\
| * atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior2020-11-181-0/+2
* | atm: lanai: Remove in_interrupt() usageSebastian Andrzej Siewior2020-11-181-2/+1
* | atm: nicstar: Replace in_interrupt() usageSebastian Andrzej Siewior2020-11-181-6/+18
|/
* atm: atmtcp: Constify atmtcp_v_dev_opsRikard Falkeborn2020-09-281-1/+1
* atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng2020-09-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-0/+1
|\
| * firestream: Fix memleak in fs_openDinghao Liu2020-08-241-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-236-14/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0510-131/+14
|\
| * atm: idt77252: avoid accessing the data mapped to streaming DMAJia-Ju Bai2020-08-031-4/+5
| * atm: eni: avoid accessing the data mapped to streaming DMAJia-Ju Bai2020-08-031-1/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-2/+8
| |\
| * | net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-198-122/+0
| * | atm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
| * | docs: networking: move ATM drivers to the hw driver sectionJakub Kicinski2020-06-261-3/+5
* | | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\ \ \ | |_|/ |/| |
| * | treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
| |/
* / atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong2020-07-301-2/+8
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-9/+9
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* docs: networking: convert iphase.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1