summaryrefslogtreecommitdiff
path: root/drivers/isdn/capi/capi.c
AgeCommit message (Expand)Author
2024-03-07isdn: capi: make capi_class constantRicardo B. Marliere
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2021-07-27tty: drop put_tty_driverJiri Slaby
2021-07-27tty: stop using alloc_tty_driverJiri Slaby
2021-05-13isdn: capi, drop useless pr_debugsJiri Slaby
2021-05-13isdn: capi, remove optional tty opsJiri Slaby
2021-05-13tty: remove empty tty_operations::set_termiosJiri Slaby
2021-05-13tty: remove empty tty_operations::flush_bufferJiri Slaby
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski
2019-12-11isdn: capi: dead code removalArnd Bergmann
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-23compat_ioctl: move isdn/capi ioctl translation into driverArnd Bergmann
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