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
2023-01-14mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-14mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang
2023-01-14mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang
2022-11-25mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo
2022-11-25mISDN: 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-03-16mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei
2022-01-11mISDN: change function names to avoid conflictswolfgang huang
2021-11-18mISDN: Fix return values of the probe functionZheyu Ma
2021-10-27isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma
2021-10-27isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang
2021-07-19mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei
2021-06-16isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma
2021-06-03isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter
2021-06-03Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman
2021-06-03isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter
2021-06-03Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Greg Kroah-Hartman
2021-05-22isdn: capi: fix mismatched prototypesArnd Bergmann
2021-04-10mISDN: fix crash in fritzpciTong Zhang
2021-01-19misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-24mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-13isdn/capi: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-18mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-04-16mISDN: make dmril and dmrim staticJason Yan
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2019-12-17isdn: don't mark kcapi_proc_exit as __exitArnd Bergmann
2019-12-11isdn: capi: dead code removalArnd Bergmann
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-20isdn: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-03mISDN: remove unused variable 'faxmodulation_s'YueHaibing
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28isdn: hfcsusb: Spelling and grammar fixesGeert Uytterhoeven
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang
2019-09-24mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller