summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: networking: convert fore200e.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* .gitignore: remove too obvious commentsMasahiro Yamada2020-03-251-1/+0
* atm: nicstar: fix if-statement empty body warningRandy Dunlap2020-02-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-7/+18
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-0/+3
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-2/+2
| |\ \
| * | | fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki2019-12-161-7/+18
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-271-7/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-7/+1
| |/ /
* | / firestream: fix memory leaksWenwen Wang2020-01-251-0/+3
| |/ |/|
* | atm: eni: fix uninitialized variable warningArnd Bergmann2020-01-081-2/+2
|/
* atm: remove unneeded semicolonYueHaibing2019-10-281-1/+1
* 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