summaryrefslogtreecommitdiff
path: root/drivers/atm
AgeCommit message (Expand)Author
2021-07-20atm: nicstar: register the interrupt handler in the right placeZheyu Ma
2021-07-20atm: nicstar: use 'dma_free_coherent' instead of 'kfree'Zheyu Ma
2021-07-20atm: nicstar: Fix possible use-after-free in nicstar_cleanup()Zou Wei
2021-07-20atm: iphase: fix possible use-after-free in ia_module_exit()Zou Wei
2021-03-30atm: idt77252: fix null-ptr-dereferenceTong Zhang
2021-03-30atm: uPD98402: fix incorrect allocationTong Zhang
2021-03-30atm: lanai: dont run lanai_dev_close if not openTong Zhang
2021-03-30atm: eni: dont release is never initializedTong Zhang
2021-01-12atm: idt77252: call pci_disable_device() on error pathDan Carpenter
2020-11-24atm: nicstar: Unmap DMA on send errorSebastian Andrzej Siewior
2020-10-01atm: eni: fix the missed pci_disable_device() for eni_init_one()Jing Xiangfeng
2020-09-23firestream: Fix memleak in fs_openDinghao Liu
2020-08-21atm: fix atm_dev refcnt leaks in atmtcp_remove_persistentXin Xiong
2020-02-05atm: eni: fix uninitialized variable warningArnd Bergmann
2020-01-29firestream: fix memory leaksWenwen Wang
2019-11-28atm: zatm: Fix empty body Clang warningsNathan Chancellor
2019-09-21Kconfig: Fix the reference to the IDT77105 Phy driver in the description of A...Christophe JAILLET
2019-08-11atm: iphase: Fix Spectre v1 vulnerabilityGustavo A. R. Silva
2019-02-27atm: he: fix sign-extension overflow on large shiftColin Ian King
2018-07-22atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva
2018-06-26atm: zatm: fix memcmp castingIvan Bornyakov
2018-05-16atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva
2017-12-14atm: horizon: Fix irq release errorArvind Yadav
2016-12-05atm: fix improper return valuePan Bian
2016-12-05atm: lanai: set error code when ioremap failsPan Bian
2016-09-15atm: iphase: fix newline escape and minor tweak to source formattingColin Ian King
2016-09-10ATM-ZeitNet: Fix indentation for one DPRINTK() call in start_rx()Markus Elfring
2016-09-10ATM-ZeitNet: Replace one kzalloc() call by kcalloc()Markus Elfring
2016-09-10ATM-ZeitNet: Improve a size determination in zatm_open()Markus Elfring
2016-09-10ATM-ZeitNet: Use kmalloc_array() in start_tx()Markus Elfring
2016-09-10ATM-nicstar: Refactor a dev_alloc_skb() call in dequeue_rx()Markus Elfring
2016-09-10ATM-nicstar: Refactor a kmalloc() call in ns_init_card()Markus Elfring
2016-09-10ATM-nicstar: Improve another size determination in ns_init_card()Markus Elfring
2016-09-10ATM-nicstar: Improve another size determination in get_scq()Markus Elfring
2016-09-10ATM-nicstar: Use kmalloc_array() in get_scq()Markus Elfring
2016-09-09ATM-iphase: Use kmalloc_array() in tx_init()Markus Elfring
2016-09-09ATM-ForeRunnerHE: Use kmalloc_array() in he_init_group()Markus Elfring
2016-09-09ATM-ENI: Use kmalloc_array() in eni_start()Markus Elfring
2016-08-18atm: fore200e: Do not drop const qualifierLABBE Corentin
2016-07-19drivers: atm: nicstar: Use the correct function to free some resourcesChristophe Jaillet
2016-07-01atm: horizon: Use setup_timerAmitoj Kaur Chawla
2016-05-31atm: iphase: off by one in rx_pkt()Dan Carpenter
2016-05-31atm: firestream: add more reserved stringsDan Carpenter
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-15treewide: Fix typo in printkMasanari Iida
2015-12-29atm: solos-pci: use to_pci_dev()Geliang Tang
2015-12-05atm: solos-pci: Replace simple_strtol by kstrtointLABBE Corentin
2015-10-12atm: iphase: fix misleading indentionTillmann Heidsieck
2015-10-12atm: iphase: return -ENOMEM instead of -1 in case of failed kmalloc()Tillmann Heidsieck
2015-09-17solos-pci: Increase headroom on received packetsDavid Woodhouse