| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-23 | net: remove ISDN subsystem and Bluetooth CMTP | Jakub Kicinski | 64 | -41592/+0 |
| 2026-02-21 | Convert more 'alloc_obj' cases to default GFP_KERNEL arguments | Linus Torvalds | 1 | -2/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 15 | -28/+28 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 20 | -43/+43 |
| 2026-01-20 | mISDN: annotate data-race around dev->work | Eric Dumazet | 1 | -5/+8 |
| 2025-11-10 | isdn: kcapi: add WQ_PERCPU to alloc_workqueue users | Marco Crivellari | 1 | -1/+1 |
| 2025-11-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+13 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 2 | -3/+3 |
| 2025-10-31 | isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe() | Abdun Nihaal | 1 | -5/+13 |
| 2025-08-29 | mISDN: Fix memory leak in dsp_hwec_enable() | Miaoqian Lin | 1 | -3/+3 |
| 2025-08-25 | mISDN: hfcpci: Fix warning when deleting uninitialized timer | Vladimir Riabchun | 1 | -7/+5 |
| 2025-06-17 | tty: introduce and use tty_port_tty_vhangup() helper | Jiri Slaby (SUSE) | 1 | -7/+1 |
| 2025-06-08 | treewide, timers: Rename from_timer() to timer_container_of() | Ingo Molnar | 8 | -10/+10 |
| 2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 8 | -29/+29 |
| 2024-12-11 | isdn: Remove unused get_Bprotocol4id() | Dr. David Alan Gilbert | 2 | -15/+0 |
| 2024-11-09 | mISDN: Fix typos | Andrew Kreimer | 1 | -8/+8 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 2 | -2/+0 |
| 2024-09-08 | treewide: Fix wrong singular form of jiffies in comments | Anna-Maria Behnsen | 1 | -1/+1 |
| 2024-07-25 | mISDN: Fix a use after free in hfcmulti_tx() | Dan Carpenter | 1 | -3/+4 |
| 2024-06-10 | isdn: add missing MODULE_DESCRIPTION() macros | Jeff Johnson | 13 | -0/+13 |
| 2024-05-27 | mISDN: remove unused struct 'bf_ctx' | Dr. David Alan Gilbert | 1 | -5/+0 |
| 2024-04-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+5 |
| 2024-04-09 | mISDN: fix MISDN_TIME_STAMP handling | Eric Dumazet | 1 | -5/+5 |
| 2024-04-05 | isdn: kcapi: don't build unused procfs code | Arnd Bergmann | 2 | -3/+7 |
| 2024-03-07 | isdn: capi: make capi_class constant | Ricardo B. Marliere | 1 | -9/+12 |
| 2024-03-07 | isdn: mISDN: make elements_class constant | Ricardo B. Marliere | 1 | -6/+10 |
| 2023-12-08 | tty: make tty_operations::send_xchar accept u8 char | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2023-10-30 | Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -3/+3 |
| 2023-10-23 | isdn: mISDN: hfcsusb: Spelling fix in comment | Kunwu Chan | 1 | -1/+1 |
| 2023-10-02 | isdn: kcapi: replace deprecated strncpy with strscpy_pad | Justin Stitt | 1 | -2/+2 |
| 2023-10-02 | isdn: replace deprecated strncpy with strscpy | Justin Stitt | 1 | -1/+1 |
| 2023-08-20 | Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p... | Greg Kroah-Hartman | 4 | -8/+8 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -2/+3 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::put_char() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -2/+1 |
| 2023-08-03 | mISDN: Update parameter type of dsp_cmx_send() | Nathan Chancellor | 3 | -3/+3 |
| 2023-07-28 | mISDN: hfcpci: Fix potential deadlock on &hc->lock | Chengfeng Ye | 1 | -5/+5 |
| 2023-05-31 | mISDN: add HAS_IOPORT dependencies | Niklas Schnelle | 2 | -7/+6 |
| 2023-05-05 | Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 1 | -13/+2 |
| 2023-04-28 | mISDN: Use list_count_nodes() | Christophe JAILLET | 1 | -13/+2 |
| 2023-04-27 | Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -9/+2 |
| 2023-03-30 | mISDN: remove unneeded mISDN_class_release() | Greg Kroah-Hartman | 1 | -6/+0 |
| 2023-03-24 | mISDN: remove unused vpm_read_address and cpld_read_reg functions | Tom Rix | 1 | -31/+0 |
| 2023-03-24 | isdn: mISDN: netjet: Remove redundant pci_clear_master | Cai Huoqing | 1 | -1/+0 |
| 2023-03-17 | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2 | -2/+2 |
| 2023-03-17 | drivers: remove struct module * setting from struct class | Greg Kroah-Hartman | 1 | -1/+0 |
| 2022-12-25 | 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-13 | mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 1 | -6/+13 |
| 2022-12-13 | mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 1 | -4/+9 |
| 2022-12-13 | 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-11 | 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-03 | 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-22 | isdn: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -2/+2 |
| 2022-06-22 | 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-08 | isdn: cpai: check ctr->cnr to avoid array index out of bound | Xiaolong Huang | 1 | -0/+5 |
| 2021-09-03 | 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-05 | 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-26 | 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-17 | 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-11 | mISDN: fix possible use-after-free in HFC_cleanup() | Zou Wei | 1 | -1/+1 |
| 2021-05-06 | 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 |
| 2021-03-30 | mISDN: Use DEFINE_SPINLOCK() for spinlock | Shixin Liu | 3 | -9/+4 |
| 2021-03-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -3/+3 |
| 2021-03-22 | isdn: capi: fix mismatched prototypes | Arnd Bergmann | 1 | -2/+2 |
| 2021-03-22 | misdn: avoid -Wempty-body warning | Arnd Bergmann | 1 | -2/+0 |
| 2021-03-11 | isdn: remove extra spaces in the header file | Tong Zhang | 1 | -7/+7 |
| 2021-03-11 | mISDN: fix crash in fritzpci | Tong Zhang | 1 | -1/+1 |
| 2021-03-10 | isdn: mISDN: remove unneeded variable 'ret' | Yang Li | 1 | -2/+1 |
| 2021-03-10 | drivers: isdn: mISDN: fix spelling typo of 'wheter' | Wang Qing | 1 | -1/+1 |
| 2021-01-05 | misdn: dsp: select CONFIG_BITREVERSE | Arnd Bergmann | 1 | -0/+1 |
| 2020-11-23 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 1 | -0/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 8 | -11/+10 |
| 2020-07-24 | mISDN: Don't try to print a sockptr_t from debug logging code. | David S. Miller | 1 | -2/+2 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -2/+2 |
| 2020-07-20 | mISDN: switch from 'pci_' to 'dma_' API | Christophe JAILLET | 2 | -9/+11 |
| 2020-07-19 | net: make ->{get,set}sockopt in proto_ops optional | Christoph Hellwig | 1 | -2/+0 |
| 2020-07-13 | isdn/capi: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
| 2020-06-18 | mISDN: hfcsusb: Use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+1 |
| 2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
| 2020-04-16 | mISDN: make dmril and dmrim static | Jason Yan | 1 | -2/+2 |
| 2020-02-04 | proc: convert everything to "struct proc_ops" | Alexey Dobriyan | 1 | -3/+3 |
| 2019-12-17 | isdn: don't mark kcapi_proc_exit as __exit | Arnd Bergmann | 1 | -1/+1 |
| 2019-12-11 | isdn: capi: dead code removal | Arnd Bergmann | 9 | -912/+179 |
| 2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+31 |
| 2019-11-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 3 | -4/+3 |
| 2019-11-25 | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 9 | -37/+35 |
| 2019-11-20 | isdn: Fix Kconfig indentation | Krzysztof Kozlowski | 1 | -1/+1 |
| 2019-11-03 | mISDN: remove unused variable 'faxmodulation_s' | YueHaibing | 1 | -1/+0 |
| 2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
| 2019-10-28 | isdn: hfcsusb: Spelling and grammar fixes | Geert Uytterhoeven | 1 | -2/+2 |
| 2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -1/+1 |
| 2019-10-23 | compat_ioctl: move isdn/capi ioctl translation into driver | Arnd Bergmann | 1 | -0/+31 |
| 2019-10-18 | idsn: Use pr_warn instead of pr_warning | Kefeng Wang | 9 | -37/+35 |
| 2019-09-24 | mISDN: enforce CAP_NET_RAW for raw sockets | Ori Nimron | 1 | -0/+2 |
| 2019-09-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+9 |
| 2019-09-07 | isdn/capi: check message length in capi_write() | Eric Biggers | 1 | -1/+9 |
| 2019-08-22 | mISDN: Delete unnecessary checks before the macro call “dev_kfree_skb” | Markus Elfring | 10 | -40/+20 |
| 2019-07-31 | isdn: hfcsusb: Fix mISDN driver crash caused by transfer buffer on the stack | Juliana Rodrigueiro | 1 | -1/+11 |
| 2019-07-27 | isdn: mISDN: hfcsusb: Fix possible null-pointer dereferences in start_isoc_ch... | Jia-Ju Bai | 1 | -0/+1 |
| 2019-07-15 | ISDN: hfcsusb: checking idx of ep configuration | Phong Tran | 1 | -0/+3 |
| 2019-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 183 | -101477/+100 |
| 2019-06-14 | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet | 67 | -760/+281 |
| 2019-06-08 | isdn: mISDN: remove a bogus reference to a non-existing doc | Mauro Carvalho Chehab | 1 | -2/+0 |
| 2019-06-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 32 | -398/+32 |
| 2019-06-02 | Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/a... | David S. Miller | 183 | -101530/+100 |
| 2019-05-31 | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g... | Linus Torvalds | 46 | -465/+46 |
| 2019-05-31 | isdn: move capi drivers to staging | Arnd Bergmann | 46 | -22765/+22 |
| 2019-05-31 | isdn: hdlc: move into mISDN | Arnd Bergmann | 7 | -11/+91 |
| 2019-05-31 | isdn: remove isdn4linux | Arnd Bergmann | 34 | -22573/+0 |
| 2019-05-31 | isdn: remove hisax driver | Arnd Bergmann | 102 | -55481/+0 |
| 2019-05-31 | isdn: gigaset: remove i4l support | Arnd Bergmann | 3 | -707/+7 |
| 2019-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -215/+215 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 176 | Thomas Gleixner | 12 | -170/+12 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174 | Thomas Gleixner | 14 | -140/+14 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153 | Thomas Gleixner | 7 | -103/+7 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 13 | -52/+13 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 90 | Thomas Gleixner | 2 | -36/+2 |
| 2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 3 | -44/+3 |
| 2019-05-22 | mISDN: make sure device name is NUL terminated | Dan Carpenter | 1 | -2/+3 |
| 2019-05-22 | mISDN: Fix indenting in dsp_cmx.c | Dan Carpenter | 1 | -213/+212 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 14 | -0/+14 |
| 2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 4 | -14/+16 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+5 |
| 2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 1 | -1/+1 |
| 2019-05-05 | isdn: bas_gigaset: use usb_fill_int_urb() properly | Paul Bolle | 1 | -4/+5 |
| 2019-04-23 | isdn:mISDN: fix misuse of %x in hfcpci.c | Fuqian Huang | 1 | -3/+3 |
| 2019-04-23 | isdn: hisax: Fix misuse of %x in config.c | Fuqian Huang | 1 | -3/+3 |
| 2019-04-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+2 |
| 2019-04-12 | mISDN: Check address length before reading address family | Tetsuo Handa | 1 | -2/+2 |
| 2019-03-20 | net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly static | YueHaibing | 1 | -4/+5 |
| 2019-03-18 | mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S | Bjorn Helgaas | 1 | -1/+2 |
| 2019-03-12 | isdn: hfcpci: fix potential NULL pointer dereference | Kangjie Lu | 1 | -0/+9 |
| 2019-03-10 | isdn: mISDNinfineon: fix potential NULL pointer dereference | Kangjie Lu | 1 | -1/+4 |
| 2019-03-07 | isdn: isdnloop: fix pointer dereference bug | Arnd Bergmann | 1 | -1/+1 |
| 2019-03-04 | isdn: mISDN: Fix potential NULL pointer dereference of kzalloc | Aditya Pakki | 1 | -0/+3 |
| 2019-02-22 | isdn_common: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -4/+3 |
| 2019-02-14 | isdn:hisax: Replace dev_kfree_skb_any by dev_consume_skb_any | Huang Zijiang | 1 | -1/+1 |
| 2019-02-12 | isdn_v110: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-02-12 | isdn: i4l: isdn_tty: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-02-12 | ser_gigaset: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-02-05 | mISDN: fix a race in dev_expire_timer() | Eric Dumazet | 1 | -1/+1 |
| 2019-02-03 | socket: Use old_timeval types for socket timestamps | Deepa Dinamani | 1 | -1/+1 |
| 2019-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2019-01-19 | isdn: remove unneeded semicolon | YueHaibing | 4 | -6/+6 |
| 2019-01-19 | isdn: avm: Fix string plus integer warning from Clang | Nathan Chancellor | 1 | -1/+1 |
| 2019-01-11 | mISDN: hfcsusb: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
| 2019-01-11 | isdn: i4l: isdn_tty: Fix some concurrency double-free bugs | Jia-Ju Bai | 1 | -1/+5 |
| 2019-01-02 | isdn: fix kernel-infoleak in capi_unlocked_ioctl | Eric Dumazet | 1 | -2/+2 |
| 2018-12-28 | isdn: hisax: hfc_pci: Fix a possible concurrency use-after-free bug in HFCPCI... | Jia-Ju Bai | 1 | -0/+2 |
| 2018-11-16 | isdn/hisax: remove set but not used variable 'total' | YueHaibing | 1 | -2/+1 |
| 2018-11-11 | PCI: add USR vendor id and use it in r8169 and w6692 driver | Heiner Kallweit | 1 | -3/+0 |
| 2018-11-06 | ISDN: eicon: Remove driver | Olof Johansson | 84 | -41748/+0 |
| 2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -2/+1 |
| 2018-10-24 | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -27/+12 |
| 2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -2/+1 |
| 2018-10-22 | mISDN: Fix type of switch control variable in ctrl_teimanager | Nathan Chancellor | 1 | -4/+3 |
| 2018-10-22 | isdn: hfc_{pci,sx}: Avoid empty body if statements | Nathan Chancellor | 4 | -12/+11 |
| 2018-10-13 | gigaset: add ->compat_ioctl() | Al Viro | 1 | -0/+11 |
| 2018-10-13 | gigaset: don't try to printk userland buffer contents | Al Viro | 1 | -1/+1 |
| 2018-10-13 | isdn_tty: TCSBRK{,P} won't reach ->ioctl() | Al Viro | 1 | -19/+0 |
| 2018-10-13 | kill capinc_tty_ioctl() | Al Viro | 1 | -7/+0 |
| 2018-10-10 | isdn/hisax: amd7930_fn: Remove unnecessary parentheses | Nathan Chancellor | 1 | -1/+1 |