aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-14isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt1-4/+20
2014-10-14isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt1-0/+7
2014-10-14isdn/capi: refactor command/subcommand table accessesTilman Schmidt1-5/+18
2014-10-14isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt1-0/+2
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt1-2/+2
2014-10-05isdn/capi: drop two dead if branchesTilman Schmidt1-3/+0
2014-07-30CAPI: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-06-04isdn/capi: fix (middleware) device nodesPaul Bolle2-3/+3
2014-06-04isdn/capi: Make verbose reporting depend on capidrvPaul Bolle2-9/+9
2014-06-04isdn/capi: move capi_info2str to capidrv.cPaul Bolle2-200/+195
2014-03-18isdn/capi: Make Middleware depend on CAPI2.0Paul Bolle1-9/+9
2013-05-20isdn/kcapi: fix a small underflowDan Carpenter1-3/+3
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+1
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2013-03-12driver: isdn: capi: remove cast for kmalloc return valueZhang Yanfei1-2/+1
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+1
2012-11-15ISDN: capi, use kref from tty_portJiri Slaby1-19/+17
2012-08-13TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-05-07isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt1-14/+13
2012-05-07isdn/capi: fix readability damageTilman Schmidt2-19/+12
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-982/+981
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-2/+1
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches8-981/+980
2012-02-02TTY: use tty_standard_installJiri Slaby1-6/+3
2011-10-31drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker1-0/+1
2011-05-19isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller1-83/+32
2011-04-06capi: Perform scheduled capifs removalJan Kiszka5-303/+4