summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: fix possible out-of-bounds in gsm0_receive()Daniel Starke2024-06-161-2/+6
* tty: n_gsm: require CAP_NET_ADMIN to attach N_GSM0710 ldiscThadeu Lima de Souza Cascardo2024-04-131-0/+3
* tty: n_gsm: fix sleep-in-atomic-context bug in gsm_control_sendDuoming Zhou2022-11-251-1/+1
* tty: n_gsm: fix missing corner cases in gsmld_poll()Daniel Starke2022-08-251-2/+5
* tty: n_gsm: fix DM commandDaniel Starke2022-08-251-1/+1
* tty: n_gsm: fix wrong T1 retry count handlingDaniel Starke2022-08-251-2/+2
* tty: n_gsm: fix race condition in gsmld_write()Daniel Starke2022-08-251-4/+17
* tty: n_gsm: fix packet re-transmission without open control channelDaniel Starke2022-08-251-1/+1
* tty: n_gsm: fix non flow control frames during mux flow offDaniel Starke2022-08-251-1/+53
* tty: n_gsm: fix incorrect UA handlingDaniel Starke2022-05-121-1/+0
* tty: n_gsm: fix wrong command frame length field encodingDaniel Starke2022-05-121-12/+11
* tty: n_gsm: fix wrong command retry handlingDaniel Starke2022-05-121-3/+3
* tty: n_gsm: fix missing explicit ldisc flushDaniel Starke2022-05-121-0/+1
* tty: n_gsm: fix insufficient txframe sizeDaniel Starke2022-05-121-1/+3
* tty: n_gsm: fix malformed counter for out of frame dataDaniel Starke2022-05-121-1/+2
* tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2Daniel Starke2022-05-121-1/+1
* tty: n_gsm: fix encoding of control signal octet bit DVdaniel.starke@siemens.com2022-03-021-1/+1
* tty: n_gsm: fix proper link termination after failed opendaniel.starke@siemens.com2022-03-021-1/+1
* tty: n_gsm: fix SW flow control encoding/handlingdaniel.starke@siemens.com2022-02-081-1/+3
* tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT2020-06-251-11/+3
* tty: n_gsm: Fix waking up upper tty layer when room availableGregory CLEMENT2020-06-251-4/+22
* tty: n_gsm: Fix SOF skippingGregory CLEMENT2020-06-251-7/+1
* Merge 4.17-rc3 into tty-nextGreg Kroah-Hartman2018-04-301-1/+22
|\
| * tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not setTony Lindgren2018-04-221-0/+11
| * tty: n_gsm: Fix long delays with control frame timeouts in ADM modeTony Lindgren2018-04-221-1/+11
* | tty: n_gsm: fix gsm_mux_net_start_xmit()'s return typeLuc Van Oostenryck2018-04-251-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-3/+3
* Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-011-5/+14
|\
| * tty: n_gsm: Allow ADM response in addition to UA for control dlciTony Lindgren2018-01-091-3/+14
| * tty: n_gsm: remove redundant pointer gsmColin Ian King2017-11-281-2/+0
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-6/+6
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-13/+0
* tty: add SPDX identifiers to all remaining files in drivers/tty/Greg Kroah-Hartman2017-11-081-0/+1
* drivers: tty: n_gsm: use setup_timer() helper.Allen Pais2017-10-031-3/+1
* tty: n_gsm: Add compat_ioctlLars Poeschel2017-08-281-0/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-1/+1
|\
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* | tty: n_gsm: do not send/receive in ldisc close pathSascha Hauer2017-06-031-19/+35
|/
* tty: n_gsm: Use net_device_stats from struct net_deviceTobias Klauser2017-03-171-15/+6
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-10/+2
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-201-6/+6
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-5/+3
| * TTY: n_gsm, fix false positive WARN_ONJiri Slaby2016-04-281-1/+3
* | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
|/
* tty: Use termios c_*flag macrosPeter Hurley2016-01-281-3/+3
* tty: Remove chars_in_buffer() line discipline methodPeter Hurley2016-01-271-16/+0
* tty: Convert use of __constant_htons to htonsVaishali Thakkar2015-07-231-1/+1
* tty: Spelling s/reseved/reserved/Geert Uytterhoeven2015-05-241-1/+1