summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tty: n_gsm: replace kicktimer with delayed_workFedor Pchelkin2022-08-301-8/+8
| * tty: n_gsm: initialize more members at gsm_alloc_mux()Tetsuo Handa2022-08-301-11/+6
| * tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()Mazin Al Haddad2022-08-301-1/+2
* | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
|/
* tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke2022-07-081-2/+5
* tty: n_gsm: fix flow control handling in tx pathDaniel Starke2022-07-081-1/+1
* tty: n_gsm: fix DM commandDaniel Starke2022-07-081-1/+1
* tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke2022-07-081-2/+2
* tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke2022-07-011-3/+4
* tty: n_gsm: fix deadlock and link starvation in outgoing data pathDaniel Starke2022-07-011-128/+279
* tty: n_gsm: fix race condition in gsmld_write()Daniel Starke2022-07-011-4/+17
* tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke2022-07-011-1/+1
* tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke2022-07-011-1/+53
* tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke2022-07-011-8/+35
* tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke2022-07-011-32/+42
* tty: n_gsm: fix tty registration before control channel openDaniel Starke2022-07-011-38/+79
* tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke2022-07-011-2/+29
* tty: n_gsm: Debug output allocation must use GFP_ATOMICTony Lindgren2022-06-101-1/+1
* tty: n_gsm: Fix packet data hex dump outputTony Lindgren2022-05-191-8/+23
* Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman2022-05-161-8/+12
|\
| * tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke2022-05-051-4/+3
| * tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke2022-05-051-4/+8
| * tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke2022-05-051-0/+1
* | Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman2022-05-021-201/+276
|\|
| * tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke2022-04-261-6/+9
| * tty: n_gsm: fix software flow control handlingDaniel Starke2022-04-221-0/+16
| * tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke2022-04-221-8/+117
| * tty: n_gsm: fix broken virtual tty handlingDaniel Starke2022-04-221-72/+15
| * tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke2022-04-201-0/+4
| * tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-04-151-1/+0
| * tty: n_gsm: fix reset fifo race conditionDaniel Starke2022-04-151-0/+8
| * tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke2022-04-151-0/+1
| * tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke2022-04-151-13/+5
| * tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-04-151-12/+11
| * tty: n_gsm: fix wrong command retry handlingDaniel Starke2022-04-151-3/+3
| * tty: n_gsm: fix missing explicit ldisc flushDaniel Starke2022-04-151-0/+1
| * tty: n_gsm: fix wrong DLCI release orderDaniel Starke2022-04-151-2/+2
| * tty: n_gsm: fix insufficient txframe sizeDaniel Starke2022-04-151-1/+3
| * tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke2022-04-151-1/+2
| * tty: n_gsm: fix frame reception handlingDaniel Starke2022-04-151-23/+30
| * tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke2022-04-151-1/+1
| * tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke2022-04-151-1/+6