aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-22isdn: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2021-12-13isdn: cpai: no need to initialise statics to 0Jason Wang1-1/+1
2021-10-08isdn: cpai: check ctr->cnr to avoid array index out of boundXiaolong Huang1-0/+5
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan1-1/+1
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-6/+4
2021-05-13isdn: capi, drop useless pr_debugsJiri Slaby1-7/+0
2021-05-13isdn: capi, remove optional tty opsJiri Slaby1-13/+0
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby1-6/+0
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby1-6/+0
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-3/+3
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan1-0/+1
2021-03-22isdn: capi: fix mismatched prototypesArnd Bergmann1-2/+2
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-07-13isdn/capi: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-3/+3
2019-12-17isdn: don't mark kcapi_proc_exit as __exitArnd Bergmann1-1/+1
2019-12-11isdn: capi: dead code removalArnd Bergmann8-911/+178
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+31
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-1/+1
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann1-0/+31
2019-09-07isdn/capi: check message length in capi_write()Eric Biggers1-1/+9
2019-05-31isdn: move capi drivers to stagingArnd Bergmann2-0/+22
2019-05-31isdn: remove isdn4linuxArnd Bergmann3-2674/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2018-10-13kill capinc_tty_ioctl()Al Viro1-7/+0
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap2-3/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig2-42/+3
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-75/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-08-07isdn: kcapi: make capi_version constBhumika Goyal1-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-2/+2
2017-03-28isdn: kcapi: avoid uninitialized dataArnd Bergmann1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-05-31isdn/capi: Use setup_timerVaishali Thakkar1-3/+1
2014-12-10isdn/capi: correct argument types of command_2_indexTilman Schmidt1-1/+1
2014-10-14isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt1-2/+7