index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
/
tty.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-04-01
proc tty: remove struct tty_operations::read_proc
Alexey Dobriyan
1
-6
/
+0
2009-03-24
Driver core: Fix device_move() vs. dpm list ordering, v2
Cornelia Huck
1
-2
/
+3
2008-12-14
bt/rfcomm/tty: join error paths
Ilpo Järvinen
1
-6
/
+7
2008-11-30
Bluetooth: Fix RFCOMM release oops when device is still in use
Marcel Holtmann
1
-9
/
+21
2008-11-30
Bluetooth: Enable per-module dynamic debug messages
Marcel Holtmann
1
-5
/
+0
2008-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-3
/
+58
2008-07-20
tty: Ldisc revamp
Alan Cox
1
-11
/
+2
2008-07-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...
David S. Miller
1
-1
/
+58
2008-07-14
[Bluetooth] Move pending packets from RFCOMM socket to TTY
Marcel Holtmann
1
-1
/
+54
2008-07-14
[Bluetooth] Store remote modem status for RFCOMM TTY
Marcel Holtmann
1
-0
/
+3
2008-07-14
[Bluetooth] Use non-canonical TTY by default for RFCOMM
Marcel Holtmann
1
-0
/
+1
2008-06-11
net: remove CVS keywords
Adrian Bunk
1
-2
/
+0
2008-06-03
bluetooth: rfcomm_dev_state_change deadlock fix
Dave Young
1
-1
/
+12
2008-04-01
bluetooth : __rfcomm_dlc_close lock fix
Dave Young
1
-5
/
+0
2008-02-05
bluetooth rfcomm tty: destroy before tty_close()
Dave Young
1
-1
/
+2
2008-01-23
[BLUETOOTH]: Move children of connection device to NULL before connection down.
Dave Young
1
-1
/
+2
2008-01-10
[BLUETOOTH]: rfcomm tty BUG_ON() code fix
Dave Young
1
-9
/
+13
2007-10-22
[Bluetooth] Add address and channel attribute to RFCOMM TTY device
Marcel Holtmann
1
-0
/
+25
2007-07-31
[IRDA]: Fix rfcomm use-after-free
Marcel Holtmann
1
-2
/
+3
2007-07-11
[Bluetooth] Keep rfcomm_dev on the list until it is freed
Ville Tervo
1
-8
/
+22
2007-07-11
[Bluetooth] Hangup TTY before releasing rfcomm_dev
Mikko Rapeli
1
-0
/
+4
2007-05-05
[Bluetooth] Check that device is in rfcomm_dev_list before deleting
Marcel Holtmann
1
-3
/
+8
2007-02-26
[Bluetooth] Make use of device_move() for RFCOMM TTY devices
Marcel Holtmann
1
-1
/
+8
2007-02-10
[NET] BLUETOOTH: Fix whitespace errors.
YOSHIFUJI Hideaki
1
-23
/
+23
2007-01-09
[Bluetooth] More checks if DLC is still attached to the TTY
Marcel Holtmann
1
-7
/
+15
2006-12-08
[PATCH] tty: switch to ktermios
Alan Cox
1
-2
/
+2
2006-11-21
[Bluetooth] Check if RFCOMM session is still attached to the TTY
Marcel Holtmann
1
-1
/
+1
2006-10-15
[Bluetooth] Check if DLC is still attached to the TTY
Marcel Holtmann
1
-0
/
+3
2006-10-15
[Bluetooth] Fix reference count when connection lookup fails
Marcel Holtmann
1
-3
/
+1
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-28
[Bluetooth] Integrate services into the driver model
Marcel Holtmann
1
-1
/
+20
2006-07-12
[Bluetooth] Remaining transitions to use kzalloc()
Marcel Holtmann
1
-2
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
1
-2
/
+1
2006-06-28
[PATCH] remove TTY_DONT_FLIP
Paul Fulghum
1
-6
/
+2
2006-06-26
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
Greg Kroah-Hartman
1
-1
/
+1
2006-06-26
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
1
-1
/
+0
2006-01-11
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-0
/
+1
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-7
/
+2
2005-10-08
[PATCH] gfp flags annotations - part 1
Al Viro
1
-1
/
+1
2005-08-29
[Bluetooth]: Fix sparse warnings (__nocast type)
Victor Fusco
1
-1
/
+1
2005-08-29
[Bluetooth]: Implement RFCOMM remote port negotiation
J. Suter
1
-37
/
+160
2005-08-29
[Bluetooth]: Call tty_hangup() when DCD is de-asserted
Timo Teräs
1
-1
/
+6
2005-07-08
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+930