summaryrefslogtreecommitdiffstats
path: root/drivers/atm
Commit message (Expand)AuthorAgeFilesLines
* 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-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: 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
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-032-1/+3
|\
| * atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva2018-06-301-0/+2
| * atm: iphase: fix a 64 bit bugDan Carpenter2018-06-301-1/+1
* | atm: zatm: remove redundant pointer zatm_devColin Ian King2018-07-021-2/+0
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* atm: zatm: fix memcmp castingIvan Bornyakov2018-05-291-2/+2
* firestream: fix spelling mistake: "reseverd" -> "reserved"Colin Ian King2018-05-101-1/+1
* atm: zatm: Fix potential Spectre v1Gustavo A. R. Silva2018-05-041-0/+3
* atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"Colin Ian King2018-04-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+1
|\
| * atm: iphase: fix spelling mistake: "Receiverd" -> "Received"Colin Ian King2018-03-301-1/+1
* | atm: idt77252: remove redundant bit-wise or'ing of zeroColin Ian King2018-02-231-8/+4
|/
* atm: he: use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva2018-02-081-4/+4
* atm: eni: fix several indentation issuesColin Ian King2017-11-301-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-294-8/+8
|\
| * atm: suni: remove extraneous space to fix indentationColin Ian King2017-11-281-1/+1
| * atm: lanai: use %p to format kernel addresses instead of %xColin Ian King2017-11-281-4/+4
| * atm: fore200e: use %pK to format kernel addresses instead of %xColin Ian King2017-11-281-2/+2
| * ambassador: fix incorrect indentation of assignment statementColin Ian King2017-11-281-1/+1
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-216-21/+20
* | treewide: init_timer() -> setup_timer()Kees Cook2017-11-213-9/+3
* | treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-212-6/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-157-21/+31
|\
| * atm: horizon: Fix irq release errorArvind Yadav2017-11-141-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0416-0/+16
| |\
| * | atm: iphase: Fix space before '[' error.Arvind Yadav2017-11-011-3/+3
| * | atm: idt77252: Convert timers to use timer_setup()Kees Cook2017-10-182-9/+15
| * | drivers/atm/suni: Convert timers to use timer_setup()Kees Cook2017-10-181-6/+4
| * | atm: fore200e: mark expected switch fall-throughsGustavo A. R. Silva2017-10-141-0/+8