summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby2020-03-161-21/+12
* n_hdlc: wrap a comment properlyJiri Slaby2020-02-211-2/+4
* n_hdlc: fix whitespace around binary operatorsJiri Slaby2020-02-211-3/+3
* n_hdlc: add missing spaces after commasJiri Slaby2020-02-211-9/+9
* n_hdlc: remove spaces between function name and (Jiri Slaby2020-02-211-4/+4
* n_hdlc: remove useless whitespace at line wrapsJiri Slaby2020-02-211-37/+37
* n_hdlc: use __func__ and pr_ print helpersJiri Slaby2020-02-211-7/+7
* n_hdlc: remove unneeded ifdefJiri Slaby2020-02-211-2/+0
* n_hdlc: switch tbusy and woke_up to boolsJiri Slaby2020-02-211-8/+8
* n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby2020-02-211-31/+15
* n_hdlc: add helper for buffers allocationJiri Slaby2020-02-211-22/+20
* n_hdlc: remove checking of n_hdlcJiri Slaby2020-02-211-29/+3
* n_hdlc: remove cached ttyJiri Slaby2020-02-211-16/+5
* n_hdlc: inline n_hdlc_releaseJiri Slaby2020-02-211-25/+10
* n_hdlc: expand tty2n_hdlc macroJiri Slaby2020-02-211-12/+11
* n_hdlc: remove unused backup_ttyJiri Slaby2020-02-211-9/+1
* n_hdlc: remove unused flagsJiri Slaby2020-02-211-4/+1
* n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby2020-02-211-34/+38
* n_hdlc: simplify freeing of buffer listJiri Slaby2020-02-211-31/+14
* n_hdlc: use clamp() for maxframeJiri Slaby2020-02-211-4/+1
* n_hdlc: cleanup messages during registrationJiri Slaby2020-02-211-4/+4
* n_hdlc: put init/exit strings directly to printsJiri Slaby2020-02-211-22/+6
* n_hdlc: convert debuglevel use to pr_debugJiri Slaby2020-02-211-48/+31
* n_hdlc: remove unused macrosJiri Slaby2020-02-211-5/+0
* n_hdlc: remove tracing debug printsJiri Slaby2020-02-211-30/+2
* tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva2020-01-231-6/+5
* tty: n_hdlc: fix build on SPARCRandy Dunlap2019-10-041-0/+5
* tty/n_hdlc: mark expected switch fall-throughGustavo A. R. Silva2019-02-141-1/+1
* tty/n_hdlc: fix __might_sleep warningPaul Fulghum2019-01-181-0/+1
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-1/+1
* tty: Don't block on IO when ldisc change is pendingDmitry Safonov2018-12-051-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-3/+3
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-2/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* format-security: move static strings to constKees Cook2017-05-081-5/+5
* tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov2017-03-071-63/+69
* lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Fix OpenSSH pty regression on closeBrian Bloniarz2016-05-011-2/+2
* TTY: n_hdlc, fix lockdep false positiveJiri Slaby2016-02-061-15/+4
* pty: Fix input race when closingPeter Hurley2015-05-101-2/+2
* drivers/tty/n_hdlc.c: replace kmalloc/memset by kzallocFabian Frederick2014-05-281-3/+1
* tty: n_hdlc: Drop redundant error messageJean Delvare2014-05-271-4/+0
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* tty: n_hdlc not atomic use tty->flags.Ilya Zykov2011-11-301-3/+3
* Revert "tty: make receive_buf() return the amout of bytes received"Linus Torvalds2011-06-041-10/+8
* tty: make receive_buf() return the amout of bytes receivedFelipe Balbi2011-04-221-8/+10
* drivers: remove extraneous includes of smp_lock.hArnd Bergmann2011-03-021-1/+0
* n_hdlc: fix read and write lockingPaul Fulghum2011-01-221-45/+45