summaryrefslogtreecommitdiffstats
path: root/drivers/isdn/capi/capi.c
Commit message (Expand)AuthorAgeFilesLines
* tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
* tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-111-1/+1
* tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* 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-231-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-121-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-301-1/+1
* isdn/capi: fix (middleware) device nodesPaul Bolle2014-06-041-2/+2
* TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-181-6/+1
* ISDN: capi, use kref from tty_portJiri Slaby2012-11-151-19/+17
* TTY: use tty_port_register_deviceJiri Slaby2012-08-131-1/+2
* isdn/capi: elliminate capincci_find() in non-middleware caseTilman Schmidt2012-05-071-14/+13
* isdn/capi: fix readability damageTilman Schmidt2012-05-071-16/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-03-201-90/+90
|\
| * ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras2012-03-041-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-021-6/+3
|/
* isdn: capi: Use pr_debug() instead of ifdefs.David S. Miller2011-05-191-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-121-3/+3
* isdn: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-121-3/+3
* isdn: Push down BKL into ioctl functionsArnd Bergmann2010-05-171-3/+14
* CAPI: Drop return value of handle_minor_sendJan Kiszka2010-02-161-13/+9
* CAPI: Clean up capiminor_*_ackJan Kiszka2010-02-161-12/+7
* CAPI: Fix locking around capiminor's output queue and drop workaround_lockJan Kiszka2010-02-161-59/+67