summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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