summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi
AgeCommit message (Expand)AuthorLines
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet-1/+1
2019-09-07isdn/capi: check message length in capi_write()Eric Biggers-1/+9
2019-05-31isdn: move capi drivers to stagingArnd Bergmann-0/+22
2019-05-31isdn: remove isdn4linuxArnd Bergmann-2674/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-01-02isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet-2/+2
2018-10-13kill capinc_tty_ioctl()Al Viro-7/+0
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap-3/+5
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-1/+2
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig-1/+2
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-42/+3
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig-75/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+2
2017-08-07isdn: kcapi: make capi_version constBhumika Goyal-1/+1
2017-06-16networking: add and use skb_put_u8()Johannes Berg-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-2/+2
2017-03-28isdn: kcapi: avoid uninitialized dataArnd Bergmann-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2015-05-31isdn/capi: Use setup_timerVaishali Thakkar-3/+1
2014-12-10isdn/capi: correct argument types of command_2_indexTilman Schmidt-1/+1
2014-10-14isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt-2/+7
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt-4/+20
2014-10-14isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt-0/+7
2014-10-14isdn/capi: refactor command/subcommand table accessesTilman Schmidt-5/+18
2014-10-14isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt-0/+2
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt-2/+2
2014-10-05isdn/capi: drop two dead if branchesTilman Schmidt-3/+0
2014-07-30CAPI: use correct structure type name in sizeofJulia Lawall-1/+1
2014-06-04isdn/capi: fix (middleware) device nodesPaul Bolle-3/+3
2014-06-04isdn/capi: Make verbose reporting depend on capidrvPaul Bolle-9/+9
2014-06-04isdn/capi: move capi_info2str to capidrv.cPaul Bolle-200/+195
2014-03-18isdn/capi: Make Middleware depend on CAPI2.0Paul Bolle-9/+9
2013-05-20isdn/kcapi: fix a small underflowDan Carpenter-3/+3
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby-6/+1
2013-03-12driver: isdn: capi: remove cast for kmalloc return valueZhang Yanfei-2/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach-0/+1
2012-11-15ISDN: capi, use kref from tty_portJiri Slaby-19/+17
2012-08-13TTY: use tty_port_register_deviceJiri Slaby-1/+2
2012-05-07isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt-14/+13
2012-05-07isdn/capi: fix readability damageTilman Schmidt-19/+12
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-982/+981
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby-2/+1