aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn
AgeCommit message (Expand)AuthorFilesLines
2021-10-09isdn: mISDN: Fix sleeping function called from invalid contextGravatar Zheyu Ma 1-1/+1
2021-10-08isdn: cpai: check ctr->cnr to avoid array index out of boundGravatar Xiaolong Huang 1-0/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+1
2021-08-19isystem: ship and use stdarg.hGravatar Alexey Dobriyan 1-1/+1
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-2/+2
2021-07-27tty: stop using alloc_tty_driverGravatar Jiri Slaby 1-6/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-36/+4
2021-05-31Merge 5.13-rc4 into tty-nextGravatar Greg Kroah-Hartman 3-18/+21
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-18/+21
2021-05-26Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-1/+0
2021-05-20mISDN: Remove obsolete PIPELINE_DEBUG debugging informationGravatar Zhen Lei 1-44/+2
2021-05-17isdn: mISDN: netjet: Fix crash in nj_probe:Gravatar Zheyu Ma 1-1/+0
2021-05-13isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_infoGravatar Phillip Potter 1-8/+10
2021-05-13Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc"Gravatar Greg Kroah-Hartman 1-3/+0
2021-05-13isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_ioGravatar Phillip Potter 1-8/+16
2021-05-13isdn: capi, drop useless pr_debugsGravatar Jiri Slaby 1-7/+0
2021-05-13isdn: capi, remove optional tty opsGravatar Jiri Slaby 1-13/+0
2021-05-13tty: remove empty tty_operations::set_termiosGravatar Jiri Slaby 1-6/+0
2021-05-13tty: remove empty tty_operations::flush_bufferGravatar Jiri Slaby 1-6/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-13Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference"Gravatar Greg Kroah-Hartman 1-4/+1
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-3/+3
2021-05-11mISDN: fix possible use-after-free in HFC_cleanup()Gravatar Zou Wei 1-1/+1
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 1-0/+1
2021-03-30mISDN: Use LIST_HEAD() for list_headGravatar Shixin Liu 2-8/+3
2021-03-30mISDN: Use DEFINE_SPINLOCK() for spinlockGravatar Shixin Liu 3-9/+4
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 2-3/+3
2021-03-22isdn: capi: fix mismatched prototypesGravatar Arnd Bergmann 1-2/+2
2021-03-22misdn: avoid -Wempty-body warningGravatar Arnd Bergmann 1-2/+0
2021-03-11isdn: remove extra spaces in the header fileGravatar Tong Zhang 1-7/+7
2021-03-11mISDN: fix crash in fritzpciGravatar Tong Zhang 1-1/+1
2021-03-10isdn: mISDN: remove unneeded variable 'ret'Gravatar Yang Li 1-2/+1
2021-03-10drivers: isdn: mISDN: fix spelling typo of 'wheter'Gravatar Wang Qing 1-1/+1
2021-01-05misdn: dsp: select CONFIG_BITREVERSEGravatar Arnd Bergmann 1-0/+1
2020-11-23net: don't include ethtool.h from netdevice.hGravatar Jakub Kicinski 1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 8-11/+10
2020-07-24mISDN: Don't try to print a sockptr_t from debug logging code.Gravatar David S. Miller 1-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-2/+2
2020-07-20mISDN: switch from 'pci_' to 'dma_' APIGravatar Christophe JAILLET 2-9/+11
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalGravatar Christoph Hellwig 1-2/+0
2020-07-13isdn/capi: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
2020-06-18mISDN: hfcsusb: Use struct_size() helperGravatar Gustavo A. R. Silva 1-2/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-04-16mISDN: make dmril and dmrim staticGravatar Jason Yan 1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-3/+3
2019-12-17isdn: don't mark kcapi_proc_exit as __exitGravatar Arnd Bergmann 1-1/+1
2019-12-11isdn: capi: dead code removalGravatar Arnd Bergmann 9-912/+179
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+31
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 3-4/+3
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 9-37/+35