aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-28/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-2/+2
2017-06-16networking: add and use skb_put_u8()Johannes Berg1-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2014-07-30CAPI: use correct structure type name in sizeofJulia Lawall1-1/+1
2014-06-04isdn/capi: fix (middleware) device nodesPaul Bolle1-2/+2
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby1-6/+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 Schmidt1-16/+7
2012-03-20Merge 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-04ppp: 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-02TTY: use tty_standard_installJiri Slaby1-6/+3
2011-05-19isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller1-83/+32
2011-04-06capi: Perform scheduled capifs removalJan Kiszka1-20/+4
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-8/+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-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann1-3/+14
2010-02-16CAPI: Drop return value of handle_minor_sendJan Kiszka1-13/+9
2010-02-16CAPI: Clean up capiminor_*_ackJan Kiszka1-12/+7
2010-02-16CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka1-59/+67
2010-02-16CAPI: Drop capiminor's unused inbytes counterJan Kiszka1-7/+3
2010-02-16CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka1-9/+7
2010-02-16CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka1-4/+4
2010-02-16CAPI: Rework capiminor RX handlerJan Kiszka1-22/+38
2010-02-16CAPI: Drop handle_minor_recv from capinc_tty_writeJan Kiszka1-1/+0
2010-02-16CAPI: Drop atomic ttyopencountJan Kiszka1-20/+10
2010-02-16CAPI: Clean up capiminors_lockJan Kiszka1-12/+9
2010-02-16CAPI: Drop obsolete nccip from capiminor structJan Kiszka1-43/+1
2010-02-16CAPI: Issue synchronous hangup on capincci_free_minorJan Kiszka1-1/+1
2010-02-16CAPI: Drop remaining NULL checks on tty->driver_dataJan Kiszka1-33/+31
2010-02-16CAPI: Use tty_port to keep track of capiminor's ttyJan Kiszka1-32/+62
2010-02-16CAPI: Establish install/cleanup handlers for capiminor TTYsJan Kiszka1-14/+28
2010-02-16CAPI: Use kref on capiminorJan Kiszka1-9/+28
2010-02-16CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka1-6/+4
2010-02-16CAPI: Dynamically register minor devicesJan Kiszka1-11/+24
2010-02-16CAPI: Clean up capinc_tty_init/exitJan Kiszka1-10/+10
2010-02-16CAPI: Switch capiminor list to arrayJan Kiszka1-40/+35
2010-02-16CAPI: Switch NCCI list to standard doubly linked listJan Kiszka1-32/+20
2010-02-16CAPI: Fix racy capi_readJan Kiszka1-12/+7
2010-02-16CAPI: Use non-atomic allocation during NCCI setupJan Kiszka1-2/+2
2010-02-16CAPI: Rework locking of capidev membersJan Kiszka1-93/+88