index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_hdlc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tty: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-24
1
-0
/
+1
*
tty: n_hdlc: convert to u8 and size_t
Jiri Slaby (SUSE)
2023-12-08
1
-5
/
+5
*
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
1
-3
/
+3
*
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
1
-1
/
+1
*
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
1
-1
/
+1
*
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-11
1
-2
/
+2
*
tty: n_hdlc: remove HDLC_MAGIC
наб
2022-09-22
1
-27
/
+0
*
termios: get rid of stray asm/termios.h include in n_hdlc.c
Al Viro
2022-08-30
1
-1
/
+0
*
Merge 5.16-rc6 into tty-next
Greg Kroah-Hartman
2021-12-20
1
-1
/
+22
|
\
|
*
tty: n_hdlc: make n_hdlc_tty_wakeup() asynchronous
Tetsuo Handa
2021-12-15
1
-1
/
+22
*
|
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
2021-11-25
1
-3
/
+2
|
/
*
tty: remove file from n_tty_ioctl_helper
Jiri Slaby
2021-09-22
1
-1
/
+1
*
tty: n_hdlc: Fix a little doc-rot in n_hdlc_tty_read()
Lee Jones
2021-05-20
1
-1
/
+3
*
tty: no checking of tty_unregister_ldisc
Jiri Slaby
2021-05-13
1
-7
/
+1
*
tty: make tty_ldisc_ops a param in tty_unregister_ldisc
Jiri Slaby
2021-05-13
1
-2
/
+1
*
tty: set tty_ldisc_ops::num statically
Jiri Slaby
2021-05-13
1
-1
/
+2
*
tty: make fp of tty_ldisc_ops::receive_buf{,2} const
Jiri Slaby
2021-05-13
1
-1
/
+1
*
tty: clean include/linux/tty.h up
Greg Kroah-Hartman
2021-04-15
1
-0
/
+1
*
tty: remove TTY_LDISC_MAGIC
Jiri Slaby
2021-03-10
1
-1
/
+0
*
tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer
Linus Torvalds
2021-01-21
1
-19
/
+41
*
Merge 5.9-rc3 into tty-next
Greg Kroah-Hartman
2020-08-31
1
-1
/
+1
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
|
tty: ldiscs, fix kernel-doc
Jiri Slaby
2020-08-18
1
-36
/
+36
|
/
*
n_hdlc_tty_read(): remove pointless access_ok()
Al Viro
2020-05-29
1
-7
/
+0
*
tty: n_hdlc, remove FILE and LINE from pr_debug
Jiri Slaby
2020-03-16
1
-21
/
+12
*
n_hdlc: wrap a comment properly
Jiri Slaby
2020-02-21
1
-2
/
+4
*
n_hdlc: fix whitespace around binary operators
Jiri Slaby
2020-02-21
1
-3
/
+3
*
n_hdlc: add missing spaces after commas
Jiri Slaby
2020-02-21
1
-9
/
+9
*
n_hdlc: remove spaces between function name and (
Jiri Slaby
2020-02-21
1
-4
/
+4
*
n_hdlc: remove useless whitespace at line wraps
Jiri Slaby
2020-02-21
1
-37
/
+37
*
n_hdlc: use __func__ and pr_ print helpers
Jiri Slaby
2020-02-21
1
-7
/
+7
*
n_hdlc: remove unneeded ifdef
Jiri Slaby
2020-02-21
1
-2
/
+0
*
n_hdlc: switch tbusy and woke_up to bools
Jiri Slaby
2020-02-21
1
-8
/
+8
*
n_hdlc: move tty_ldisc_ops to the bottom
Jiri Slaby
2020-02-21
1
-31
/
+15
*
n_hdlc: add helper for buffers allocation
Jiri Slaby
2020-02-21
1
-22
/
+20
*
n_hdlc: remove checking of n_hdlc
Jiri Slaby
2020-02-21
1
-29
/
+3
*
n_hdlc: remove cached tty
Jiri Slaby
2020-02-21
1
-16
/
+5
*
n_hdlc: inline n_hdlc_release
Jiri Slaby
2020-02-21
1
-25
/
+10
*
n_hdlc: expand tty2n_hdlc macro
Jiri Slaby
2020-02-21
1
-12
/
+11
*
n_hdlc: remove unused backup_tty
Jiri Slaby
2020-02-21
1
-9
/
+1
*
n_hdlc: remove unused flags
Jiri Slaby
2020-02-21
1
-4
/
+1
*
n_hdlc: invert conditions in n_hdlc_tty_close and n_hdlc_tty_poll
Jiri Slaby
2020-02-21
1
-34
/
+38
*
n_hdlc: simplify freeing of buffer list
Jiri Slaby
2020-02-21
1
-31
/
+14
*
n_hdlc: use clamp() for maxframe
Jiri Slaby
2020-02-21
1
-4
/
+1
*
n_hdlc: cleanup messages during registration
Jiri Slaby
2020-02-21
1
-4
/
+4
*
n_hdlc: put init/exit strings directly to prints
Jiri Slaby
2020-02-21
1
-22
/
+6
*
n_hdlc: convert debuglevel use to pr_debug
Jiri Slaby
2020-02-21
1
-48
/
+31
*
n_hdlc: remove unused macros
Jiri Slaby
2020-02-21
1
-5
/
+0
*
n_hdlc: remove tracing debug prints
Jiri Slaby
2020-02-21
1
-30
/
+2
*
tty: n_hdlc: Use flexible-array member and struct_size() helper
Gustavo A. R. Silva
2020-01-23
1
-6
/
+5
[next]