summaryrefslogtreecommitdiff
path: root/drivers/isdn/capi/capi.c
AgeCommit message (Expand)Author
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-09-07isdn/capi: check message length in capi_write()Eric Biggers
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2018-10-13kill capinc_tty_ioctl()Al Viro
2018-07-08isdn/capi: fix defined but not used warningsRandy Dunlap
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro
2017-06-16networking: add and use skb_put_u8()Johannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2014-07-30CAPI: use correct structure type name in sizeofJulia Lawall
2014-06-04isdn/capi: fix (middleware) device nodesPaul Bolle
2013-03-18TTY: add tty_port_tty_wakeup helperJiri Slaby
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-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-07-12drivers/isdn: Remove unnecessary casts of private_dataJoe Perches
2010-07-12isdn: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-05-17isdn: Push down BKL into ioctl functionsArnd Bergmann
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
2010-02-16CAPI: Use kref on capiminorJan Kiszka
2010-02-16CAPI: Use dynamic major for NCCI TTYs by defaultJan Kiszka
2010-02-16CAPI: Dynamically register minor devicesJan Kiszka
2010-02-16CAPI: Clean up capinc_tty_init/exitJan Kiszka