Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
64fe8abc7336e17f977bb38c4c261d24bfc5da17
/
net
/
bluetooth
/
rfcomm
/
tty.c
29cd718
Bluetooth: don't release the port in rfcomm_dev_state_change()
by Gianluca Anzolin
· 11 years ago
ffe6b68
Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
by Gianluca Anzolin
· 11 years ago
ece3150
Bluetooth: Fix the reference counting of tty_port
by Gianluca Anzolin
· 11 years ago
cad348a
Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
by Gianluca Anzolin
· 11 years ago
54b926a
Bluetooth: Move the tty initialization and cleanup out of open/close
by Gianluca Anzolin
· 11 years ago
ebe937f
Bluetooth: Remove the device from the list in the destructor
by Gianluca Anzolin
· 11 years ago
396dc22
Bluetooth: Take proper tty_struct references
by Gianluca Anzolin
· 11 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
bc27d5f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by John W. Linville
· 12 years ago
fcb7333
Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr
by Andrei Emeltchenko
· 12 years ago
6ed93dc
Bluetooth: Use %pMR in debug instead of batostr
by Andrei Emeltchenko
· 12 years ago
e372dc6
Merge 3.6-rc3 into tty-next
by Greg Kroah-Hartman
· 12 years ago
f9432c5
Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST)
by Mathias Krause
· 12 years ago
734cc17
TTY: use tty_port_register_device
by Jiri Slaby
· 12 years ago
89c8d91
tty: localise the lock
by Alan Cox
· 12 years ago
c87985a
Merge tty-next into 3.6-rc1
by Greg Kroah-Hartman
· 12 years ago
adc8d74
tty: move the termios object into the tty
by Alan Cox
· 12 years ago
6d31a88
tty: revert incorrectly applied lock patch
by Alan Cox
· 12 years ago
f5e3bcc
tty: localise the lock
by Alan Cox
· 12 years ago
8c520a5
Bluetooth: Remove unnecessary headers include
by Gustavo Padovan
· 12 years ago
6039aa73
Bluetooth: Remove most of the inline usage
by Gustavo Padovan
· 12 years ago
f309532
tty: Revert the tty locking series, it needs more work
by Linus Torvalds
· 12 years ago
d29f3ef
tty_lock: Localise the lock
by Alan Cox
· 13 years ago
f997a01
TTY: rfcomm/tty, use count from tty_port
by Jiri Slaby
· 13 years ago
b2c4be3
TTY: rfcomm/tty, remove work for tty_wakeup
by Jiri Slaby
· 13 years ago
6705401
TTY: rfcomm/tty, use tty_port refcounting
by Jiri Slaby
· 13 years ago
f60db8c
TTY: rfcomm/tty, add tty_port
by Jiri Slaby
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
2f16669
TTY: remove re-assignments to tty_driver members
by Jiri Slaby
· 13 years ago
e57d758a
Bluetooth: Fix using uninitialized variable
by Luiz Augusto von Dentz
· 13 years ago
393432c
Bluetooth: Fix context in RFCOMM tty
by Gustavo F. Padovan
· 13 years ago
8035ded
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
by Luiz Augusto von Dentz
· 13 years ago
96af739
Bluetooth: Replace rfcomm tty tasklet by workqueue
by David Herrmann
· 13 years ago
5ada991
Bluetooth: Return proper error codes on rfcomm tty init
by David Herrmann
· 13 years ago
e6bee32
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 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
840af82
Bluetooth: Release BTM while sleeping to avoid deadlock
by Vladislav P
· 14 years ago
285b4e9
Bluetooth: clean up rfcomm code
by Andrei Emeltchenko
· 14 years ago
5f05647
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
0587102
tty: icount changeover for other main devices
by Alan Cox
· 14 years ago
d6b2eb2
Bluetooth: make batostr() print in the right order
by Gustavo F. Padovan
· 14 years ago
28e9509
Bluetooth: Remove __exit from rfcomm_cleanup_ttys()
by Gustavo F. Padovan
· 14 years ago
2f8362a
Bluetooth: Add __init and __exit marks to RFCOMM
by Gustavo F. Padovan
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
0f043a8
proc tty: remove struct tty_operations::read_proc
by Alexey Dobriyan
· 16 years ago
ffa6a70
Driver core: Fix device_move() vs. dpm list ordering, v2
by Cornelia Huck
· 16 years ago
037322a
bt/rfcomm/tty: join error paths
by Ilpo Järvinen
· 16 years ago
9a5df92
Bluetooth: Fix RFCOMM release oops when device is still in use
by Marcel Holtmann
· 16 years ago
a418b89
Bluetooth: Enable per-module dynamic debug messages
by Marcel Holtmann
· 16 years ago
db6d8c7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
a352def
tty: Ldisc revamp
by Alan Cox
· 16 years ago
407d819
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6
by David S. Miller
· 16 years ago
a0c22f2
[Bluetooth] Move pending packets from RFCOMM socket to TTY
by Marcel Holtmann
· 16 years ago
8b6b3da
[Bluetooth] Store remote modem status for RFCOMM TTY
by Marcel Holtmann
· 16 years ago
ca37bdd
[Bluetooth] Use non-canonical TTY by default for RFCOMM
by Marcel Holtmann
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
537d59a
bluetooth: rfcomm_dev_state_change deadlock fix
by Dave Young
· 16 years ago
1905f6c
bluetooth : __rfcomm_dlc_close lock fix
by Dave Young
· 17 years ago
93d8074
bluetooth rfcomm tty: destroy before tty_close()
by Dave Young
· 17 years ago
acea685
[BLUETOOTH]: Move children of connection device to NULL before connection down.
by Dave Young
· 17 years ago
f951375
[BLUETOOTH]: rfcomm tty BUG_ON() code fix
by Dave Young
· 17 years ago
dae6a0f
[Bluetooth] Add address and channel attribute to RFCOMM TTY device
by Marcel Holtmann
· 17 years ago
09c7d82
[IRDA]: Fix rfcomm use-after-free
by Marcel Holtmann
· 17 years ago
8de0a15
[Bluetooth] Keep rfcomm_dev on the list until it is freed
by Ville Tervo
· 17 years ago
84950cf
[Bluetooth] Hangup TTY before releasing rfcomm_dev
by Mikko Rapeli
· 17 years ago
77f2a45
[Bluetooth] Check that device is in rfcomm_dev_list before deleting
by Marcel Holtmann
· 18 years ago
c1a3313
[Bluetooth] Make use of device_move() for RFCOMM TTY devices
by Marcel Holtmann
· 18 years ago
8e87d14
[NET] BLUETOOTH: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
b6e557f
[Bluetooth] More checks if DLC is still attached to the TTY
by Marcel Holtmann
· 18 years ago
606d099
[PATCH] tty: switch to ktermios
by Alan Cox
· 18 years ago
ff2d367
[Bluetooth] Check if RFCOMM session is still attached to the TTY
by Marcel Holtmann
· 18 years ago
cb19d9e
[Bluetooth] Check if DLC is still attached to the TTY
by Marcel Holtmann
· 18 years ago
b2cfcd7
[Bluetooth] Fix reference count when connection lookup fails
by Marcel Holtmann
· 18 years ago
b68e31d
[PATCH] const struct tty_operations
by Jeff Dike
· 18 years ago
0a85b96
[Bluetooth] Integrate services into the driver model
by Marcel Holtmann
· 18 years ago
25ea6db
[Bluetooth] Remaining transitions to use kzalloc()
by Marcel Holtmann
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
602cada
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
by Linus Torvalds
· 18 years ago
817d6d3
[PATCH] remove TTY_DONT_FLIP
by Paul Fulghum
· 18 years ago
331b831
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
by Greg Kroah-Hartman
· 19 years ago
f4eaa37
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
by Greg Kroah-Hartman
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
33f0f88
[PATCH] TTY layer buffering revamp
by Alan Cox
· 19 years ago
dd0fc66
[PATCH] gfp flags annotations - part 1
by Al Viro
· 19 years ago
2eb25a6
[Bluetooth]: Fix sparse warnings (__nocast type)
by Victor Fusco
· 19 years ago
3a5e903
[Bluetooth]: Implement RFCOMM remote port negotiation
by J. Suter
· 19 years ago
7b9eb9e
[Bluetooth]: Call tty_hangup() when DCD is de-asserted
by Timo Teräs
· 19 years ago
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago