aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-05-24Merge tag 'tty-6.10-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-43/+97
2024-05-04tty: n_gsm: fix missing receive state reset after mode switchDaniel Starke1-41/+92
2024-05-04tty: n_gsm: fix possible out-of-bounds in gsm0_receive()Daniel Starke1-2/+5
2024-04-09tty: n_gsm: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2023-12-08tty: n_gsm: convert to u8 and size_tJiri Slaby (SUSE)1-9/+8
2023-10-27tty: n_gsm: add copyright Siemens Mobility GmbHDaniel Starke1-0/+1
2023-10-26tty: n_gsm: fix race condition in status line change on dead connectionsDaniel Starke1-0/+2
2023-09-18Revert "tty: n_gsm: fix UAF in gsm_cleanup_mux"Daniel Starke1-3/+1
2023-08-22tty: n_gsm: add restart flag to extended ioctl configDaniel Starke1-0/+23
2023-08-22tty: n_gsm: cleanup gsm_control_command and gsm_control_replyDaniel Starke1-4/+6
2023-08-22tty: n_gsm: increase gsm_mux unsupported counted where appropriateDaniel Starke1-0/+3
2023-08-22tty: n_gsm: increase malformed counter for malformed control framesDaniel Starke1-1/+3
2023-08-22tty: n_gsm: add open_error counter to gsm_muxDaniel Starke1-5/+20
2023-08-22tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_configDaniel Starke1-2/+1
2023-08-22tty: n_gsm: add restart flag to DLC specific ioctl configDaniel Starke1-0/+4
2023-08-20Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty") into tty-nextGreg Kroah-Hartman1-1/+2
2023-08-11tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_muxYi Yang1-1/+2
2023-08-11tty: ldops: unify to u8Jiri Slaby (SUSE)1-4/+3
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)1-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)1-2/+1
2023-08-11tty: use u8 for flagsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: use u8 for charsJiri Slaby (SUSE)1-1/+1
2023-08-11tty: make tty_ldisc_ops::*buf*() hooks operate on size_tJiri Slaby (SUSE)1-1/+1
2023-08-04tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo1-0/+3
2023-07-25tty: n_gsm: fix UAF in gsm_cleanup_muxChaoyuan Peng1-1/+3
2023-04-20n_gsm: Use array_index_nospec() with index that comes from userspaceIlpo Järvinen1-5/+8
2023-04-20tty: n_gsm: fix redundant assignment of gsm->encodingDaniel Starke1-1/+0
2023-03-29tty: n_gsm: add ioctl for DLC config via ldisc handleDaniel Starke1-0/+29
2023-03-29tty: n_gsm: allow window size configurationDaniel Starke1-2/+2
2023-03-29tty: n_gsm: add ioctl for DLC specific parameter configurationDaniel Starke1-5/+187
2023-02-16tty: n_gsm: add keep alive supportDaniel Starke1-2/+104
2023-02-08tty: n_gsm: add TIOCMIWAIT supportDaniel Starke1-1/+32
2023-02-08tty: n_gsm: add RING/CD control supportDaniel Starke1-0/+5
2023-01-19tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen1-2/+2
2023-01-19tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen1-1/+1
2023-01-19tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen1-4/+4
2023-01-19tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen1-2/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)1-1/+1
2022-11-22Merge 6.1-rc6 into tty-nextGreg Kroah-Hartman1-33/+38
2022-11-09tty: n_gsm: Delete unneeded semicolonShaomin Deng1-1/+1
2022-11-09tty: n_gsm: add parameter negotiation supportDaniel Starke1-8/+327
2022-11-09tty: n_gsm: add parameters used with parameter negotiationDaniel Starke1-13/+45
2022-11-09tty: n_gsm: introduce macro for minimal unit sizeDaniel Starke1-2/+5
2022-11-03tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou1-1/+1
2022-11-03Revert "tty: n_gsm: replace kicktimer with delayed_work"Fedor Pchelkin1-8/+8
2022-11-03Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"Fedor Pchelkin1-24/+29
2022-09-22tty: n_gsm: add debug bit for user payloadDaniel Starke1-0/+5
2022-09-22tty: n_gsm: name the debug bitsDaniel Starke1-12/+19
2022-09-22tty: n_gsm: introduce gsm_control_command() functionDaniel Starke1-7/+26
2022-09-22tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()Daniel Starke1-48/+47