aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn
AgeCommit message (Expand)Author
2023-08-16mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor
2023-08-11mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye
2022-12-31mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-31mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-12-31mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-26mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo
2022-11-26mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang
2022-11-10isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang
2022-11-10mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang
2022-10-26mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou
2022-03-16isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai
2022-03-16mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov
2022-01-11mISDN: change function names to avoid conflictswolfgang huang
2021-10-19mISDN: Fix return values of the probe functionZheyu Ma
2021-10-09isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma
2021-10-08isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-05-31Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei
2021-05-17isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma
2021-05-13isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter
2021-05-13Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman
2021-05-13isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter
2021-05-13isdn: capi, drop useless pr_debugsJiri Slaby
2021-05-13isdn: capi, remove optional tty opsJiri Slaby
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2021-05-11mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-03-30mISDN: Use LIST_HEAD() for list_headShixin Liu
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockShixin Liu
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-03-22isdn: capi: fix mismatched prototypesArnd Bergmann
2021-03-22misdn: avoid -Wempty-body warningArnd Bergmann
2021-03-11isdn: remove extra spaces in the header fileTong Zhang
2021-03-11mISDN: fix crash in fritzpciTong Zhang
2021-03-10isdn: mISDN: remove unneeded variable 'ret'Yang Li
2021-03-10drivers: isdn: mISDN: fix spelling typo of 'wheter'Wang Qing
2021-01-05misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva