summaryrefslogtreecommitdiff
path: root/drivers/tty/n_gsm.c
AgeCommit message (Expand)Author
2022-06-10tty: n_gsm: Debug output allocation must use GFP_ATOMICTony Lindgren
2022-05-19tty: n_gsm: Fix packet data hex dump outputTony Lindgren
2022-05-16Merge 5.18-rc7 into usb-nextGreg Kroah-Hartman
2022-05-05tty: n_gsm: fix invalid gsmtty_write_room() resultDaniel Starke
2022-05-05tty: n_gsm: fix mux activation issues in gsm_config()Daniel Starke
2022-05-05tty: n_gsm: fix buffer over-read in gsm_dlci_data()Daniel Starke
2022-05-02Merge 5.18-rc5 into tty-nextGreg Kroah-Hartman
2022-04-26tty: n_gsm: fix sometimes uninitialized warning in gsm_dlci_modem_output()Daniel Starke
2022-04-22tty: n_gsm: fix software flow control handlingDaniel Starke
2022-04-22tty: n_gsm: fix invalid use of MSC in advanced optionDaniel Starke
2022-04-22tty: n_gsm: fix broken virtual tty handlingDaniel Starke
2022-04-20tty: n_gsm: clean up implicit CR bit encoding in address fieldDaniel Starke
2022-04-20tty: n_gsm: clean up dead code in gsm_queue()Daniel Starke
2022-04-20tty: n_gsm: fix missing update of modem controls after DLCI openDaniel Starke
2022-04-15tty: n_gsm: fix incorrect UA handlingDaniel Starke
2022-04-15tty: n_gsm: fix reset fifo race conditionDaniel Starke
2022-04-15tty: n_gsm: fix missing tty wakeup in convergence layer type 2Daniel Starke
2022-04-15tty: n_gsm: fix wrong signal octets encoding in MSCDaniel Starke
2022-04-15tty: n_gsm: fix wrong command frame length field encodingDaniel Starke
2022-04-15tty: n_gsm: fix wrong command retry handlingDaniel Starke
2022-04-15tty: n_gsm: fix missing explicit ldisc flushDaniel Starke
2022-04-15tty: n_gsm: fix wrong DLCI release orderDaniel Starke
2022-04-15tty: n_gsm: fix insufficient txframe sizeDaniel Starke
2022-04-15tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke
2022-04-15tty: n_gsm: fix frame reception handlingDaniel Starke
2022-04-15tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke
2022-04-15tty: n_gsm: fix mux cleanup after unregister tty deviceDaniel Starke
2022-04-15tty: n_gsm: fix decoupled mux resourceDaniel Starke
2022-04-15tty: n_gsm: fix restart handling via CLD commandDaniel Starke
2022-04-15tty: n_gsm: fix missing mux reset on config change at responderDaniel Starke
2022-02-21tty: n_gsm: fix deadlock in gsmtty_open()daniel.starke@siemens.com
2022-02-21tty: n_gsm: fix wrong modem processing in convergence layer type 2daniel.starke@siemens.com
2022-02-21tty: n_gsm: fix wrong tty control line for flow controldaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix NULL pointer access due to DLCI releasedaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix encoding of command/response bitdaniel.starke@siemens.com
2022-02-21tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com
2022-01-26tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com
2021-11-25tty: remove file from tty_ldisc_ops::ioctl and compat_ioctlJiri Slaby
2021-11-25n_gsm: remove unused parameters from gsm_error()Jiri Slaby
2021-10-05tty: n_gsm: Don't ignore write return value in gsmld_output()Tony Lindgren
2021-10-05tty: n_gsm: clean up indenting in gsm_queue()Dan Carpenter
2021-09-22tty: remove file from n_tty_ioctl_helperJiri Slaby
2021-09-14tty: n_gsm: Save dlci address open status when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify gsmtty driver register method when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Delete gsmtty open SABM frame when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Delete gsm_disconnect when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify CR,PF bit printk info when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify CR,PF bit when config requesterZhenguo Zhao
2021-09-14tty: n_gsm: Modify cr bit value when config requesterZhenguo Zhao