summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tty: n_gsm: fix decoupled mux resourceDaniel Starke2022-04-151-25/+38
| * tty: n_gsm: fix restart handling via CLD commandDaniel Starke2022-04-151-48/+20
| * tty: n_gsm: fix missing mux reset on config change at responderDaniel Starke2022-04-151-1/+1
* | tty: n_gsm: clean up implicit CR bit encoding in address fieldDaniel Starke2022-04-201-1/+1
* | tty: n_gsm: clean up dead code in gsm_queue()Daniel Starke2022-04-201-4/+0
|/
* tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com2022-02-211-0/+3
* tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com2022-02-211-9/+14
* tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com2022-02-211-4/+4
* tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com2022-02-211-1/+6
* tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com2022-02-211-1/+1
* tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com2022-02-211-6/+10
* tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com2022-02-211-1/+1
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-01-261-1/+3
* tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby2021-11-251-2/+2
* n_gsm: remove unused parameters from gsm_error()Jiri Slaby2021-11-251-5/+2
* tty: n_gsm: Don't ignore write return value in gsmld_output()Tony Lindgren2021-10-051-3/+2
* tty: n_gsm: clean up indenting in gsm_queue()Dan Carpenter2021-10-051-2/+2
* tty: remove file from n_tty_ioctl_helperJiri Slaby2021-09-221-1/+1
* tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao2021-09-141-4/+53
* tty: n_gsm: Modify gsmtty driver register method when config requesterZhenguo Zhao2021-09-141-11/+19
* tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao2021-09-141-1/+3
* tty: n_gsm: Delete gsm_disconnect when config requesterZhenguo Zhao2021-09-141-1/+1
* tty: n_gsm: Modify CR,PF bit printk info when config requesterZhenguo Zhao2021-09-141-0/+4
* tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao2021-09-141-5/+5
* tty: n_gsm: Modify cr bit value when config requesterZhenguo Zhao2021-09-141-2/+2
* tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2