summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)2023-12-081-9/+8
* tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke2023-10-271-0/+1
* tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke2023-10-261-0/+2
* Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke2023-09-181-3/+1
* tty: n_gsm: add restart flag to extended ioctl configDaniel Starke2023-08-221-0/+23
* tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke2023-08-221-4/+6
* tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke2023-08-221-0/+3
* tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke2023-08-221-1/+3
* tty: n_gsm: add open_error counter to gsm_muxDaniel Starke2023-08-221-5/+20
* tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke2023-08-221-2/+1
* tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke2023-08-221-0/+4
* Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-201-1/+2
|\
| * tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang2023-08-111-1/+2
* | tty: ldops: unify to u8Jiri Slaby (SUSE)2023-08-111-4/+3
* | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-1/+1
* | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-2/+1
* | tty: use u8 for flagsJiri Slaby (SUSE)2023-08-111-1/+1
* | tty: use u8 for charsJiri Slaby (SUSE)2023-08-111-1/+1
* | tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)2023-08-111-1/+1
* | tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo2023-08-041-0/+3
|/
* tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng2023-07-251-1/+3
* n_gsm: Use array_index_nospec() with index that comes from userspaceIlpo Järvinen2023-04-201-5/+8
* tty: n_gsm: fix redundant assignment of gsm->encodingDaniel Starke2023-04-201-1/+0
* tty: n_gsm: add ioctl for DLC config via ldisc handleDaniel Starke2023-03-291-0/+29
* tty: n_gsm: allow window size configurationDaniel Starke2023-03-291-2/+2
* tty: n_gsm: add ioctl for DLC specific parameter configurationDaniel Starke2023-03-291-5/+187
* tty: n_gsm: add keep alive supportDaniel Starke2023-02-161-2/+104
* tty: n_gsm: add TIOCMIWAIT supportDaniel Starke2023-02-081-1/+32
* tty: n_gsm: add RING/CD control supportDaniel Starke2023-02-081-0/+5
* tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-2/+2
* tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-1/+1
* tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-4/+4
* tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
* treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman2022-11-221-33/+38
|\
| * tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou2022-11-031-1/+1
| * Revert "tty: n_gsm: replace kicktimer with delayed_work"Fedor Pchelkin2022-11-031-8/+8
| * Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin2022-11-031-24/+29
* | tty: n_gsm: Delete unneeded semicolonShaomin Deng2022-11-091-1/+1
* | tty: n_gsm: add parameter negotiation supportDaniel Starke2022-11-091-8/+327
* | tty: n_gsm: add parameters used with parameter negotiationDaniel Starke2022-11-091-13/+45
* | tty: n_gsm: introduce macro for minimal unit sizeDaniel Starke2022-11-091-2/+5
|/
* tty: n_gsm: add debug bit for user payloadDaniel Starke2022-09-221-0/+5
* tty: n_gsm: name the debug bitsDaniel Starke2022-09-221-12/+19
* tty: n_gsm: introduce gsm_control_command() functionDaniel Starke2022-09-221-7/+26
* tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()Daniel Starke2022-09-221-48/+47
* tty: n_gsm: name gsm tty device minorsDaniel Starke2022-09-221-1/+4
* tty: n_gsm: add enumeration for gsm encodingsDaniel Starke2022-09-221-13/+17
* Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman2022-09-051-47/+38
|\
| * tty: n_gsm: avoid call of sleeping functions from atomic contextFedor Pchelkin2022-08-301-29/+24