index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
isdn
Commit message (
Expand
)
Author
Age
Files
Lines
*
mISDN: add HAS_IOPORT dependencies
Niklas Schnelle
2023-05-31
2
-7
/
+6
*
Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-05-05
1
-13
/
+2
|
\
|
*
mISDN: Use list_count_nodes()
Christophe JAILLET
2023-04-28
1
-13
/
+2
*
|
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-04-27
3
-9
/
+2
|
\
\
|
|
/
|
/
|
|
*
mISDN: remove unneeded mISDN_class_release()
Greg Kroah-Hartman
2023-03-30
1
-6
/
+0
|
*
driver core: class: remove module * from class_create()
Greg Kroah-Hartman
2023-03-17
2
-2
/
+2
|
*
drivers: remove struct module * setting from struct class
Greg Kroah-Hartman
2023-03-17
1
-1
/
+0
*
|
mISDN: remove unused vpm_read_address and cpld_read_reg functions
Tom Rix
2023-03-24
1
-31
/
+0
*
|
isdn: mISDN: netjet: Remove redundant pci_clear_master
Cai Huoqing
2023-03-24
1
-1
/
+0
|
/
*
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-12-25
2
-4
/
+4
*
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-12-21
3
-14
/
+30
|
\
|
*
mISDN: hfcmulti: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-13
1
-6
/
+13
|
*
mISDN: hfcpci: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-13
1
-4
/
+9
|
*
mISDN: hfcsusb: don't call dev_kfree_skb/kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-13
1
-4
/
+8
*
|
Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-12-16
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
driver core: make struct class.dev_uevent() take a const *
Greg Kroah-Hartman
2022-11-24
1
-2
/
+2
*
|
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-1
/
+1
|
/
*
mISDN: fix misuse of put_device() in mISDN_register_device()
Wang ShaoBo
2022-11-14
1
-1
/
+1
*
mISDN: fix possible memory leak in mISDN_dsp_element_register()
Yang Yingliang
2022-11-11
1
-1
/
+2
*
isdn: mISDN: netjet: fix wrong check of device registration
Yang Yingliang
2022-11-02
1
-1
/
+1
*
mISDN: fix possible memory leak in mISDN_register_device()
Yang Yingliang
2022-11-02
1
-2
/
+3
*
mISDN: hfcpci: Fix use-after-free bug in hfcpci_softirq
Duoming Zhou
2022-10-09
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
2
-6
/
+8
|
\
|
*
mISDN: fix use-after-free bugs in l1oip timer handlers
Duoming Zhou
2022-09-30
2
-6
/
+8
*
|
isdn: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-22
1
-2
/
+2
|
/
*
isdn: mISDN: hfcsusb: drop unexpected word "the" in the comments
Jiang Jian
2022-06-22
1
-1
/
+1
*
net: remove noblock parameter from skb_recv_datagram()
Oliver Hartkopp
2022-04-06
1
-1
/
+1
*
mISDN: fix typo "frame to short" -> "frame too short"
Tong Zhang
2022-03-21
2
-3
/
+3
*
isdn: hfcpci: check the return value of dma_set_mask() in setup_hw()
Jia-Ju Bai
2022-03-07
1
-1
/
+5
*
mISDN: Fix memory leak in dsp_pipeline_build()
Alexey Khoroshilov
2022-03-05
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-30
3
-7
/
+7
|
\
|
*
mISDN: change function names to avoid conflicts
wolfgang huang
2021-12-28
3
-7
/
+7
*
|
isdn: cpai: no need to initialise statics to 0
Jason Wang
2021-12-13
1
-1
/
+1
|
/
*
mISDN: Fix return values of the probe function
Zheyu Ma
2021-10-19
1
-4
/
+4
*
isdn: mISDN: Fix sleeping function called from invalid context
Zheyu Ma
2021-10-09
1
-1
/
+1
*
isdn: cpai: check ctr->cnr to avoid array index out of bound
Xiaolong Huang
2021-10-08
1
-0
/
+5
*
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-03
1
-1
/
+1
|
\
|
*
isystem: ship and use stdarg.h
Alexey Dobriyan
2021-08-19
1
-1
/
+1
*
|
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
1
-2
/
+2
*
|
tty: stop using alloc_tty_driver
Jiri Slaby
2021-07-27
1
-6
/
+4
|
/
*
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
1
-36
/
+4
|
\
|
*
Merge 5.13-rc4 into tty-next
Greg Kroah-Hartman
2021-05-31
3
-18
/
+21
|
|
\
|
*
|
isdn: capi, drop useless pr_debugs
Jiri Slaby
2021-05-13
1
-7
/
+0
|
*
|
isdn: capi, remove optional tty ops
Jiri Slaby
2021-05-13
1
-13
/
+0
|
*
|
tty: remove empty tty_operations::set_termios
Jiri Slaby
2021-05-13
1
-6
/
+0
|
*
|
tty: remove empty tty_operations::flush_buffer
Jiri Slaby
2021-05-13
1
-6
/
+0
|
*
|
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
1
-1
/
+1
|
*
|
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
1
-3
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-05-27
3
-18
/
+21
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-05-26
1
-1
/
+0
|
|
\
\
[next]