aboutsummaryrefslogtreecommitdiff
path: root/drivers/isdn/capi
AgeCommit message (Expand)Author
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
2011-10-31drivers/isdn: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.Paul Gortmaker
2011-05-19isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller
2011-04-06capi: Perform scheduled capifs removalJan Kiszka
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox
2010-12-24isdn/capi: make kcapi use a separate workqueueTejun Heo
2010-12-24isdn/capi: unregister capictr notifier after init failureTejun Heo
2010-10-29convert get_sb_single() usersAl Viro
2010-10-21CAPI: Silence lockdep warning on get_capi_appl_by_nr usageJan Kiszka
2010-09-08drivers: isdn: capi: use simple_strtol to convert numbersAndy Shevchenko
2010-07-15drivers: isdn: use kernel macros to convert hex digitAndy Shevchenko
2010-07-12drivers/isdn: Remove unnecessary casts of private_dataJoe Perches
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-06-03isdn/kcapi: return -EFAULT on copy_from_user errorsDan Carpenter
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-05-23isdn/capi: make reset_ctr op truly optionalTilman Schmidt
2010-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-16CAPI: Remove experimental tag from middleware featureJan Kiszka
2010-02-16CAPI: Schedule capifs for removalJan Kiszka
2010-02-16CAPI: Drop special controller lookup from capi20_put_messageJan Kiszka
2010-02-16CAPI: Drop return value of handle_minor_sendJan Kiszka
2010-02-16CAPI: Clean up capiminor_*_ackJan Kiszka
2010-02-16CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka
2010-02-16CAPI: Drop capiminor's unused inbytes counterJan Kiszka
2010-02-16CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka
2010-02-16CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka
2010-02-16CAPI: Rework capiminor RX handlerJan Kiszka
2010-02-16CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka
2010-02-16CAPI: Drop atomic ttyopencountJan Kiszka
2010-02-16CAPI: Clean up capiminors_lockJan Kiszka
2010-02-16CAPI: Drop obsolete nccip from capiminor structJan Kiszka
2010-02-16CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka
2010-02-16CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka
2010-02-16CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka
2010-02-16CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka