index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
tty
/
n_gsm.c
Age
Commit message (
Expand
)
Author
2023-08-22
tty: n_gsm: add restart flag to extended ioctl config
Daniel Starke
2023-08-22
tty: n_gsm: cleanup gsm_control_command and gsm_control_reply
Daniel Starke
2023-08-22
tty: n_gsm: increase gsm_mux unsupported counted where appropriate
Daniel Starke
2023-08-22
tty: n_gsm: increase malformed counter for malformed control frames
Daniel Starke
2023-08-22
tty: n_gsm: add open_error counter to gsm_mux
Daniel Starke
2023-08-22
tty: n_gsm: remove unneeded initialization of ret in gsm_dlci_config
Daniel Starke
2023-08-22
tty: n_gsm: add restart flag to DLC specific ioctl config
Daniel Starke
2023-08-20
Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...
Greg Kroah-Hartman
2023-08-11
tty: n_gsm: fix the UAF caused by race condition in gsm_cleanup_mux
Yi Yang
2023-08-11
tty: ldops: unify to u8
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_operations::write()'s count size_t
Jiri Slaby (SUSE)
2023-08-11
tty: propagate u8 data to tty_operations::write()
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for flags
Jiri Slaby (SUSE)
2023-08-11
tty: use u8 for chars
Jiri Slaby (SUSE)
2023-08-11
tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
Jiri Slaby (SUSE)
2023-08-04
tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldisc
Thadeu Lima de Souza Cascardo
2023-07-25
tty: n_gsm: fix UAF in gsm_cleanup_mux
Chaoyuan Peng
2023-04-20
n_gsm: Use array_index_nospec() with index that comes from userspace
Ilpo Järvinen
2023-04-20
tty: n_gsm: fix redundant assignment of gsm->encoding
Daniel Starke
2023-03-29
tty: n_gsm: add ioctl for DLC config via ldisc handle
Daniel Starke
2023-03-29
tty: n_gsm: allow window size configuration
Daniel Starke
2023-03-29
tty: n_gsm: add ioctl for DLC specific parameter configuration
Daniel Starke
2023-02-16
tty: n_gsm: add keep alive support
Daniel Starke
2023-02-08
tty: n_gsm: add TIOCMIWAIT support
Daniel Starke
2023-02-08
tty: n_gsm: add RING/CD control support
Daniel Starke
2023-01-19
tty: Call ->dtr_rts() parameter active consistently
Ilpo Järvinen
2023-01-19
tty: Convert ->dtr_rts() to take bool argument
Ilpo Järvinen
2023-01-19
tty: Convert ->carrier_raised() and callchains to bool
Ilpo Järvinen
2023-01-19
tty: Cleanup tty_port_set_initialized() bool parameter
Ilpo Järvinen
2022-12-25
treewide: Convert del_timer*() to timer_shutdown*()
Steven Rostedt (Google)
2022-11-22
Merge 6.1-rc6 into tty-next
Greg Kroah-Hartman
2022-11-09
tty: n_gsm: Delete unneeded semicolon
Shaomin Deng
2022-11-09
tty: n_gsm: add parameter negotiation support
Daniel Starke
2022-11-09
tty: n_gsm: add parameters used with parameter negotiation
Daniel Starke
2022-11-09
tty: n_gsm: introduce macro for minimal unit size
Daniel Starke
2022-11-03
tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_send
Duoming Zhou
2022-11-03
Revert "tty: n_gsm: replace kicktimer with delayed_work"
Fedor Pchelkin
2022-11-03
Revert "tty: n_gsm: avoid call of sleeping functions from atomic context"
Fedor Pchelkin
2022-09-22
tty: n_gsm: add debug bit for user payload
Daniel Starke
2022-09-22
tty: n_gsm: name the debug bits
Daniel Starke
2022-09-22
tty: n_gsm: introduce gsm_control_command() function
Daniel Starke
2022-09-22
tty: n_gsm: replace use of gsm_read_ea() with gsm_read_ea_val()
Daniel Starke
2022-09-22
tty: n_gsm: name gsm tty device minors
Daniel Starke
2022-09-22
tty: n_gsm: add enumeration for gsm encodings
Daniel Starke
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
2022-08-30
tty: n_gsm: avoid call of sleeping functions from atomic context
Fedor Pchelkin
2022-08-30
tty: n_gsm: replace kicktimer with delayed_work
Fedor Pchelkin
2022-08-30
tty: n_gsm: initialize more members at gsm_alloc_mux()
Tetsuo Handa
2022-08-30
tty: n_gsm: add sanity check for gsm->receive in gsm_receive_buf()
Mazin Al Haddad
2022-08-30
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
[next]