summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove uninitialized_var() usageKees Cook2023-08-111-1/+1
* atm: idt77252: fix kmemleak when rmmod idt77252Li Zetao2023-04-051-0/+11
* atm: idt77252: fix use-after-free bugs caused by tst_timerDuoming Zhou2022-08-251-0/+1
* 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-231-0/+2
* atm: nicstar: register the interrupt handler in the right placeZheyu Ma2021-07-201-9/+9
* atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma2021-07-201-2/+4
* atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei2021-07-201-1/+1
* atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei2021-07-201-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-231-0/+1
* atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong2020-08-211-2/+8
* fore200e: Fix incorrect checks of NULL pointer dereferenceAditya Pakki2020-02-281-7/+18
* atm: eni: fix uninitialized variable warningArnd Bergmann2020-02-051-2/+2
* firestream: fix memory leaksWenwen Wang2020-01-291-0/+3
* atm: zatm: Fix empty body Clang warningsNathan Chancellor2019-12-011-21/+21
* Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET2019-09-211-1/+1
* atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2019-08-091-2/+6
* atm: he: fix sign-extension overflow on large shiftColin Ian King2019-02-271-1/+1
* atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva2018-07-221-0/+2
* atm: zatm: fix memcmp castingIvan Bornyakov2018-07-081-2/+2
* atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva2018-05-161-0/+3
* atm: horizon: Fix irq release errorArvind Yadav2017-12-141-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0216-0/+16
* atm: make atmdev_ops constBhumika Goyal2017-08-096-6/+6
* atm: solos-pci: constify attribute_group structuresAmitoj Kaur Chawla2017-08-021-2/+2
* atm: adummy: constify attribute_group structureAmitoj Kaur Chawla2017-08-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-1/+1
|\
| * atm: zatm: Fix an error handling path in 'zatm_init_one()'Christophe Jaillet2017-07-181-1/+1
* | atm: idt77252: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: eni: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: firestream: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: zatm: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: lanai: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: solos-pci: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: horizon: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: he: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: nicstar: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: fore200e: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: ambassador: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
* | atm: iphase: constify pci_device_id.Arvind Yadav2017-07-161-1/+1
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-013-14/+4
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-8/+8