- 8838b2a tty: n_gsm: fix SW flow control encoding/handling by daniel.starke@siemens.com · 3 years ago
- d78328b tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl by Jiri Slaby · 3 years, 1 month ago
- ea50220 n_gsm: remove unused parameters from gsm_error() by Jiri Slaby · 3 years, 1 month ago
- 9136c68 tty: n_gsm: Don't ignore write return value in gsmld_output() by Tony Lindgren · 3 years, 3 months ago
- 4629262 tty: n_gsm: clean up indenting in gsm_queue() by Dan Carpenter · 3 years, 3 months ago
- 7c78360 tty: remove file from n_tty_ioctl_helper by Jiri Slaby · 3 years, 3 months ago
- 0b91b53 tty: n_gsm: Save dlci address open status when config requester by Zhenguo Zhao · 3 years, 4 months ago
- 5b87686 tty: n_gsm: Modify gsmtty driver register method when config requester by Zhenguo Zhao · 3 years, 4 months ago
- cbff2b3 tty: n_gsm: Delete gsmtty open SABM frame when config requester by Zhenguo Zhao · 3 years, 4 months ago
- 509067b tty: n_gsm: Delete gsm_disconnect when config requester by Zhenguo Zhao · 3 years, 4 months ago
- f999c3b tty: n_gsm: Modify CR,PF bit printk info when config requester by Zhenguo Zhao · 3 years, 4 months ago
- cc0f421 tty: n_gsm: Modify CR,PF bit when config requester by Zhenguo Zhao · 3 years, 4 months ago
- cd93662 tty: n_gsm: Modify cr bit value when config requester by Zhenguo Zhao · 3 years, 4 months ago
- 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 5 months ago
- 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 5 months ago
- 542a121 tty: n_gsm: Fix function naming and provide missing param descriptions by Lee Jones · 3 years, 7 months ago
- fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 8 months ago
- 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
- 357a6a8 tty: no checking of tty_unregister_ldisc by Jiri Slaby · 3 years, 8 months ago
- f81ee8b tty: make tty_ldisc_ops a param in tty_unregister_ldisc by Jiri Slaby · 3 years, 8 months ago
- 839e0f2 n_gsm: use goto-failpaths in gsm_init by Jiri Slaby · 3 years, 8 months ago
- fbadf70a tty: set tty_ldisc_ops::num statically by Jiri Slaby · 3 years, 8 months ago
- 0f3dcf3 tty: make fp of tty_ldisc_ops::receive_buf{,2} const by Jiri Slaby · 3 years, 8 months ago
- 5ffa6e3 tty: clean include/linux/tty.h up by Greg Kroah-Hartman · 3 years, 9 months ago
- 0a360e8 tty: n_gsm: check error while registering tty devices by Hillf Danton · 3 years, 9 months ago
- 399d44a tty: n_gsm: use DEFINE_SPINLOCK() for spinlock by Guobin Huang · 3 years, 9 months ago
- 6bfbfcf tty: make everyone's write_room return >= 0 by Jiri Slaby · 3 years, 10 months ago
- 10eb63e tty: make everyone's chars_in_buffer return >= 0 by Jiri Slaby · 3 years, 10 months ago
- b93db97 tty: n_gsm, remove duplicates of parameters by Jiri Slaby · 3 years, 10 months ago
- 981b22b tty: remove TTY_LDISC_MAGIC by Jiri Slaby · 3 years, 10 months ago
- 3cfade5 Merge branch 'tty-splice' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into tty-next by Greg Kroah-Hartman · 4 years ago
- 3b830a9 tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer by Linus Torvalds · 4 years ago
- b410e35 tty: n_gsm: Demote obvious abuse of kernel-doc and supply other missing docss by Lee Jones · 4 years, 2 months ago
- 8f49a2f Merge 5.9-rc3 into tty-next by Greg Kroah-Hartman · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 724ac07 tty: ldiscs, fix kernel-doc by Jiri Slaby · 4 years, 4 months ago
- a579767 tty: n_gsm, eliminate indirection for gsm->{output,error}() by Jiri Slaby · 4 years, 4 months ago
- 4dd31f1 tty: n_gsm: Fix bogus i++ in gsm_data_kick by Gregory CLEMENT · 4 years, 7 months ago
- 57626ff tty: n_gsm: Remove unnecessary test in gsm_print_packet() by Gregory CLEMENT · 4 years, 7 months ago
- 01dbb36 tty: n_gsm: Fix waking up upper tty layer when room available by Gregory CLEMENT · 4 years, 8 months ago
- 84d6f81 tty: n_gsm: Fix SOF skipping by Gregory CLEMENT · 4 years, 8 months ago
- fe92c2a8 tty: n_gsm: Improve debug output by Gregory CLEMENT · 4 years, 8 months ago
- c50704b n_gsm: switch escape to bool by Jiri Slaby · 4 years, 10 months ago
- 7a9ed9c n_gsm: switch constipated to bool by Jiri Slaby · 4 years, 10 months ago
- e9360b9 n_gsm: switch throttled to bool by Jiri Slaby · 4 years, 10 months ago
- 5677fcf n_gsm: switch dead to bool by Jiri Slaby · 4 years, 10 months ago
- d8ca4ec n_gsm: add missing \n to prints by Jiri Slaby · 4 years, 10 months ago
- edd05a7 n_gsm: add missing __user annotations by Jiri Slaby · 4 years, 10 months ago
- 329aa6e n_gsm: introduce enum gsm_mux_state by Jiri Slaby · 4 years, 10 months ago
- e178599 n_gsm: introduce enum gsm_dlci_mode by Jiri Slaby · 4 years, 10 months ago
- 72ae8cc n_gsm: introduce enum gsm_dlci_state by Jiri Slaby · 4 years, 10 months ago
- 036bca1fc n_gsm: drop unneeded gsm_dlci->fifo field by Jiri Slaby · 4 years, 10 months ago
- 2f202d0 tty: n_gsm: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
- 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
- 7030082 tty: n_gsm: avoid recursive locking with async port hangup by Martin Hundebøll · 5 years ago
- a7b121b tty: n_gsm: add ioctl to map serial device to mux'ed tty by Martin Hundebøll · 5 years ago
- 43a9e71 tty: n_gsm: add helpers to convert mux-num to/from tty-base by Martin Hundebøll · 5 years ago
- 3e913ee tty: n_gsm: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- 4feb7a4 n_gsm: Constify u8 and unsigned char usage by Tony Lindgren · 6 years ago
- 3384104 tty: n_gsm: Add copy_config() and gsm_config() to prepare for serdev by Tony Lindgren · 6 years ago
- f0193d3 change semantics of ldisc ->compat_ioctl() by Al Viro · 6 years ago
- 7b6c81f Merge 4.17-rc3 into tty-next by Greg Kroah-Hartman · 7 years ago
- 2468b3e tty: n_gsm: fix gsm_mux_net_start_xmit()'s return type by Luc Van Oostenryck · 7 years ago
- b2d89ad9 tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set by Tony Lindgren · 7 years ago
- e9ec225 tty: n_gsm: Fix long delays with control frame timeouts in ADM mode by Tony Lindgren · 7 years ago
- a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
- db59332 Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
- ea3d846 tty: n_gsm: Allow ADM response in addition to UA for control dlci by Tony Lindgren · 7 years ago
- afc9a42 the rest of drivers/*: annotate ->poll() instances by Al Viro · 7 years ago
- dc88922 tty: n_gsm: remove redundant pointer gsm by Colin Ian King · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- e5656d4 tty: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- e3b3d0f tty: add SPDX identifiers to all remaining files in drivers/tty/ by Greg Kroah-Hartman · 7 years ago
- 65f8824f drivers: tty: n_gsm: use setup_timer() helper. by Allen Pais · 7 years ago
- 199e717 tty: n_gsm: Add compat_ioctl by Lars Poeschel · 7 years ago
- 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- 71e0779 tty: n_gsm: do not send/receive in ldisc close path by Sascha Hauer · 8 years ago
- 47baf1a tty: n_gsm: Use net_device_stats from struct net_device by Tobias Klauser · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 9c22b4a net: use core MTU range checking in wireless drivers by Jarod Wilson · 8 years ago
- e10abc6 Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
- 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
- d41861c tty: Replace ASYNC_INITIALIZED bit and update atomically by Peter Hurley · 9 years ago
- d175fec TTY: n_gsm, fix false positive WARN_ON by Jiri Slaby · 9 years ago
- 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
- fdfb719 tty: Remove chars_in_buffer() line discipline method by Peter Hurley · 9 years ago
- 75406b3 tty: Convert use of __constant_htons to htons by Vaishali Thakkar · 10 years ago
- c33eecc7 tty: Spelling s/reseved/reserved/ by Geert Uytterhoeven · 10 years ago
- 02730d3 Merge 4.1-rc4 into tty-next by Greg Kroah-Hartman · 10 years ago
- 8f9cfee tty/n_gsm.c: fix a memory leak when gsmtty is removed by Pan Xinhui · 10 years ago
- 429b474 tty: remove buf parameter from tty_name() by Rasmus Villemoes · 10 years ago
- 5dbc32a n_gsm: Drop unneeded cast on netdev_priv by Julia Lawall · 10 years ago
- d3157b2 tty/n_gsm: fix sparse warning by Lad, Prabhakar · 10 years ago
- ae045e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 5a64096 tty/n_gsm.c: fix a memory leak in gsmld_open by xinhui.pan · 10 years ago
- c62fd1d tty: n_gsm, use setup_timer by Jiri Slaby · 10 years ago
- 850e93e tty/n_gsm.c: get gsm->num after gsm_activate_mux by xinhui.pan · 10 years ago
- c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
- 3ac06b9 tty: n_gsm: Fix for modems with brk in modem status control by Lars Poeschel · 11 years ago