Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b0b02c77d7aa9ebeea5d4ea7e4f3fd745ad7f81c
/
drivers
/
tty
/
n_gsm.c
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
· 13 years ago
6ab8fba
tty: n_gsm: Added refcount usage to gsm_mux and gsm_dlci structs
by Russ Gorby
· 13 years ago
bcd5abe
tty: n_gsm: Add raw-ip support
by Russ Gorby
· 13 years ago
d50f6dc
tty: n_gsm: expose gsmtty device nodes at ldisc open time
by Russ Gorby
· 13 years ago
57f2104
tty: n_gsm: improper skb_pull() use was leaking framed data
by Russ Gorby
· 13 years ago
7263287
tty: n_gsm: Fixed logic to decode break signal from modem status
by Russ Gorby
· 13 years ago
55db4c6
Revert "tty: make receive_buf() return the amout of bytes received"
by Linus Torvalds
· 13 years ago
99dff58
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 13 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
40e3465
n_gsm: Fix length handling
by Ken Mills
· 14 years ago
820e62e
n_gsm: Copy n2 over when configuring via ioctl interface
by Ken Mills
· 14 years ago
96fd7ce
TTY: create drivers/tty and move the tty core files there
by Greg Kroah-Hartman
· 14 years ago
[Renamed from drivers/char/n_gsm.c]
e73790a
drivers/char/n_gsm.c: add missing spin_unlock_irqrestore
by Julia Lawall
· 14 years ago
ea5d023
n_gsm.c: removed duplicated #includes
by Andrea Gelmini
· 14 years ago
328be39
TTY/n_gsm: potential double lock
by Dan Carpenter
· 14 years ago
e1eaea4
tty: n_gsm line discipline
by Alan Cox
· 15 years ago