summaryrefslogtreecommitdiff
path: root/drivers/isdn/capi/capi.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-31CAPI: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-06-05isdn/capi: fix (middleware) device nodesPaul Bolle1-2/+2
2013-03-19TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+1
2012-11-16ISDN: capi, use kref from tty_portJiri Slaby1-19/+17
2012-08-14TTY: use tty_port_register_deviceJiri Slaby1-1/+2
2012-05-08isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt1-14/+13
2012-05-08isdn/capi: fix readability damageTilman Schmidt1-16/+7
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-90/+90
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-05ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-89/+89
2012-02-03TTY: use tty_standard_installJiri Slaby1-6/+3
2011-05-20isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller1-83/+32
2011-04-07capi: Perform scheduled capifs removalJan Kiszka1-20/+4
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-8/+2
2010-07-13drivers/isdn: Remove unnecessary casts of private_dataJoe Perches1-3/+3
2010-07-13isdn: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+3
2010-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann1-3/+14
2010-02-17CAPI: Drop return value of handle_minor_sendJan Kiszka1-13/+9
2010-02-17CAPI: Clean up capiminor_*_ackJan Kiszka1-12/+7
2010-02-17CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka1-59/+67
2010-02-17CAPI: Drop capiminor's unused inbytes counterJan Kiszka1-7/+3
2010-02-17CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka1-9/+7
2010-02-17CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka1-4/+4
2010-02-17CAPI: Rework capiminor RX handlerJan Kiszka1-22/+38
2010-02-17CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka1-1/+0
2010-02-17CAPI: Drop atomic ttyopencountJan Kiszka1-20/+10
2010-02-17CAPI: Clean up capiminors_lockJan Kiszka1-12/+9
2010-02-17CAPI: Drop obsolete nccip from capiminor structJan Kiszka1-43/+1
2010-02-17CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka1-1/+1
2010-02-17CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka1-33/+31
2010-02-17CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka1-32/+62
2010-02-17CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka1-14/+28
2010-02-17CAPI: Use kref on capiminorJan Kiszka1-9/+28
2010-02-17CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka1-6/+4
2010-02-17CAPI: Dynamically register minor devicesJan Kiszka1-11/+24
2010-02-17CAPI: Clean up capinc_tty_init/exitJan Kiszka1-10/+10
2010-02-17CAPI: Switch capiminor list to arrayJan Kiszka1-40/+35
2010-02-17CAPI: Switch NCCI list to standard doubly linked listJan Kiszka1-32/+20
2010-02-17CAPI: Fix racy capi_readJan Kiszka1-12/+7
2010-02-17CAPI: Use non-atomic allocation during NCCI setupJan Kiszka1-2/+2
2010-02-17CAPI: Rework locking of capidev membersJan Kiszka1-93/+88
2010-02-17CAPI: Clean up capi_open/releaseJan Kiszka1-59/+34
2010-02-17CAPI: Convert capidev_list_lock into a mutexJan Kiszka1-12/+12
2010-02-17CAPI: Reduce #ifdef mess around CONFIG_ISDN_CAPI_MIDDLEWAREJan Kiszka1-67/+83
2010-02-17CAPI: Reduce chattiness during module loading/removalJan Kiszka1-16/+3
2010-02-17CAPI: Sanitize capifs APIJan Kiszka1-8/+6
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-64/+35
2009-10-07isdn: accept CAPI Informational Info values as successTilman Schmidt1-1/+1