summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/hardware/mISDN
AgeCommit message (Expand)AuthorLines
7 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-14/+14
8 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-15/+15
2025-10-31isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()Abdun Nihaal-5/+13
2025-08-25mISDN: hfcpci: Fix warning when deleting uninitialized timerVladimir Riabchun-7/+5
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-4/+4
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-22/+22
2024-11-09mISDN: Fix typosAndrew Kreimer-8/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-07-25mISDN: Fix a use after free in hfcmulti_tx()Dan Carpenter-3/+4
2024-06-10isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+10
2023-10-23isdn: mISDN: hfcsusb: Spelling fix in commentKunwu Chan-1/+1
2023-07-28mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye-5/+5
2023-05-31mISDN: add HAS_IOPORT dependenciesNiklas Schnelle-6/+6
2023-03-24mISDN: remove unused vpm_read_address and cpld_read_reg functionsTom Rix-31/+0
2023-03-24isdn: mISDN: netjet: Remove redundant pci_clear_masterCai Huoqing-1/+0
2022-12-13mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang-6/+13
2022-12-13mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang-4/+9
2022-12-13mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang-4/+8
2022-11-02isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang-1/+1
2022-10-09mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqDuoming Zhou-2/+1
2022-06-22isdn: mISDN: hfcsusb: drop unexpected word "the" in the commentsJiang Jian-1/+1
2022-03-21mISDN: fix typo "frame to short" -> "frame too short"Tong Zhang-3/+3
2022-03-07isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai-1/+5
2021-10-19mISDN: Fix return values of the probe functionZheyu Ma-4/+4
2021-10-09isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma-1/+1
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-18/+21
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-1/+0
2021-05-17isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma-1/+0
2021-05-13isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter-8/+10
2021-05-13Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman-3/+0
2021-05-13isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter-8/+16
2021-05-13Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Greg Kroah-Hartman-4/+1
2021-05-11mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei-1/+1
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu-5/+2
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2021-03-22misdn: avoid -Wempty-body warningArnd Bergmann-2/+0
2021-03-11isdn: remove extra spaces in the header fileTong Zhang-7/+7
2021-03-11mISDN: fix crash in fritzpciTong Zhang-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-10/+9
2020-07-20mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET-9/+11
2020-06-18mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva-2/+1
2020-04-16mISDN: make dmril and dmrim staticJason Yan-2/+2
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-4/+3
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-33/+32
2019-11-20isdn: Fix Kconfig indentationKrzysztof Kozlowski-1/+1
2019-11-03mISDN: remove unused variable 'faxmodulation_s'YueHaibing-1/+0
2019-10-28isdn: hfcsusb: Spelling and grammar fixesGeert Uytterhoeven-2/+2
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang-33/+32
2019-08-22mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring-24/+12
2019-07-31isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stackJuliana Rodrigueiro-1/+11