Age | Commit message (Expand) | Author | Files | Lines |
2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -2/+2 |
2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -6/+4 |
2021-05-13 | isdn: capi, drop useless pr_debugs | Jiri Slaby | 1 | -7/+0 |
2021-05-13 | isdn: capi, remove optional tty ops | Jiri Slaby | 1 | -13/+0 |
2021-05-13 | tty: remove empty tty_operations::set_termios | Jiri Slaby | 1 | -6/+0 |
2021-05-13 | tty: remove empty tty_operations::flush_buffer | Jiri Slaby | 1 | -6/+0 |
2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -1/+1 |
2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -3/+3 |
2020-11-23 | net: don't include ethtool.h from netdevice.h | Jakub Kicinski | 1 | -0/+1 |
2019-12-11 | isdn: capi: dead code removal | Arnd Bergmann | 1 | -1/+13 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+31 |
2019-10-28 | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 1 | -1/+1 |
2019-10-23 | compat_ioctl: move isdn/capi ioctl translation into driver | Arnd Bergmann | 1 | -0/+31 |
2019-09-07 | isdn/capi: check message length in capi_write() | Eric Biggers | 1 | -1/+9 |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 1 | -1/+1 |
2018-10-13 | kill capinc_tty_ioctl() | Al Viro | 1 | -7/+0 |
2018-07-08 | isdn/capi: fix defined but not used warnings | Randy Dunlap | 1 | -2/+3 |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -28/+2 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -3/+3 |
2017-11-28 | the rest of drivers/*: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-06-16 | networking: add and use skb_put_u8() | Johannes Berg | 1 | -2/+2 |
2017-06-16 | networking: make skb_put & friends return void pointers | Johannes Berg | 1 | -2/+2 |
2017-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
2014-07-30 | CAPI: use correct structure type name in sizeof | Julia Lawall | 1 | -1/+1 |
2014-06-04 | isdn/capi: fix (middleware) device nodes | Paul Bolle | 1 | -2/+2 |
2013-03-18 | TTY: add tty_port_tty_wakeup helper | Jiri Slaby | 1 | -6/+1 |
2012-11-15 | ISDN: capi, use kref from tty_port | Jiri Slaby | 1 | -19/+17 |
2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -1/+2 |
2012-05-07 | isdn/capi: elliminate capincci_find() in non-middleware case | Tilman Schmidt | 1 | -14/+13 |
2012-05-07 | isdn/capi: fix readability damage | Tilman Schmidt | 1 | -16/+7 |
2012-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -90/+90 |
2012-03-08 | TTY: remove unneeded tty->index checks | Jiri Slaby | 1 | -2/+1 |
2012-03-08 | TTY: remove re-assignments to tty_driver members | Jiri Slaby | 1 | -1/+0 |
2012-03-04 | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 1 | -1/+1 |
2012-02-21 | isdn: whitespace coding style cleanup | Joe Perches | 1 | -89/+89 |
2012-02-02 | TTY: use tty_standard_install | Jiri Slaby | 1 | -6/+3 |
2011-05-19 | isdn: capi: Use pr_debug() instead of ifdefs. | David S. Miller | 1 | -83/+32 |
2011-04-06 | capi: Perform scheduled capifs removal | Jan Kiszka | 1 | -20/+4 |
2011-02-17 | tty: now phase out the ioctl file pointer for good | Alan Cox | 1 | -8/+2 |
2010-07-12 | drivers/isdn: Remove unnecessary casts of private_data | Joe Perches | 1 | -3/+3 |
2010-07-12 | isdn: autoconvert trivial BKL users to private mutex | Arnd Bergmann | 1 | -3/+3 |
2010-05-17 | isdn: Push down BKL into ioctl functions | Arnd Bergmann | 1 | -3/+14 |
2010-02-16 | CAPI: Drop return value of handle_minor_send | Jan Kiszka | 1 | -13/+9 |
2010-02-16 | CAPI: Clean up capiminor_*_ack | Jan Kiszka | 1 | -12/+7 |
2010-02-16 | CAPI: Fix locking around capiminor's output queue and drop workaround_lock | Jan Kiszka | 1 | -59/+67 |
2010-02-16 | CAPI: Drop capiminor's unused inbytes counter | Jan Kiszka | 1 | -7/+3 |
2010-02-16 | CAPI: Use atomics for capiminor's datahandle and msgid | Jan Kiszka | 1 | -9/+7 |
2010-02-16 | CAPI: Rename datahandle_queue -> ackqueue_entry | Jan Kiszka | 1 | -4/+4 |
2010-02-16 | CAPI: Rework capiminor RX handler | Jan Kiszka | 1 | -22/+38 |