aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-8/+2
2010-12-24isdn/capi: make kcapi use a separate workqueueTejun Heo1-8/+18
2010-12-24isdn/capi: unregister capictr notifier after init failureTejun Heo1-0/+1
2010-10-29convert get_sb_single() usersAl Viro1-4/+4
2010-10-21CAPI: Silence lockdep warning on get_capi_appl_by_nr usageJan Kiszka1-5/+14
2010-09-08drivers: isdn: capi: use simple_strtol to convert numbersAndy Shevchenko1-4/+13
2010-07-15drivers: isdn: use kernel macros to convert hex digitAndy Shevchenko1-5/+2
2010-07-12drivers/isdn: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+3
2010-06-03isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter1-3/+3
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+6
2010-05-23isdn/capi: make reset_ctr op truly optionalTilman Schmidt1-0/+6
2010-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann1-3/+14
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2010-02-16CAPI: Remove experimental tag from middleware featureJan Kiszka1-2/+1
2010-02-16CAPI: Schedule capifs for removalJan Kiszka1-6/+7
2010-02-16CAPI: Drop special controller lookup from capi20_put_messageJan Kiszka1-5/+2
2010-02-16CAPI: Drop return value of handle_minor_sendJan Kiszka1-13/+9
2010-02-16CAPI: Clean up capiminor_*_ackJan Kiszka1-12/+7