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