index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_gsm.c
Age
Commit message (
Expand
)
Author
2023-10-27
tty: n_gsm: add copyright Siemens Mobility GmbH
Daniel Starke
2023-10-26
tty: n_gsm: fix race condition in status line change on dead connections
Daniel Starke
2023-09-18
Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"
Daniel Starke
2023-08-22
tty: n_gsm: add restart flag to extended ioctl config
Daniel Starke
2023-08-22
tty: n_gsm: cleanup gsm_control_command and gsm_control_reply
Daniel Starke
2023-08-22
tty: n_gsm: increase gsm_mux unsupported counted where appropriate
Daniel Starke
2023-08-22
tty: n_gsm: increase malformed counter for malformed control frames
Daniel Starke
2023-08-22
tty: n_gsm: add open_error counter to gsm_mux
Daniel Starke
2023-08-22
tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
Daniel Starke
2023-08-22
tty: n_gsm: add restart flag to DLC specific ioctl config
Daniel Starke
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
2023-08-11
tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
Yi Yang
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-04
tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc
Thadeu Lima de Souza Cascardo
2023-07-25
tty: n_gsm: fix UAF in gsm_cleanup_mux
Chaoyuan Peng
2023-04-20
n_gsm: Use array_index_nospec() with index that comes from userspace
Ilpo Järvinen
2023-04-20
tty: n_gsm: fix redundant assignment of gsm->encoding
Daniel Starke
2023-03-29
tty: n_gsm: add ioctl for DLC config via ldisc handle
Daniel Starke
2023-03-29
tty: n_gsm: allow window size configuration
Daniel Starke
2023-03-29
tty: n_gsm: add ioctl for DLC specific parameter configuration
Daniel Starke
2023-02-16
tty: n_gsm: add keep alive support
Daniel Starke
2023-02-08
tty: n_gsm: add TIOCMIWAIT support
Daniel Starke
2023-02-08
tty: n_gsm: add RING/CD control support
Daniel Starke
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-11-22
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
2022-11-09
tty: n_gsm: Delete unneeded semicolon
Shaomin Deng
2022-11-09
tty: n_gsm: add parameter negotiation support
Daniel Starke
2022-11-09
tty: n_gsm: add parameters used with parameter negotiation
Daniel Starke
2022-11-09
tty: n_gsm: introduce macro for minimal unit size
Daniel Starke
2022-11-03
tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
Duoming Zhou
2022-11-03
Revert "tty: n_gsm: replace kicktimer with delayed_work"
Fedor Pchelkin
2022-11-03
Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
Fedor Pchelkin
2022-09-22
tty: n_gsm: add debug bit for user payload
Daniel Starke
2022-09-22
tty: n_gsm: name the debug bits
Daniel Starke
2022-09-22
tty: n_gsm: introduce gsm_control_command() function
Daniel Starke
2022-09-22
tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
Daniel Starke
2022-09-22
tty: n_gsm: name gsm tty device minors
Daniel Starke
2022-09-22
tty: n_gsm: add enumeration for gsm encodings
Daniel Starke
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
2022-08-30
tty: n_gsm: avoid call of sleeping functions from atomic context
Fedor Pchelkin
2022-08-30
tty: n_gsm: replace kicktimer with delayed_work
Fedor Pchelkin
[next]