summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
Commit message (Expand)AuthorAgeFilesLines
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* kill capinc_tty_ioctl()Al Viro2018-10-131-7/+0Star
* isdn/capi: fix defined but not used warningsRandy Dunlap2018-07-081-2/+3
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-28/+2Star
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* 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-161-1/+1
* CAPI: use correct structure type name in sizeofJulia Lawall2014-07-311-1/+1
* isdn/capi: fix (middleware) device nodesPaul Bolle2014-06-051-2/+2
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-6/+1Star
* 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-081-16/+7Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-211-90/+90
|\
| * 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-211-89/+89
* | TTY: remove unneeded tty->index checksJiri Slaby2012-03-081-2/+1Star
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0Star
* | TTY: use tty_standard_installJiri Slaby2012-02-031-6/+3Star
|/
* isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller2011-05-201-83/+32Star
* capi: Perform scheduled capifs removalJan Kiszka2011-04-061-20/+4Star
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-8/+2Star
* drivers/isdn: Remove unnecessary casts of private_dataJoe Perches2010-07-131-3/+3
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-131-3/+3
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+14
* CAPI: Drop return value of handle_minor_sendJan Kiszka2010-02-171-13/+9Star
* CAPI: Clean up capiminor_*_ackJan Kiszka2010-02-171-12/+7Star
* CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka2010-02-171-59/+67
* CAPI: Drop capiminor's unused inbytes counterJan Kiszka2010-02-171-7/+3Star
* CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka2010-02-171-9/+7Star
* CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka2010-02-171-4/+4
* CAPI: Rework capiminor RX handlerJan Kiszka2010-02-171-22/+38
* CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka2010-02-171-1/+0Star
* CAPI: Drop atomic ttyopencountJan Kiszka2010-02-171-20/+10Star
* CAPI: Clean up capiminors_lockJan Kiszka2010-02-171-12/+9Star
* CAPI: Drop obsolete nccip from capiminor structJan Kiszka2010-02-171-43/+1Star
* CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka2010-02-171-1/+1
* CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka2010-02-171-33/+31Star
* CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka2010-02-171-32/+62
* CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka2010-02-171-14/+28
* CAPI: Use kref on capiminorJan Kiszka2010-02-171-9/+28
* CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka2010-02-171-6/+4Star
* CAPI: Dynamically register minor devicesJan Kiszka2010-02-171-11/+24
* CAPI: Clean up capinc_tty_init/exitJan Kiszka2010-02-171-10/+10
* CAPI: Switch capiminor list to arrayJan Kiszka2010-02-171-40/+35Star
* CAPI: Switch NCCI list to standard doubly linked listJan Kiszka2010-02-171-32/+20Star