Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
d9ea156297b7c2db49bf3cda11043a5ce410142f
/
drivers
/
tty
/
n_gsm.c
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
· 8 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
· 8 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
be70657
TTY/n_gsm: Removing the wrong tty_unlock/lock() in gsm_dlci_release()
by Chuansheng Liu
· 11 years ago
54af583
drivers: tty: Mark the functions as static in n_gsm.c
by Rashika Kheria
· 11 years ago
dfabf7f
n_gsm: race between ld close and gsmtty open
by Chao Bi
· 11 years ago
82f91fe
tty: Always handle NULL flag ptr
by Peter Hurley
· 11 years ago
f3c909b
Drivers: tty: n_gsm.c: fixed 7 errors & 6 warnings that checkpatch complained
by Aldo Iljazi
· 12 years ago
957daca
TTY: fix DTR not being dropped on hang up
by Johan Hovold
· 12 years ago
aa27a09
TTY: add tty_port_tty_hangup helper
by Jiri Slaby
· 12 years ago
4d9b109
tty: Prevent deadlock in n_gsm driver
by Dirkjan Bussink
· 12 years ago
4e18585
Revert "n_gsm.c: add tx_lock in gsm_send"
by Greg Kroah-Hartman
· 12 years ago
2e124b4
TTY: switch tty_flip_buffer_push
by Jiri Slaby
· 12 years ago
05c7cd3
TTY: switch tty_insert_flip_string
by Jiri Slaby
· 12 years ago
92a19f9
TTY: switch tty_insert_flip_char
by Jiri Slaby
· 12 years ago
f96f7f7
n_gsm.c: add tx_lock in gsm_send
by xiaojin
· 12 years ago
9a8e62b
TTY: n_gsm, use kref from tty_port
by Jiri Slaby
· 12 years ago
47fdd64
tty: n_gsm: Fix incorrect debug display
by Alan Cox
· 12 years ago
88ed2a6
n_gsm: memory leak in uplink error path
by Russ Gorby
· 12 years ago
329e567
n_gsm: replace kfree_skb w/ appropriate dev_* versions
by Russ Gorby
· 12 years ago
b4338e1
n_gsm: avoid accessing freed memory during CMD_FCOFF condition
by Russ Gorby
· 12 years ago
5e44708
n_gsm: added interlocking for gsm_data_lock for certain code paths
by Russ Gorby
· 12 years ago
10c6c38
char: n_gsm: remove message filtering for contipated DLCI
by samix.lebsir
· 12 years ago
c01af4f
n_gsm : Flow control handling in Mux driver
by Frederic Berat
· 12 years ago
192b604
n_gsm: uplink SKBs accumulate on list
by Russ Gorby
· 12 years ago
7e8ac7b
n_gsm.c: Implement 3GPP27.010 DLC start-up procedure in MUX
by xiaojin
· 12 years ago
86176ed
TTY: n_gsm, use tty_port_install
by Jiri Slaby
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
2f16669
TTY: remove re-assignments to tty_driver members
by Jiri Slaby
· 13 years ago
a8d1200
n_gsm: Fix timings
by Alan Cox
· 13 years ago
268e526
tty/n_gsm: avoid fifo overflow in gsm_dlci_data_output
by Mikhail Kshevetskiy
· 13 years ago
f37ac5a
tty/n_gsm: fix a bug in gsm_dlci_data_output (adaption = 2 case)
by Mikhail Kshevetskiy
· 13 years ago
cf16807
tty/n_gsm: fix bug in tiocmset
by Nikola Diklic-Perin
· 13 years ago
f17141f
n_gsm: Send CLD command on exit
by Alan Cox
· 13 years ago
a4c9fe8
n_gsm: update TODO list
by Alan Cox
· 13 years ago
d5ef642
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 years ago
f086ced
n_gsm: fix the wrong FCS handling
by Du, Alek
· 14 years ago
6ab8fba
tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structs
by Russ Gorby
· 14 years ago
bcd5abe
tty: n_gsm: Add raw-ip support
by Russ Gorby
· 14 years ago
d50f6dc
tty: n_gsm: expose gsmtty device nodes at ldisc open time
by Russ Gorby
· 14 years ago
57f2104
tty: n_gsm: improper skb_pull() use was leaking framed data
by Russ Gorby
· 14 years ago
7263287
tty: n_gsm: Fixed logic to decode break signal from modem status
by Russ Gorby
· 14 years ago
55db4c6
Revert "tty: make receive_buf() return the amout of bytes received"
by Linus Torvalds
· 14 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
70f23fd
treewide: fix a few typos in comments
by Justin P. Mattock
· 14 years ago
0a77c4f
n_gsm: Use print_hex_dump_bytes
by Joe Perches
· 14 years ago
b1c43f8
tty: make receive_buf() return the amout of bytes received
by Felipe Balbi
· 14 years ago
9db4e43
tty/n_gsm: fix bug in CRC calculation for gsm1 mode
by Mikhail Kshevetskiy
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
ed43b47
n_gsm: fix UIH control byte : P bit should be 0
by Eric Bénard
· 14 years ago
f227e08
Merge 2.6.38-rc6 into tty-next
by Greg Kroah-Hartman
· 14 years ago
6caa76b
tty: now phase out the ioctl file pointer for good
by Alan Cox
· 14 years ago
20b9d17
tiocmset: kill the file pointer argument
by Alan Cox
· 14 years ago
60b33c1
tiocmget: kill off the passing of the struct file
by Alan Cox
· 14 years ago
91f78f3
n_gsm: copy mtu over when configuring via ioctl interface
by Ken Mills
· 14 years ago
56b85f3
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
093d804
n_gsm: gsm_data_alloc buffer allocation could fail and it is not being checked
by Ken Mills
· 14 years ago
be7a741
n_gsm: Fix message length handling when building header
by Ken Mills
· 14 years ago
5f9a31d
n_gsm: clean up printks
by Alan Cox
· 14 years ago
c2f2f00
n_gsm: Fix support for legacy encoding
by Alan Cox
· 14 years ago
Next »