aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_hdlc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby1-1/+1
2021-05-20tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()Lee Jones1-1/+3
2021-05-13tty: no checking of tty_unregister_ldiscJiri Slaby1-7/+1
2021-05-13tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby1-2/+1
2021-05-13tty: set tty_ldisc_ops::num staticallyJiri Slaby1-1/+2
2021-05-13tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby1-1/+1
2021-04-15tty: clean include/linux/tty.h upGreg Kroah-Hartman1-0/+1
2021-03-10tty: remove TTY_LDISC_MAGICJiri Slaby1-1/+0
2021-01-20tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds1-19/+41
2020-08-31Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-18tty: ldiscs, fix kernel-docJiri Slaby1-36/+36
2020-05-29n_hdlc_tty_read(): remove pointless access_ok()Al Viro1-7/+0
2020-03-16tty: n_hdlc, remove FILE and LINE from pr_debugJiri Slaby1-21/+12
2020-02-21n_hdlc: wrap a comment properlyJiri Slaby1-2/+4
2020-02-21n_hdlc: fix whitespace around binary operatorsJiri Slaby1-3/+3
2020-02-21n_hdlc: add missing spaces after commasJiri Slaby1-9/+9
2020-02-21n_hdlc: remove spaces between function name and (Jiri Slaby1-4/+4
2020-02-21n_hdlc: remove useless whitespace at line wrapsJiri Slaby1-37/+37
2020-02-21n_hdlc: use __func__ and pr_ print helpersJiri Slaby1-7/+7
2020-02-21n_hdlc: remove unneeded ifdefJiri Slaby1-2/+0
2020-02-21n_hdlc: switch tbusy and woke_up to boolsJiri Slaby1-8/+8
2020-02-21n_hdlc: move tty_ldisc_ops to the bottomJiri Slaby1-31/+15
2020-02-21n_hdlc: add helper for buffers allocationJiri Slaby1-22/+20
2020-02-21n_hdlc: remove checking of n_hdlcJiri Slaby1-29/+3
2020-02-21n_hdlc: remove cached ttyJiri Slaby1-16/+5
2020-02-21n_hdlc: inline n_hdlc_releaseJiri Slaby1-25/+10
2020-02-21n_hdlc: expand tty2n_hdlc macroJiri Slaby1-12/+11
2020-02-21n_hdlc: remove unused backup_ttyJiri Slaby1-9/+1
2020-02-21n_hdlc: remove unused flagsJiri Slaby1-4/+1
2020-02-21n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_pollJiri Slaby1-34/+38
2020-02-21n_hdlc: simplify freeing of buffer listJiri Slaby1-31/+14
2020-02-21n_hdlc: use clamp() for maxframeJiri Slaby1-4/+1
2020-02-21n_hdlc: cleanup messages during registrationJiri Slaby1-4/+4
2020-02-21n_hdlc: put init/exit strings directly to printsJiri Slaby1-22/+6
2020-02-21n_hdlc: convert debuglevel use to pr_debugJiri Slaby1-48/+31
2020-02-21n_hdlc: remove unused macrosJiri Slaby1-5/+0
2020-02-21n_hdlc: remove tracing debug printsJiri Slaby1-30/+2
2020-01-23tty: n_hdlc: Use flexible-array member and struct_size() helperGustavo A. R. Silva1-6/+5
2019-10-04tty: n_hdlc: fix build on SPARCRandy Dunlap1-0/+5
2019-02-14tty/n_hdlc: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-01-18tty/n_hdlc: fix __might_sleep warningPaul Fulghum1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-12-05tty: Don't block on IO when ldisc change is pendingDmitry Safonov1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-3/+3
2017-11-08tty: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-08tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman1-0/+1
2017-05-08format-security: move static strings to constKees Cook1-5/+5
2017-03-07tty: n_hdlc: get rid of racy n_hdlc.tbufAlexander Popov1-63/+69