summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* tty: clean include/linux/tty.h upGreg Kroah-Hartman2021-04-151-0/+1
* tty: n_gsm: check error while registering tty devicesHillf Danton2021-04-151-2/+12
* tty: n_gsm: use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-071-3/+1
* tty: make everyone's write_room return >= 0Jiri Slaby2021-03-101-1/+1
* tty: make everyone's chars_in_buffer return >= 0Jiri Slaby2021-03-101-1/+1
* tty: n_gsm, remove duplicates of parametersJiri Slaby2021-03-101-8/+5
* tty: remove TTY_LDISC_MAGICJiri Slaby2021-03-101-1/+0
* Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Greg Kroah-Hartman2021-01-211-1/+2
|\
| * tty: convert tty_ldisc_ops 'read()' function to take a kernel pointerLinus Torvalds2021-01-201-1/+2
* | tty: n_gsm: Demote obvious abuse of kernel-doc and supply other missing docssLee Jones2020-11-061-1/+3
|/
* Merge 5.9-rc3 into tty-nextGreg Kroah-Hartman2020-08-311-2/+2
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* | tty: ldiscs, fix kernel-docJiri Slaby2020-08-181-12/+11
* | tty: n_gsm, eliminate indirection for gsm->{output,error}()Jiri Slaby2020-08-181-9/+6
|/
* tty: n_gsm: Fix bogus i++ in gsm_data_kickGregory CLEMENT2020-05-191-11/+3
* tty: n_gsm: Remove unnecessary test in gsm_print_packet()Gregory CLEMENT2020-05-191-2/+1
* tty: n_gsm: Fix waking up upper tty layer when room availableGregory CLEMENT2020-05-151-4/+22
* tty: n_gsm: Fix SOF skippingGregory CLEMENT2020-05-151-7/+1
* tty: n_gsm: Improve debug outputGregory CLEMENT2020-05-151-12/+2
* n_gsm: switch escape to boolJiri Slaby2020-02-191-3/+3
* n_gsm: switch constipated to boolJiri Slaby2020-02-191-6/+6
* n_gsm: switch throttled to boolJiri Slaby2020-02-191-3/+3
* n_gsm: switch dead to boolJiri Slaby2020-02-191-9/+9
* n_gsm: add missing \n to printsJiri Slaby2020-02-191-4/+4
* n_gsm: add missing __user annotationsJiri Slaby2020-02-191-2/+2
* n_gsm: introduce enum gsm_mux_stateJiri Slaby2020-02-191-12/+21
* n_gsm: introduce enum gsm_dlci_modeJiri Slaby2020-02-191-3/+6
* n_gsm: introduce enum gsm_dlci_stateJiri Slaby2020-02-191-5/+15
* n_gsm: drop unneeded gsm_dlci->fifo fieldJiri Slaby2020-02-191-12/+10
* tty: n_gsm: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* tty: n_gsm: avoid recursive locking with async port hangupMartin Hundebøll2019-09-041-1/+1
* tty: n_gsm: add ioctl to map serial device to mux'ed ttyMartin Hundebøll2019-09-041-0/+4
* tty: n_gsm: add helpers to convert mux-num to/from tty-baseMartin Hundebøll2019-09-041-4/+15
* tty: n_gsm: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-261-9/+6
* n_gsm: Constify u8 and unsigned char usageTony Lindgren2019-01-181-12/+12
* tty: n_gsm: Add copy_config() and gsm_config() to prepare for serdevTony Lindgren2019-01-181-100/+107
* change semantics of ldisc ->compat_ioctl()Al Viro2018-10-131-11/+0
* 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