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