summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi
Commit message (Expand)AuthorAgeFilesLines
* isdn: kcapi: replace deprecated strncpy with strscpy_padJustin Stitt2023-10-021-2/+2
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* isdn: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-221-2/+2
* isdn: cpai: no need to initialise statics to 0Jason Wang2021-12-131-1/+1
* isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang2021-10-081-0/+5
* Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-031-1/+1
|\
| * isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
* | tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* | tty: stop using alloc_tty_driverJiri Slaby2021-07-271-6/+4
|/
* isdn: capi, drop useless pr_debugsJiri Slaby2021-05-131-7/+0
* isdn: capi, remove optional tty opsJiri Slaby2021-05-131-13/+0
* tty: remove empty tty_operations::set_termiosJiri Slaby2021-05-131-6/+0
* tty: remove empty tty_operations::flush_bufferJiri Slaby2021-05-131-6/+0
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-3/+3
* proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* isdn: capi: fix mismatched prototypesArnd Bergmann2021-03-221-2/+2
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
* isdn/capi: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-3/+3
* isdn: don't mark kcapi_proc_exit as __exitArnd Bergmann2019-12-171-1/+1
* isdn: capi: dead code removalArnd Bergmann2019-12-118-911/+178
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+31
|\
| * compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-0/+31
* | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
|/
* isdn/capi: check message length in capi_write()Eric Biggers2019-09-071-1/+9
* isdn: move capi drivers to stagingArnd Bergmann2019-05-312-0/+22
* isdn: remove isdn4linuxArnd Bergmann2019-05-313-2674/+0
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet2019-01-021-2/+2
* kill capinc_tty_ioctl()Al Viro2018-10-131-7/+0
* isdn/capi: fix defined but not used warningsRandy Dunlap2018-07-082-3/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-1/+2
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-162-42/+3
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-75/+5
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* isdn: kcapi: make capi_version constBhumika Goyal2017-08-071-1/+1
* networking: add and use skb_put_u8()Johannes Berg2017-06-161-2/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* networking: introduce and use skb_put_data()Johannes Berg2017-06-162-2/+2
* isdn: kcapi: avoid uninitialized dataArnd Bergmann2017-03-281-0/+1