summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi
Commit message (Expand)AuthorAgeFilesLines
* isdn: move capi drivers to stagingArnd Bergmann2019-05-312-0/+22
* isdn: remove isdn4linuxArnd Bergmann2019-05-313-2674/+0Star
* 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/+0Star
* isdn/capi: fix defined but not used warningsRandy Dunlap2018-07-082-3/+5
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-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/+3Star
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-75/+5Star
* 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-221-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-291-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* isdn/capi: Use setup_timerVaishali Thakkar2015-06-011-3/+1Star
* isdn/capi: correct argument types of command_2_indexTilman Schmidt2014-12-101-1/+1
* isdn/capi: don't return NULL from capi_cmd2str()Tilman Schmidt2014-10-141-2/+7
* isdn/capi: handle CAPI 2.0 message parser failuresTilman Schmidt2014-10-141-4/+20
* isdn/capi: prevent NULL pointer dereference on invalid CAPI commandTilman Schmidt2014-10-141-0/+7
* isdn/capi: refactor command/subcommand table accessesTilman Schmidt2014-10-141-5/+18
* isdn/capi: prevent index overrun from command_2_index()Tilman Schmidt2014-10-141-0/+2
* isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt2014-10-141-2/+2
* isdn/capi: drop two dead if branchesTilman Schmidt2014-10-061-3/+0Star
* CAPI: use correct structure type name in sizeofJulia Lawall2014-07-311-1/+1
* isdn/capi: fix (middleware) device nodesPaul Bolle2014-06-052-3/+3
* isdn/capi: Make verbose reporting depend on capidrvPaul Bolle2014-06-052-9/+9
* isdn/capi: move capi_info2str to capidrv.cPaul Bolle2014-06-052-200/+195Star
* isdn/capi: Make Middleware depend on CAPI2.0Paul Bolle2014-03-181-9/+9
* isdn/kcapi: fix a small underflowDan Carpenter2013-05-201-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-2/+1Star
|\
| * driver: isdn: capi: remove cast for kmalloc return valueZhang Yanfei2013-03-121-2/+1Star
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-6/+1Star
|/
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-0/+1
* ISDN: capi, use kref from tty_portJiri Slaby2012-11-161-19/+17Star
* TTY: use tty_port_register_deviceJiri Slaby2012-08-141-1/+2
* isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-081-14/+13Star
* isdn/capi: fix readability damageTilman Schmidt2012-05-082-19/+12Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-218-982/+981Star
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-051-1/+1
| * isdn: whitespace coding style cleanupJoe Perches2012-02-218-981/+980Star
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-2/+1Star