- e6b3d55 tty: n_gsm: add copyright Siemens Mobility GmbH by Daniel Starke · 1 year, 4 months ago
- 3a75b20 tty: n_gsm: fix race condition in status line change on dead connections by Daniel Starke · 1 year, 4 months ago
- 29346e2 Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux" by Daniel Starke · 1 year, 6 months ago
- e112ec4 tty: n_gsm: add restart flag to extended ioctl config by Daniel Starke · 1 year, 7 months ago
- 57677126 tty: n_gsm: cleanup gsm_control_command and gsm_control_reply by Daniel Starke · 1 year, 7 months ago
- e74c048 tty: n_gsm: increase gsm_mux unsupported counted where appropriate by Daniel Starke · 1 year, 7 months ago
- b99f51b tty: n_gsm: increase malformed counter for malformed control frames by Daniel Starke · 1 year, 7 months ago
- a1ce6da tty: n_gsm: add open_error counter to gsm_mux by Daniel Starke · 1 year, 7 months ago
- e1c90bb tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config by Daniel Starke · 1 year, 7 months ago
- a031c77 tty: n_gsm: add restart flag to DLC specific ioctl config by Daniel Starke · 1 year, 7 months ago
- 642073c Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty") into tty-next by Greg Kroah-Hartman · 1 year, 7 months ago
- 3c4f833 tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux by Yi Yang · 1 year, 7 months ago
- 49b8220 tty: ldops: unify to u8 by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 9571396 tty: make tty_operations::write()'s count size_t by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 69851e4 tty: propagate u8 data to tty_operations::write() by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 892bc20 tty: use u8 for flags by Jiri Slaby (SUSE) · 1 year, 7 months ago
- a8d9cd2 tty: use u8 for chars by Jiri Slaby (SUSE) · 1 year, 7 months ago
- e816144 tty: make tty_ldisc_ops::*buf*() hooks operate on size_t by Jiri Slaby (SUSE) · 1 year, 7 months ago
- 67c3775 tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc by Thadeu Lima de Souza Cascardo · 1 year, 7 months ago
- 9b9c819 tty: n_gsm: fix UAF in gsm_cleanup_mux by Chaoyuan Peng · 1 year, 8 months ago
- 2b3174c n_gsm: Use array_index_nospec() with index that comes from userspace by Ilpo Järvinen · 1 year, 11 months ago
- 254d5a5 tty: n_gsm: fix redundant assignment of gsm->encoding by Daniel Starke · 1 year, 11 months ago
- afe3154 tty: n_gsm: add ioctl for DLC config via ldisc handle by Daniel Starke · 2 years ago
- 8629745 tty: n_gsm: allow window size configuration by Daniel Starke · 2 years ago
- 4ca5896 tty: n_gsm: add ioctl for DLC specific parameter configuration by Daniel Starke · 2 years ago
- 72206cc tty: n_gsm: add keep alive support by Daniel Starke · 2 years, 1 month ago
- 684ae4f tty: n_gsm: add TIOCMIWAIT support by Daniel Starke · 2 years, 1 month ago
- 42ec0b9 tty: n_gsm: add RING/CD control support by Daniel Starke · 2 years, 1 month ago
- 5701cb8 tty: Call ->dtr_rts() parameter active consistently by Ilpo Järvinen · 2 years, 2 months ago
- 5d42039 tty: Convert ->dtr_rts() to take bool argument by Ilpo Järvinen · 2 years, 2 months ago
- b300fb2 tty: Convert ->carrier_raised() and callchains to bool by Ilpo Järvinen · 2 years, 2 months ago
- 515be7ba tty: Cleanup tty_port_set_initialized() bool parameter by Ilpo Järvinen · 2 years, 2 months ago
- 292a089 treewide: Convert del_timer*() to timer_shutdown*() by Steven Rostedt (Google) · 2 years, 3 months ago
- 42a62da0 Merge 6.1-rc6 into tty-next by Greg Kroah-Hartman · 2 years, 4 months ago
- a3be423f tty: n_gsm: Delete unneeded semicolon by Shaomin Deng · 2 years, 4 months ago
- 92f1f0c tty: n_gsm: add parameter negotiation support by Daniel Starke · 2 years, 4 months ago
- 2ec7a80 tty: n_gsm: add parameters used with parameter negotiation by Daniel Starke · 2 years, 4 months ago
- 7a12124 tty: n_gsm: introduce macro for minimal unit size by Daniel Starke · 2 years, 4 months ago
- 7b7dfe4 tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send by Duoming Zhou · 2 years, 5 months ago
- 15743ae Revert "tty: n_gsm: replace kicktimer with delayed_work" by Fedor Pchelkin · 2 years, 5 months ago
- acdab4c Revert "tty: n_gsm: avoid call of sleeping functions from atomic context" by Fedor Pchelkin · 2 years, 5 months ago
- c22d054 tty: n_gsm: add debug bit for user payload by Daniel Starke · 2 years, 6 months ago
- c07da73 tty: n_gsm: name the debug bits by Daniel Starke · 2 years, 6 months ago
- de640bc tty: n_gsm: introduce gsm_control_command() function by Daniel Starke · 2 years, 6 months ago
- 669609c tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val() by Daniel Starke · 2 years, 6 months ago
- 796492d tty: n_gsm: name gsm tty device minors by Daniel Starke · 2 years, 6 months ago
- 19fb0a6 tty: n_gsm: add enumeration for gsm encodings by Daniel Starke · 2 years, 6 months ago
- 35f2e3c Merge 6.0-rc4 into tty-next by Greg Kroah-Hartman · 2 years, 6 months ago
- 902e02e tty: n_gsm: avoid call of sleeping functions from atomic context by Fedor Pchelkin · 2 years, 6 months ago
- c9ab053 tty: n_gsm: replace kicktimer with delayed_work by Fedor Pchelkin · 2 years, 6 months ago
- 4bb1a53 tty: n_gsm: initialize more members at gsm_alloc_mux() by Tetsuo Handa · 2 years, 6 months ago
- f16c6d2 tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf() by Mazin Al Haddad · 2 years, 7 months ago
- a8c11c1 tty: Make ->set_termios() old ktermios const by Ilpo Järvinen · 2 years, 7 months ago
- 7e5b432 tty: n_gsm: fix missing corner cases in gsmld_poll() by Daniel Starke · 2 years, 8 months ago
- 59ff068 tty: n_gsm: fix flow control handling in tx path by Daniel Starke · 2 years, 8 months ago
- 18a948c7 tty: n_gsm: fix DM command by Daniel Starke · 2 years, 8 months ago
- f30e10c tty: n_gsm: fix wrong T1 retry count handling by Daniel Starke · 2 years, 8 months ago
- 7349660 tty: n_gsm: fix resource allocation order in gsm_activate_mux() by Daniel Starke · 2 years, 8 months ago
- 0af0216 tty: n_gsm: fix deadlock and link starvation in outgoing data path by Daniel Starke · 2 years, 8 months ago
- 32dd59f tty: n_gsm: fix race condition in gsmld_write() by Daniel Starke · 2 years, 8 months ago
- 4fae831 tty: n_gsm: fix packet re-transmission without open control channel by Daniel Starke · 2 years, 8 months ago
- bec0224 tty: n_gsm: fix non flow control frames during mux flow off by Daniel Starke · 2 years, 8 months ago
- c568f70 tty: n_gsm: fix missing timer to handle stalled links by Daniel Starke · 2 years, 8 months ago
- 556fc8a tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output() by Daniel Starke · 2 years, 8 months ago
- 01aecd9 tty: n_gsm: fix tty registration before control channel open by Daniel Starke · 2 years, 8 months ago
- ac77f00 tty: n_gsm: fix user open not possible at responder until initiator open by Daniel Starke · 2 years, 8 months ago
- e74024b tty: n_gsm: Debug output allocation must use GFP_ATOMIC by Tony Lindgren · 2 years, 10 months ago
- 925ea0f tty: n_gsm: Fix packet data hex dump output by Tony Lindgren · 2 years, 10 months ago
- d6da35e Merge 5.18-rc7 into usb-next by Greg Kroah-Hartman · 2 years, 10 months ago
- 9361ebf tty: n_gsm: fix invalid gsmtty_write_room() result by Daniel Starke · 2 years, 10 months ago
- edd5f60 tty: n_gsm: fix mux activation issues in gsm_config() by Daniel Starke · 2 years, 10 months ago
- fd442e5 tty: n_gsm: fix buffer over-read in gsm_dlci_data() by Daniel Starke · 2 years, 10 months ago
- 9e6a907 Merge 5.18-rc5 into tty-next by Greg Kroah-Hartman · 2 years, 10 months ago
- 1931743 tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output() by Daniel Starke · 2 years, 11 months ago
- f4f7d63 tty: n_gsm: fix software flow control handling by Daniel Starke · 2 years, 11 months ago
- c19ffe0 tty: n_gsm: fix invalid use of MSC in advanced option by Daniel Starke · 2 years, 11 months ago
- a8c5b82 tty: n_gsm: fix broken virtual tty handling by Daniel Starke · 2 years, 11 months ago
- 87127773 tty: n_gsm: clean up implicit CR bit encoding in address field by Daniel Starke · 2 years, 11 months ago
- 538668d tty: n_gsm: clean up dead code in gsm_queue() by Daniel Starke · 2 years, 11 months ago
- 4847380 tty: n_gsm: fix missing update of modem controls after DLCI open by Daniel Starke · 2 years, 11 months ago
- ff9166c6 tty: n_gsm: fix incorrect UA handling by Daniel Starke · 2 years, 11 months ago
- 73029a4 tty: n_gsm: fix reset fifo race condition by Daniel Starke · 2 years, 11 months ago
- 1adf6fe tty: n_gsm: fix missing tty wakeup in convergence layer type 2 by Daniel Starke · 2 years, 11 months ago
- 317f86a tty: n_gsm: fix wrong signal octets encoding in MSC by Daniel Starke · 2 years, 11 months ago
- 398867f5 tty: n_gsm: fix wrong command frame length field encoding by Daniel Starke · 2 years, 11 months ago
- d0bcdff tty: n_gsm: fix wrong command retry handling by Daniel Starke · 2 years, 11 months ago
- 17eac65 tty: n_gsm: fix missing explicit ldisc flush by Daniel Starke · 2 years, 11 months ago
- deefc58 tty: n_gsm: fix wrong DLCI release order by Daniel Starke · 2 years, 11 months ago
- 535bf60 tty: n_gsm: fix insufficient txframe size by Daniel Starke · 2 years, 11 months ago
- a24b4b2 tty: n_gsm: fix malformed counter for out of frame data by Daniel Starke · 2 years, 11 months ago
- 7a0e4b1 tty: n_gsm: fix frame reception handling by Daniel Starke · 2 years, 11 months ago
- 06d5afd tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 by Daniel Starke · 2 years, 11 months ago
- 284260f tty: n_gsm: fix mux cleanup after unregister tty device by Daniel Starke · 2 years, 11 months ago
- 1ec92e9 tty: n_gsm: fix decoupled mux resource by Daniel Starke · 2 years, 11 months ago
- aa371e9 tty: n_gsm: fix restart handling via CLD command by Daniel Starke · 2 years, 11 months ago
- 1145169 tty: n_gsm: fix missing mux reset on config change at responder by Daniel Starke · 2 years, 11 months ago
- a2ab75b tty: n_gsm: fix deadlock in gsmtty_open() by daniel.starke@siemens.com · 3 years, 1 month ago
- 687f9ad tty: n_gsm: fix wrong modem processing in convergence layer type 2 by daniel.starke@siemens.com · 3 years, 1 month ago
- c19d935 tty: n_gsm: fix wrong tty control line for flow control by daniel.starke@siemens.com · 3 years, 1 month ago
- 96b169f tty: n_gsm: fix NULL pointer access due to DLCI release by daniel.starke@siemens.com · 3 years, 1 month ago