summaryrefslogtreecommitdiffstats
path: root/drivers/isdn
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-28/+28
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-43/+43
2026-01-20mISDN: annotate data-race around dev->workEric Dumazet-5/+8
2025-11-10isdn: kcapi: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+13
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-3/+3
2025-10-31isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()Abdun Nihaal-5/+13
2025-08-29mISDN: Fix memory leak in dsp_hwec_enable()Miaoqian Lin-3/+3
2025-08-25mISDN: hfcpci: Fix warning when deleting uninitialized timerVladimir Riabchun-7/+5
2025-06-17tty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)-7/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-10/+10
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-29/+29
2024-12-11isdn: Remove unused get_Bprotocol4id()Dr. David Alan Gilbert-15/+0
2024-11-09mISDN: Fix typosAndrew Kreimer-8/+8
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-1/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro-2/+0
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen-1/+1
2024-07-25mISDN: Fix a use after free in hfcmulti_tx()Dan Carpenter-3/+4
2024-06-10isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+13
2024-05-27mISDN: remove unused struct 'bf_ctx'Dr. David Alan Gilbert-5/+0
2024-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+5
2024-04-09mISDN: fix MISDN_TIME_STAMP handlingEric Dumazet-5/+5
2024-04-05isdn: kcapi: don't build unused procfs codeArnd Bergmann-3/+7
2024-03-07isdn: capi: make capi_class constantRicardo B. Marliere-9/+12
2024-03-07isdn: mISDN: make elements_class constantRicardo B. Marliere-6/+10
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)-2/+2
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-3/+3
2023-10-23isdn: mISDN: hfcsusb: Spelling fix in commentKunwu Chan-1/+1
2023-10-02isdn: kcapi: replace deprecated strncpy with strscpy_padJustin Stitt-2/+2
2023-10-02isdn: replace deprecated strncpy with strscpyJustin Stitt-1/+1
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman-8/+8
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-2/+3
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-2/+1
2023-08-03mISDN: Update parameter type of dsp_cmx_send()Nathan Chancellor-3/+3
2023-07-28mISDN: hfcpci: Fix potential deadlock on &hc->lockChengfeng Ye-5/+5
2023-05-31mISDN: add HAS_IOPORT dependenciesNiklas Schnelle-7/+6
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-13/+2
2023-04-28mISDN: Use list_count_nodes()Christophe JAILLET-13/+2
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-9/+2
2023-03-30mISDN: remove unneeded mISDN_class_release()Greg Kroah-Hartman-6/+0
2023-03-24mISDN: remove unused vpm_read_address and cpld_read_reg functionsTom Rix-31/+0
2023-03-24isdn: mISDN: netjet: Remove redundant pci_clear_masterCai Huoqing-1/+0
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-2/+2
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman-1/+0
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-4/+4
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-14/+30
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2022-12-13mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()Yang Yingliang-6/+13