summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-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/+3
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-75/+5
* 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-211-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-281-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-05-311-3/+1
* 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-051-3/+0
* CAPI: use correct structure type name in sizeofJulia Lawall2014-07-301-1/+1
* isdn/capi: fix (middleware) device nodesPaul Bolle2014-06-042-3/+3
* isdn/capi: Make verbose reporting depend on capidrvPaul Bolle2014-06-042-9/+9
* isdn/capi: move capi_info2str to capidrv.cPaul Bolle2014-06-042-200/+195
* 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/+1
|\
| * driver: isdn: capi: remove cast for kmalloc return valueZhang Yanfei2013-03-121-2/+1
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-6/+1
|/
* tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+1
* ISDN: capi, use kref from tty_portJiri Slaby2012-11-151-19/+17
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-1/+2
* isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-071-14/+13
* isdn/capi: fix readability damageTilman Schmidt2012-05-072-19/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-208-982/+981
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-1/+1
| * isdn: whitespace coding style cleanupJoe Perches2012-02-218-981/+980
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-2/+1
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* | TTY: use tty_standard_installJiri Slaby2012-02-021-6/+3
|/
* drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker2011-10-311-0/+1
* isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller2011-05-191-83/+32
* capi: Perform scheduled capifs removalJan Kiszka2011-04-065-303/+4
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-8/+2
* isdn/capi: make kcapi use a separate workqueueTejun Heo2010-12-241-8/+18
OpenPOWER on IntegriCloud