summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-6/+4
* isdn: capi, drop useless pr_debugsJiri Slaby2021-05-131-7/+0
* isdn: capi, remove optional tty opsJiri Slaby2021-05-131-13/+0
* tty: remove empty tty_operations::set_termiosJiri Slaby2021-05-131-6/+0
* tty: remove empty tty_operations::flush_bufferJiri Slaby2021-05-131-6/+0
* tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
* tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-3/+3
* net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+1
* isdn: capi: dead code removalArnd Bergmann2019-12-111-1/+13
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+31
|\
| * compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann2019-10-231-0/+31
* | net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-1/+1
|/
* isdn/capi: check message length in capi_write()Eric Biggers2019-09-071-1/+9
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* kill capinc_tty_ioctl()Al Viro2018-10-131-7/+0
* 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/+2
* 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/+1
* ISDN: capi, use kref from tty_portJiri Slaby2012-11-161-19/+17
* TTY: use tty_port_register_deviceJiri Slaby2012-08-141-1/+2
* isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-081-14/+13
* isdn/capi: fix readability damageTilman Schmidt2012-05-081-16/+7
* 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/+1
* | TTY: remove re-assignments to tty_driver membersJiri Slaby2012-03-081-1/+0
* | TTY: use tty_standard_installJiri Slaby2012-02-031-6/+3
|/
* isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller2011-05-201-83/+32
* capi: Perform scheduled capifs removalJan Kiszka2011-04-061-20/+4
* tty: now phase out the ioctl file pointer for goodAlan Cox2011-02-171-8/+2
* 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/+9
* CAPI: Clean up capiminor_*_ackJan Kiszka2010-02-171-12/+7
* 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/+3
* CAPI: Use atomics for capiminor's datahandle and msgidJan Kiszka2010-02-171-9/+7
* CAPI: Rename datahandle_queue -> ackqueue_entryJan Kiszka2010-02-171-4/+4
* CAPI: Rework capiminor RX handlerJan Kiszka2010-02-171-22/+38