summaryrefslogtreecommitdiffstats
path: root/drivers/tty/n_gsm.c
Commit message (Expand)AuthorAgeFilesLines
* tty: n_gsm: Mark expected switch fall-throughsGustavo A. R. Silva2019-02-261-9/+6Star
* 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/+0Star
* 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/+0Star
* | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
|/
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-6/+6
* tty: Remove redundant license textGreg Kroah-Hartman2017-11-081-13/+0Star
* 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/+1Star
* 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/+6Star
* 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/+2Star
* Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-05-211-6/+6
|\
| * tty: Replace ASYNC_INITIALIZED bit and update atomicallyPeter Hurley2016-04-301-5/+3Star
| * TTY: n_gsm, fix false positive WARN_ONJiri Slaby2016-04-291-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-281-16/+0Star
* tty: Convert use of __constant_htons to htonsVaishali Thakkar2015-07-241-1/+1
* tty: Spelling s/reseved/reserved/Geert Uytterhoeven2015-05-241-1/+1
* Merge 4.1-rc4 into tty-nextGreg Kroah-Hartman2015-05-181-3/+2Star
|\
| * tty/n_gsm.c: fix a memory leak when gsmtty is removedPan Xinhui2015-05-101-3/+2Star
* | tty: remove buf parameter from tty_name()Rasmus Villemoes2015-05-061-2/+1Star
|/
* n_gsm: Drop unneeded cast on netdev_privJulia Lawall2015-04-101-5/+5
* tty/n_gsm: fix sparse warningLad, Prabhakar2015-03-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-08-061-3/+2Star
|\
| * net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-3/+2Star
* | tty/n_gsm.c: fix a memory leak in gsmld_openxinhui.pan2014-08-021-1/+8
* | tty: n_gsm, use setup_timerJiri Slaby2014-08-021-3/+1Star
* | tty/n_gsm.c: get gsm->num after gsm_activate_muxxinhui.pan2014-07-241-2/+2
|/
* tty: n_gsm: Fix for modems with brk in modem status controlLars Poeschel2014-02-071-0/+11
* TTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release()Chuansheng Liu2013-12-191-4/+1Star
* drivers: tty: Mark the functions as static in n_gsm.cRashika Kheria2013-12-171-9/+5Star
* n_gsm: race between ld close and gsmtty openChao Bi2013-12-091-10/+29
* tty: Always handle NULL flag ptrPeter Hurley2013-12-091-2/+3
* Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complainedAldo Iljazi2013-07-251-13/+16
* TTY: fix DTR not being dropped on hang upJohan Hovold2013-03-191-0/+4
* TTY: add tty_port_tty_hangup helperJiri Slaby2013-03-191-5/+1Star