summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-252-4/+4
* Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-12-213-14/+30
|\
| * mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-131-6/+13
| * mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-131-4/+9
| * mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-131-4/+8
* | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-161-2/+2
|\ \ | |/ |/|
| * driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-241-2/+2
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* mISDN: fix misuse of put_device() in mISDN_register_device()Wang ShaoBo2022-11-141-1/+1
* mISDN: fix possible memory leak in mISDN_dsp_element_register()Yang Yingliang2022-11-111-1/+2
* isdn: mISDN: netjet: fix wrong check of device registrationYang Yingliang2022-11-021-1/+1
* mISDN: fix possible memory leak in mISDN_register_device()Yang Yingliang2022-11-021-2/+3
* mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirqDuoming Zhou2022-10-091-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-10-032-6/+8
|\
| * mISDN: fix use-after-free bugs in l1oip timer handlersDuoming Zhou2022-09-302-6/+8
* | isdn: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
|/
* isdn: mISDN: hfcsusb: drop unexpected word "the" in the commentsJiang Jian2022-06-221-1/+1
* net: remove noblock parameter from skb_recv_datagram()Oliver Hartkopp2022-04-061-1/+1
* mISDN: fix typo "frame to short" -> "frame too short"Tong Zhang2022-03-212-3/+3
* isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()Jia-Ju Bai2022-03-071-1/+5
* mISDN: Fix memory leak in dsp_pipeline_build()Alexey Khoroshilov2022-03-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-303-7/+7
|\
| * mISDN: change function names to avoid conflictswolfgang huang2021-12-283-7/+7
* | isdn: cpai: no need to initialise statics to 0Jason Wang2021-12-131-1/+1
|/
* mISDN: Fix return values of the probe functionZheyu Ma2021-10-191-4/+4
* isdn: mISDN: Fix sleeping function called from invalid contextZheyu Ma2021-10-091-1/+1
* isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang2021-10-081-0/+5
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-6/+4
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-36/+4
|\
| * Merge 5.13-rc4 into tty-nextGreg Kroah-Hartman2021-05-313-18/+21
| |\
| * | isdn: capi, drop useless pr_debugsJiri Slaby2021-05-131-7/+0
| * | isdn: capi, remove optional tty opsJiri Slaby2021-05-131-13/+0
| * | tty: remove empty tty_operations::set_termiosJiri Slaby2021-05-131-6/+0
| * | tty: remove empty tty_operations::flush_bufferJiri Slaby2021-05-131-6/+0
| * | tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * | tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-273-18/+21
|\ \ \ | | |/ | |/|
| * | Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-261-1/+0
| |\ \
| | * | isdn: mISDN: netjet: Fix crash in nj_probe:Zheyu Ma2021-05-171-1/+0
| | |/
| * | isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoPhillip Potter2021-05-131-8/+10
| * | Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Greg Kroah-Hartman2021-05-131-3/+0
| * | isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioPhillip Potter2021-05-131-8/+16
| * | Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Greg Kroah-Hartman2021-05-131-4/+1
| |/
* | mISDN: Remove obsolete PIPELINE_DEBUG debugging informationZhen Lei2021-05-201-44/+2
* | mISDN: fix possible use-after-free in HFC_cleanup()Zou Wei2021-05-111-1/+1
|/
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* mISDN: Use LIST_HEAD() for list_headShixin Liu2021-03-302-8/+3