summaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
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-25mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo1-1/+1
2022-11-25mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang1-1/+2
2022-11-10isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang1-1/+1
2022-11-10mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang1-2/+3
2022-10-26mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2-6/+8
2022-03-16isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai1-1/+5
2022-03-16mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov1-3/+3
2022-03-16mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei1-44/+2
2022-01-11mISDN: change function names to avoid conflictswolfgang huang3-7/+7
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-10-27isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang1-0/+5
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-05-22isdn: capi: fix mismatched prototypesArnd Bergmann1-2/+2
2021-04-10mISDN: fix crash in fritzpciTong Zhang1-1/+1
2021-01-19misdn: dsp: select CONFIG_BITREVERSEArnd Bergmann1-0/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva8-11/+10
2020-07-25mISDN: Don't try to print a sockptr_t from debug logging code.David S. Miller1-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-21mISDN: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-9/+11
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-14isdn/capi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-06-19mISDN: hfcsusb: Use struct_size() helperGustavo A. R. Silva1-2/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-04-16mISDN: make dmril and dmrim staticJason Yan1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-3/+3
2019-12-17isdn: don't mark kcapi_proc_exit as __exitArnd Bergmann1-1/+1
2019-12-11isdn: capi: dead code removalArnd Bergmann9-912/+179
2019-12-02Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+31
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 Torvalds9-37/+35
2019-11-20isdn: Fix Kconfig indentationKrzysztof Kozlowski1-1/+1
2019-11-04mISDN: remove unused variable 'faxmodulation_s'YueHaibing1-1/+0
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-28isdn: hfcsusb: Spelling and grammar fixesGeert Uytterhoeven1-2/+2
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann1-0/+31
2019-10-18idsn: Use pr_warn instead of pr_warningKefeng Wang9-37/+35
2019-09-24mISDN: enforce CAP_NET_RAW for raw socketsOri Nimron1-0/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+9
2019-09-07isdn/capi: check message length in capi_write()Eric Biggers1-1/+9
2019-08-23mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring10-40/+20