summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()Mazin Al Haddad2022-09-081-1/+2
* tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke2022-08-171-2/+5
* tty: n_gsm: fix DM commandDaniel Starke2022-08-171-1/+1
* tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke2022-08-171-2/+2
* tty: n_gsm: fix resource allocation order in gsm_activate_mux()Daniel Starke2022-08-171-3/+4
* tty: n_gsm: fix race condition in gsmld_write()Daniel Starke2022-08-171-4/+17
* tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke2022-08-171-1/+1
* tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke2022-08-171-1/+53
* tty: n_gsm: fix missing timer to handle stalled linksDaniel Starke2022-08-171-8/+35
* tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output()Daniel Starke2022-08-171-32/+42
* tty: n_gsm: fix tty registration before control channel openDaniel Starke2022-08-171-38/+79
* tty: n_gsm: fix user open not possible at responder until initiator openDaniel Starke2022-08-171-2/+29
* tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao2022-08-171-1/+3
* tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com2022-07-121-6/+10
* tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke2022-07-121-4/+3
* tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke2022-07-121-6/+9
* tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke2022-07-121-8/+117
* tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke2022-07-121-0/+4
* tty: n_gsm: fix frame reception handlingDaniel Starke2022-07-121-23/+30
* tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao2022-07-121-4/+53
* tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao2022-07-121-5/+5
* tty: n_gsm: Debug output allocation must use GFP_ATOMICTony Lindgren2022-06-221-1/+1
* tty: n_gsm: Fix packet data hex dump outputTony Lindgren2022-06-141-8/+23
* tty: n_gsm: Don't ignore write return value in gsmld_output()Tony Lindgren2022-06-141-3/+2
* tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke2022-05-181-4/+8
* tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke2022-05-181-0/+1
* tty: n_gsm: fix software flow control handlingDaniel Starke2022-05-091-0/+16
* tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-05-091-1/+0
* tty: n_gsm: fix reset fifo race conditionDaniel Starke2022-05-091-0/+8
* tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke2022-05-091-0/+1
* tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke2022-05-091-13/+5
* tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-05-091-12/+11
* tty: n_gsm: fix wrong command retry handlingDaniel Starke2022-05-091-3/+3
* tty: n_gsm: fix missing explicit ldisc flushDaniel Starke2022-05-091-0/+1
* tty: n_gsm: fix wrong DLCI release orderDaniel Starke2022-05-091-2/+2
* tty: n_gsm: fix insufficient txframe sizeDaniel Starke2022-05-091-1/+3
* tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke2022-05-091-1/+2
* tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke2022-05-091-1/+1
* tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke2022-05-091-1/+6
* tty: n_gsm: fix decoupled mux resourceDaniel Starke2022-05-091-25/+38
* tty: n_gsm: fix restart handling via CLD commandDaniel Starke2022-05-091-48/+20
* tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com2022-03-021-0/+3
* tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com2022-03-021-9/+14
* tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com2022-03-021-4/+4
* tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com2022-03-021-1/+6
* tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com2022-03-021-1/+1
* tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com2022-03-021-1/+1
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-02-011-1/+3
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
* tty: stop using alloc_tty_driverJiri Slaby2021-07-271-5/+4