aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/capi
AgeCommit message (Expand)AuthorFilesLines
2024-04-05isdn: kcapi: don't build unused procfs codeGravatar Arnd Bergmann 2-3/+7
2024-03-07isdn: capi: make capi_class constantGravatar Ricardo B. Marliere 1-9/+12
2023-12-08tty: make tty_operations::send_xchar accept u8 charGravatar Jiri Slaby (SUSE) 1-2/+2
2023-10-02isdn: kcapi: replace deprecated strncpy with strscpy_padGravatar Justin Stitt 1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-2/+3
2023-08-11tty: propagate u8 data to tty_operations::put_char()Gravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-2/+1
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2022-08-22isdn: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-2/+2
2021-12-13isdn: cpai: no need to initialise statics to 0Gravatar Jason Wang 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-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-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-3/+3
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Gravatar Alexey Dobriyan 1-0/+1
2021-03-22isdn: capi: fix mismatched prototypesGravatar Arnd Bergmann 1-2/+2
2020-11-23net: don't include ethtool.h from netdevice.hGravatar Jakub Kicinski 1-0/+1
2020-07-13isdn/capi: Replace HTTP links with HTTPS onesGravatar Alexander A. Klimov 1-1/+1
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 8-911/+178
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-10-28net: use skb_queue_empty_lockless() in poll() handlersGravatar Eric Dumazet 1-1/+1
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverGravatar Arnd Bergmann 1-0/+31
2019-09-07isdn/capi: check message length in capi_write()Gravatar Eric Biggers 1-1/+9
2019-05-31isdn: move capi drivers to stagingGravatar Arnd Bergmann 2-0/+22
2019-05-31isdn: remove isdn4linuxGravatar Arnd Bergmann 3-2674/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openGravatar Kirill Smelkov 1-1/+1
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlGravatar Eric Dumazet 1-2/+2
2018-10-13kill capinc_tty_ioctl()Gravatar Al Viro 1-7/+0
2018-07-08isdn/capi: fix defined but not used warningsGravatar Randy Dunlap 2-3/+5
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-05-16isdn: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 2-42/+3
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-75/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2017-08-07isdn: kcapi: make capi_version constGravatar Bhumika Goyal 1-1/+1
2017-06-16networking: add and use skb_put_u8()Gravatar Johannes Berg 1-2/+2