summaryrefslogtreecommitdiff
path: root/drivers/isdn/hardware
AgeCommit message (Expand)AuthorFilesLines
2025-12-07isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()Abdun Nihaal1-5/+13
2024-08-19mISDN: Fix a use after free in hfcmulti_tx()Dan Carpenter1-3/+4
2023-08-11mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye1-5/+5
2023-01-14mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-6/+13
2023-01-14mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-4/+9
2023-01-14mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang1-4/+8
2022-11-10isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang1-1/+1
2022-03-16isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai1-1/+5
2021-11-18mISDN: Fix return values of the probe functionZheyu Ma1-4/+4
2021-10-27isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma1-1/+1
2021-07-19mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei1-1/+1
2021-06-16isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma1-1/+0
2021-06-03isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter1-8/+10
2021-06-03Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman1-3/+0
2021-06-03isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter1-8/+16
2021-06-03Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Greg Kroah-Hartman1-4/+1
2021-04-10mISDN: fix crash in fritzpciTong Zhang1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva7-10/+9
2020-07-21mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-9/+11
2020-06-19mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva1-2/+1
2020-04-16mISDN: make dmril and dmrim staticJason Yan1-2/+2
2019-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-4/+3
2019-11-26Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds8-33/+32
2019-11-20isdn: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-04mISDN: remove unused variable 'faxmodulation_s'YueHaibing1-1/+0
2019-10-28isdn: hfcsusb: Spelling and grammar fixesGeert Uytterhoeven1-2/+2
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang8-33/+32
2019-08-23mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring6-24/+12
2019-07-31isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro1-1/+11
2019-07-27isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch...Jia-Ju Bai1-0/+1
2019-07-15ISDN: hfcsusb: checking idx of ep configurationPhong Tran1-0/+3
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-230/+16
2019-06-03Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a...David S. Miller19-5674/+694
2019-05-31isdn: move capi drivers to stagingArnd Bergmann14-5671/+0
2019-05-31isdn: hdlc: move into mISDNArnd Bergmann5-3/+720
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176Thomas Gleixner12-170/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner4-60/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner4-0/+4
2019-04-24isdn:mISDN: fix misuse of %x in hfcpci.cFuqian Huang1-3/+3
2019-03-19mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-03-13isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu1-0/+9
2019-03-10isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu1-1/+4
2019-03-04isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki1-0/+3
2019-01-19isdn: avm: Fix string plus integer warning from ClangNathan Chancellor1-1/+1
2019-01-12mISDN: hfcsusb: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2018-11-12PCI: add USR vendor id and use it in r8169 and w6692 driverHeiner Kallweit1-3/+0
2018-11-06ISDN: eicon: Remove driverOlof Johansson84-41748/+0
2018-07-27isdn: mISDN: netjet: Replace GFP_ATOMIC with GFP_KERNEL in nj_probe()Jia-Ju Bai1-1/+1
2018-07-27isdn: mISDN: hfcpci: Replace GFP_ATOMIC with GFP_KERNEL in hfc_probe()Jia-Ju Bai1-1/+1
2018-07-04isdn: mark expected switch fall-throughsGustavo A. R. Silva4-0/+7