Age | Commit message (Expand) | Author | Files | Lines |
2023-07-25 | tty: n_gsm: fix UAF in gsm_cleanup_mux | Chaoyuan Peng | 1 | -1/+3 |
2023-04-20 | n_gsm: Use array_index_nospec() with index that comes from userspace | Ilpo Järvinen | 1 | -5/+8 |
2023-04-20 | tty: n_gsm: fix redundant assignment of gsm->encoding | Daniel Starke | 1 | -1/+0 |
2023-03-29 | tty: n_gsm: add ioctl for DLC config via ldisc handle | Daniel Starke | 1 | -0/+29 |
2023-03-29 | tty: n_gsm: allow window size configuration | Daniel Starke | 1 | -2/+2 |
2023-03-29 | tty: n_gsm: add ioctl for DLC specific parameter configuration | Daniel Starke | 1 | -5/+187 |
2023-02-16 | tty: n_gsm: add keep alive support | Daniel Starke | 1 | -2/+104 |
2023-02-08 | tty: n_gsm: add TIOCMIWAIT support | Daniel Starke | 1 | -1/+32 |
2023-02-08 | tty: n_gsm: add RING/CD control support | Daniel Starke | 1 | -0/+5 |
2023-01-19 | tty: Call ->dtr_rts() parameter active consistently | Ilpo Järvinen | 1 | -2/+2 |
2023-01-19 | tty: Convert ->dtr_rts() to take bool argument | Ilpo Järvinen | 1 | -1/+1 |
2023-01-19 | tty: Convert ->carrier_raised() and callchains to bool | Ilpo Järvinen | 1 | -4/+4 |
2023-01-19 | tty: Cleanup tty_port_set_initialized() bool parameter | Ilpo Järvinen | 1 | -2/+2 |
2022-12-26 | treewide: Convert del_timer*() to timer_shutdown*() | Steven Rostedt (Google) | 1 | -1/+1 |
2022-11-22 | Merge 6.1-rc6 into tty-next | Greg Kroah-Hartman | 1 | -33/+38 |
2022-11-09 | tty: n_gsm: Delete unneeded semicolon | Shaomin Deng | 1 | -1/+1 |
2022-11-09 | tty: n_gsm: add parameter negotiation support | Daniel Starke | 1 | -8/+327 |
2022-11-09 | tty: n_gsm: add parameters used with parameter negotiation | Daniel Starke | 1 | -13/+45 |
2022-11-09 | tty: n_gsm: introduce macro for minimal unit size | Daniel Starke | 1 | -2/+5 |
2022-11-03 | tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send | Duoming Zhou | 1 | -1/+1 |
2022-11-03 | Revert "tty: n_gsm: replace kicktimer with delayed_work" | Fedor Pchelkin | 1 | -8/+8 |
2022-11-03 | Revert "tty: n_gsm: avoid call of sleeping functions from atomic context" | Fedor Pchelkin | 1 | -24/+29 |
2022-09-22 | tty: n_gsm: add debug bit for user payload | Daniel Starke | 1 | -0/+5 |
2022-09-22 | tty: n_gsm: name the debug bits | Daniel Starke | 1 | -12/+19 |
2022-09-22 | tty: n_gsm: introduce gsm_control_command() function | Daniel Starke | 1 | -7/+26 |
2022-09-22 | tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val() | Daniel Starke | 1 | -48/+47 |
2022-09-22 | tty: n_gsm: name gsm tty device minors | Daniel Starke | 1 | -1/+4 |
2022-09-22 | tty: n_gsm: add enumeration for gsm encodings | Daniel Starke | 1 | -13/+17 |
2022-09-05 | Merge 6.0-rc4 into tty-next | Greg Kroah-Hartman | 1 | -47/+38 |
2022-08-30 | tty: n_gsm: avoid call of sleeping functions from atomic context | Fedor Pchelkin | 1 | -29/+24 |
2022-08-30 | tty: n_gsm: replace kicktimer with delayed_work | Fedor Pchelkin | 1 | -8/+8 |
2022-08-30 | tty: n_gsm: initialize more members at gsm_alloc_mux() | Tetsuo Handa | 1 | -11/+6 |
2022-08-30 | tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf() | Mazin Al Haddad | 1 | -1/+2 |
2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+2 |
2022-07-08 | tty: n_gsm: fix missing corner cases in gsmld_poll() | Daniel Starke | 1 | -2/+5 |
2022-07-08 | tty: n_gsm: fix flow control handling in tx path | Daniel Starke | 1 | -1/+1 |
2022-07-08 | tty: n_gsm: fix DM command | Daniel Starke | 1 | -1/+1 |
2022-07-08 | tty: n_gsm: fix wrong T1 retry count handling | Daniel Starke | 1 | -2/+2 |
2022-07-01 | tty: n_gsm: fix resource allocation order in gsm_activate_mux() | Daniel Starke | 1 | -3/+4 |
2022-07-01 | tty: n_gsm: fix deadlock and link starvation in outgoing data path | Daniel Starke | 1 | -128/+279 |
2022-07-01 | tty: n_gsm: fix race condition in gsmld_write() | Daniel Starke | 1 | -4/+17 |
2022-07-01 | tty: n_gsm: fix packet re-transmission without open control channel | Daniel Starke | 1 | -1/+1 |
2022-07-01 | tty: n_gsm: fix non flow control frames during mux flow off | Daniel Starke | 1 | -1/+53 |
2022-07-01 | tty: n_gsm: fix missing timer to handle stalled links | Daniel Starke | 1 | -8/+35 |
2022-07-01 | tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output() | Daniel Starke | 1 | -32/+42 |
2022-07-01 | tty: n_gsm: fix tty registration before control channel open | Daniel Starke | 1 | -38/+79 |
2022-07-01 | tty: n_gsm: fix user open not possible at responder until initiator open | Daniel Starke | 1 | -2/+29 |
2022-06-10 | tty: n_gsm: Debug output allocation must use GFP_ATOMIC | Tony Lindgren | 1 | -1/+1 |
2022-05-19 | tty: n_gsm: Fix packet data hex dump output | Tony Lindgren | 1 | -8/+23 |
2022-05-16 | Merge 5.18-rc7 into usb-next | Greg Kroah-Hartman | 1 | -8/+12 |