index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
isdn
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-28
mISDN: change function names to avoid conflicts
wolfgang huang
3
-7
/
+7
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
[next]