aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Gravatar Steven Rostedt (Google) 2-4/+4
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-14/+30
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2022-12-13mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-6/+13
2022-12-13mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-4/+9
2022-12-13mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-4/+8
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-24driver core: make struct class.dev_uevent() take a const *Gravatar Greg Kroah-Hartman 1-2/+2
2022-11-14mISDN: fix misuse of put_device() in mISDN_register_device()Gravatar Wang ShaoBo 1-1/+1
2022-11-11mISDN: fix possible memory leak in mISDN_dsp_element_register()Gravatar Yang Yingliang 1-1/+2
2022-11-02isdn: mISDN: netjet: fix wrong check of device registrationGravatar Yang Yingliang 1-1/+1
2022-11-02mISDN: fix possible memory leak in mISDN_register_device()Gravatar Yang Yingliang 1-2/+3
2022-10-09mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqGravatar Duoming Zhou 1-2/+1
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-6/+8
2022-09-30mISDN: fix use-after-free bugs in l1oip timer handlersGravatar Duoming Zhou 2-6/+8
2022-08-22isdn: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-2/+2
2022-06-22isdn: mISDN: hfcsusb: drop unexpected word "the" in the commentsGravatar Jiang Jian 1-1/+1
2022-04-06net: remove noblock parameter from skb_recv_datagram()Gravatar Oliver Hartkopp 1-1/+1
2022-03-21mISDN: fix typo "frame to short" -> "frame too short"Gravatar Tong Zhang 2-3/+3
2022-03-07isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Gravatar Jia-Ju Bai 1-1/+5
2022-03-05mISDN: Fix memory leak in dsp_pipeline_build()Gravatar Alexey Khoroshilov 1-3/+3
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-7/+7
2021-12-28mISDN: change function names to avoid conflictsGravatar wolfgang huang 3-7/+7
2021-12-13isdn: cpai: no need to initialise statics to 0Gravatar Jason Wang 1-1/+1
2021-10-19mISDN: Fix return values of the probe functionGravatar Zheyu Ma 1-4/+4
2021-10-09isdn: mISDN: Fix sleeping function called from invalid contextGravatar Zheyu Ma 1-1/+1
2021-10-08isdn: cpai: check ctr->cnr to avoid array index out of boundGravatar Xiaolong Huang 1-0/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-2/+2
2021-07-27tty: stop using alloc_tty_driverGravatar Jiri Slaby 1-6/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-36/+4
2021-05-31Merge 5.13-rc4 into tty-nextGravatar Greg Kroah-Hartman 3-18/+21
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-18/+21
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+0
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationGravatar Zhen Lei 1-44/+2
2021-05-17isdn: mISDN: netjet: Fix crash in nj_probe:Gravatar Zheyu Ma 1-1/+0
2021-05-13isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoGravatar Phillip Potter 1-8/+10
2021-05-13Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Gravatar Greg Kroah-Hartman 1-3/+0
2021-05-13isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioGravatar Phillip Potter 1-8/+16
2021-05-13isdn: capi, drop useless pr_debugsGravatar Jiri Slaby 1-7/+0
2021-05-13isdn: capi, remove optional tty opsGravatar Jiri Slaby 1-13/+0
2021-05-13tty: remove empty tty_operations::set_termiosGravatar Jiri Slaby 1-6/+0
2021-05-13tty: remove empty tty_operations::flush_bufferGravatar Jiri Slaby 1-6/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-13Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Gravatar Greg Kroah-Hartman 1-4/+1
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-3/+3
2021-05-11mISDN: fix possible use-after-free in HFC_cleanup()Gravatar Zou Wei 1-1/+1
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 1-0/+1
2021-03-30mISDN: Use LIST_HEAD() for list_headGravatar Shixin Liu 2-8/+3