aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/isdn/i4l/isdn_tty.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-31isdn: remove isdn4linuxArnd Bergmann1-3756/+0
2019-02-12isdn: i4l: isdn_tty: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-01-11isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai1-1/+5
2018-10-13isdn_tty: TCSBRK{,P} won't reach ->ioctl()Al Viro1-19/+0
2018-07-02TTY: isdn: Replace strncpy with memcpyGuenter Roeck1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-03-24isdn: use setup_timerGeliang Tang1-3/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2016-04-30tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley1-5/+5
2016-04-30tty: Replace ASYNC_CHECK_CD and update atomicallyPeter Hurley1-6/+2
2016-04-30tty: Replace ASYNC_NORMAL_ACTIVE bit and update atomicallyPeter Hurley1-11/+9
2016-04-30tty: Replace TTY_IO_ERROR bit tests with tty_io_error()Peter Hurley1-3/+3
2016-01-28isdn: Remove ASYNC_CLOSINGPeter Hurley1-6/+6
2015-10-17tty: Remove tty_wait_until_sent_from_close()Peter Hurley1-1/+1
2014-09-23isdn: i4l: Remove ASYNC_CTS_FLOWPeter Hurley1-5/+0
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2013-03-21Merge 3.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+3
2013-03-18TTY: cleanup tty->hw_stopped usesJiri Slaby1-3/+0
2013-03-18drivers/isdn: delete 'break' after 'return'Chen Gang1-1/+0
2013-03-08drivers/isdn: checkng length to be sure not memory overflowChen Gang1-1/+3
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-23/+16
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-3/+3
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-6/+6
2013-01-15TTY: switch tty_buffer_request_room to tty_portJiri Slaby1-5/+7
2012-11-15TTY: call tty_port_destroy in the rest of driversJiri Slaby1-0/+4
2012-08-13TTY: i4l, add tty installJiri Slaby1-8/+15
2012-08-13TTY: automatically create nodes for some driversJiri Slaby1-1/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-8/+8
2012-04-09TTY: isdn, use tty_port_block_til_ready helperJiri Slaby1-96/+1
2012-04-09TTY: isdn, define tty_port_operationsJiri Slaby1-1/+13
2012-04-09TTY: isdn, use tty_port_close_end helperJiri Slaby1-7/+2
2012-04-09TTY: isdn, define local tty_portJiri Slaby1-46/+52
2012-04-09TTY: isdn, use xmit_buf from tty_portJiri Slaby1-7/+9
2012-04-09TTY: isdn, use tty from tty_portJiri Slaby1-21/+20
2012-04-09TTY: isdn, use counts from tty_portJiri Slaby1-22/+21
2012-04-09TTY: isdn, use open/close_wait from tty_portJiri Slaby1-9/+7
2012-04-09TTY: isdn, add tty_portJiri Slaby1-29/+31
2012-04-09TTY: isdn, make some functions readableJiri Slaby1-85/+93
2012-04-09TTY: isdn, do not play with module refcountsJiri Slaby1-11/+0
2012-04-09TTY: isdn, remove ISDN_ASYNC_* flagsJiri Slaby1-29/+30
2012-04-09TTY: isdn, remove calloutJiri Slaby1-26/+6
2012-04-09ISDN: i4l, remove cvs crapJiri Slaby1-5/+1
2012-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1220/+1220
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-5/+2
2012-02-21isdn: whitespace coding style cleanupJoe Perches1-1220/+1220
2011-10-31drivers/isdn: Add module.h to ISDN files implicitly using it.Paul Gortmaker1-0/+1
2011-08-25TTY: use tty_wait_until_sent_from_close in other driversJiri Slaby1-1/+1
2011-04-17isdn: i4l: isdn_tty: Fix unused-but-set variables.David S. Miller1-2/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox1-2/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-09-15i4l: kill big kernel lockArnd Bergmann1-5/+6
2010-09-06isdn: cleanup: make buffer smallerDan Carpenter1-2/+2
2010-07-05isdn: avoid calling tty_ldisc_flush() in atomic contextTilman Schmidt1-6/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-0/+1
2009-06-11drivers/isdn/i4l/isdn_tty.c: fix check for array overindexingRoel Kluin1-1/+1
2008-04-30tty/serial: lay the foundations for the next set of reworksAlan Cox1-3/+1
2008-04-30isdn_tty: Prepare for BKL push downAlan Cox1-18/+8
2008-04-28isdn: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-3/+3
2008-02-06drivers/isdn/i4l/isdn_tty.c: remove write_semDaniel Walker1-1/+0
2008-01-04[ISDN]: i4l: Fix DLE handling for i4l-audioMatthias Goebl1-0/+2
2008-01-04[ISDN] i4l: 'NO CARRIER' message lost after ldisc flushMatthias Goebl1-0/+5
2007-06-01Fix broken CLIR in isdn driverKarsten Keil1-1/+2
2007-02-11[PATCH] Char: tty_wakeup cleanupJiri Slaby1-1/+0
2006-12-08[PATCH] tty: switch to ktermiosAlan Cox1-1/+1
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-2/+1
2006-06-27[PATCH] i4l fix DLE masking in isdn_tty_try_readKarsten Keil1-1/+1
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-05-21[PATCH] Overrun in isdn_tty.cEric Sesterhenn1-1/+1
2006-03-25[PATCH] i4l/isdn_tty.c: fix a check-after-useAdrian Bunk1-1/+4
2006-03-06[PATCH] i4l: fix refcounting problem with ttyIx devicesKarsten Keil1-0/+1
2006-02-14[PATCH] Fix NULL pointer dereference in isdn_tty_at_coutKarsten Keil1-2/+2
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-39/+36
2005-11-07[PATCH] kfree cleanup: drivers/isdnJesper Juhl1-16/+8
2005-11-07[PATCH] isdn: fix-up schedule_timeout() usageNishanth Aravamudan1-2/+1
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller1-2/+2
2005-06-25[PATCH] drivers/isdn/i4l/: possible cleanupsAdrian Bunk1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+3911