summaryrefslogtreecommitdiff
path: root/drivers/tty/n_gsm.c
AgeCommit message (Expand)Author
2023-12-08tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)
2023-10-27tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke
2023-10-26tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke
2023-08-22tty: n_gsm: add restart flag to extended ioctl configDaniel Starke
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke
2023-08-22tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke
2023-08-22tty: n_gsm: add open_error counter to gsm_muxDaniel Starke
2023-08-22tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke
2023-08-22tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)
2023-08-04tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo
2023-07-25tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng
2023-04-20n_gsm: Use array_index_nospec() with index that comes from userspaceIlpo Järvinen
2023-04-20tty: n_gsm: fix redundant assignment of gsm->encodingDaniel Starke
2023-03-29tty: n_gsm: add ioctl for DLC config via ldisc handleDaniel Starke
2023-03-29tty: n_gsm: allow window size configurationDaniel Starke
2023-03-29tty: n_gsm: add ioctl for DLC specific parameter configurationDaniel Starke
2023-02-16tty: n_gsm: add keep alive supportDaniel Starke
2023-02-08tty: n_gsm: add TIOCMIWAIT supportDaniel Starke
2023-02-08tty: n_gsm: add RING/CD control supportDaniel Starke
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman
2022-11-09tty: n_gsm: Delete unneeded semicolonShaomin Deng
2022-11-09tty: n_gsm: add parameter negotiation supportDaniel Starke
2022-11-09tty: n_gsm: add parameters used with parameter negotiationDaniel Starke
2022-11-09tty: n_gsm: introduce macro for minimal unit sizeDaniel Starke
2022-11-03tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou
2022-11-03Revert "tty: n_gsm: replace kicktimer with delayed_work"Fedor Pchelkin
2022-11-03Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin
2022-09-22tty: n_gsm: add debug bit for user payloadDaniel Starke
2022-09-22tty: n_gsm: name the debug bitsDaniel Starke
2022-09-22tty: n_gsm: introduce gsm_control_command() functionDaniel Starke
2022-09-22tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()Daniel Starke
2022-09-22tty: n_gsm: name gsm tty device minorsDaniel Starke
2022-09-22tty: n_gsm: add enumeration for gsm encodingsDaniel Starke
2022-09-05Merge 6.0-rc4 into tty-nextGreg Kroah-Hartman
2022-08-30tty: n_gsm: avoid call of sleeping functions from atomic contextFedor Pchelkin