aboutsummaryrefslogtreecommitdiff
path: root/drivers/tty/n_hdlc.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-08format-security: move static strings to constGravatar Kees Cook 1-5/+5
2017-03-07tty: n_hdlc: get rid of racy n_hdlc.tbufGravatar Alexander Popov 1-63/+69
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-05-01Fix OpenSSH pty regression on closeGravatar Brian Bloniarz 1-2/+2
2016-02-06TTY: n_hdlc, fix lockdep false positiveGravatar Jiri Slaby 1-15/+4
2015-05-10pty: Fix input race when closingGravatar Peter Hurley 1-2/+2
2014-05-28drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocGravatar Fabian Frederick 1-3/+1
2014-05-27tty: n_hdlc: Drop redundant error messageGravatar Jean Delvare 1-4/+0
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-11-30tty: n_hdlc not atomic use tty->flags.Gravatar Ilya Zykov 1-3/+3
2011-06-04Revert "tty: make receive_buf() return the amout of bytes received"Gravatar Linus Torvalds 1-10/+8
2011-04-22tty: make receive_buf() return the amout of bytes receivedGravatar Felipe Balbi 1-8/+10
2011-03-02drivers: remove extraneous includes of smp_lock.hGravatar Arnd Bergmann 1-1/+0
2011-01-22n_hdlc: fix read and write lockingGravatar Paul Fulghum 1-45/+45
2010-11-05TTY: create drivers/tty and move the tty core files thereGravatar Greg Kroah-Hartman 1-0/+1007