summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* atm: eni: Add check for dma_map_singleJiasheng Jiang2022-03-231-0/+2
* atm: firestream: check the return value of ioremap() in fs_init()Jia-Ju Bai2022-03-191-0/+2
* atm: nicstar: register the interrupt handler in the right placeZheyu Ma2021-07-191-9/+9
* atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma2021-07-191-2/+4
* atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei2021-07-191-1/+1
* atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei2021-07-191-1/+1
* atm: idt77252: fix null-ptr-dereferenceTong Zhang2021-03-301-2/+2
* atm: uPD98402: fix incorrect allocationTong Zhang2021-03-301-1/+1
* atm: lanai: dont run lanai_dev_close if not openTong Zhang2021-03-301-1/+4
* atm: eni: dont release is never initializedTong Zhang2021-03-301-1/+2
* atm: idt77252: call pci_disable_device() on error pathDan Carpenter2021-01-121-1/+1
* atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior2020-11-241-0/+2
* atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng2020-10-011-1/+1
* firestream: Fix memleak in fs_openDinghao Liu2020-09-171-0/+1
* atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong2020-08-111-2/+8
* fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki2020-02-241-7/+18
* atm: eni: fix uninitialized variable warningArnd Bergmann2020-02-011-2/+2
* firestream: fix memory leaksWenwen Wang2020-01-291-0/+3
* atm: he: clean up an indentation issueColin Ian King2019-09-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-271-1/+1
|\
| * Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET2019-08-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-2/+6
|\|
| * atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-021-2/+6
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* | Build fixes for skb_frag_size conversionMatthew Wilcox (Oracle)2019-07-241-4/+3
* | atm: Use dev_get_drvdataChuhong Yuan2019-07-231-6/+3
|/
* atm: idt77252: Remove call to memset after dma_alloc_coherentFuqian Huang2019-07-151-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-10/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-13/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 37Thomas Gleixner2019-05-246-96/+6
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-218-0/+8
|\
| * treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-218-0/+8
* | atm: iphase: Avoid copying pointers to user space.Fuqian Huang2019-05-161-6/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-251-1/+1
|\
| * firestream: fix spelling mistake "tramsitted" -> "transmitted"Colin Ian King2019-04-181-1/+1
* | atm: iphase: fix misuse of %xFuqian Huang2019-04-211-2/+2
|/
* atm: he: fix sign-extension overflow on large shiftColin Ian King2019-01-171-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-28/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-281-2/+2
|\
| * firestream: fix spelling mistake: "Inititing" -> "Initializing"Colin Ian King2018-11-271-2/+2
* | atm: Convert to using %pOFn instead of device_node.nameRob Herring2018-11-171-2/+2
|/
* atm: zatm: Fix empty body Clang warningsNathan Chancellor2018-10-181-21/+21
* atm: eni: Move semicolon to a new line after empty for loopNathan Chancellor2018-10-181-1/+2
* fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun2018-10-151-0/+1
* fore200e: fix sbus compileChristoph Hellwig2018-10-121-1/+1
* fore200e: check for dma mapping failuresChristoph Hellwig2018-10-101-0/+13
* fore200e: don't use GFP_DMAChristoph Hellwig2018-10-101-4/+4
* fore200e: devirtualize dma alloc callsChristoph Hellwig2018-10-102-85/+45
* fore200e: devirtualize dma mapping callsChristoph Hellwig2018-10-102-99/+17