index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: Convert init_timer into setup_timer
Pavel Emelyanov
2008-01-28
1
-3
/
+1
*
[BLUETOOTH]: Move children of connection device to NULL before connection down.
Dave Young
2008-01-23
1
-1
/
+2
*
[BLUETOOTH]: rfcomm tty BUG_ON() code fix
Dave Young
2008-01-10
1
-9
/
+13
*
[NET]: Forget the zero_it argument of sk_alloc()
Pavel Emelyanov
2007-11-01
1
-1
/
+1
*
[Bluetooth] Convert RFCOMM to use kthread API
Marcel Holtmann
2007-10-22
1
-39
/
+21
*
[Bluetooth] Add address and channel attribute to RFCOMM TTY device
Marcel Holtmann
2007-10-22
1
-0
/
+25
*
[NET]: Make socket creation namespace safe.
Eric W. Biederman
2007-10-10
1
-5
/
+5
*
[IRDA]: Fix rfcomm use-after-free
Marcel Holtmann
2007-07-31
1
-2
/
+3
*
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
2007-07-17
1
-1
/
+1
*
[Bluetooth] Keep rfcomm_dev on the list until it is freed
Ville Tervo
2007-07-11
1
-8
/
+22
*
[Bluetooth] Hangup TTY before releasing rfcomm_dev
Mikko Rapeli
2007-07-11
1
-0
/
+4
*
[Bluetooth] Disconnect L2CAP connection after last RFCOMM DLC
Marcel Holtmann
2007-05-05
1
-0
/
+10
*
[Bluetooth] Check that device is in rfcomm_dev_list before deleting
Marcel Holtmann
2007-05-05
1
-3
/
+8
*
[Bluetooth] Use in-kernel sockets API
Marcel Holtmann
2007-05-05
1
-13
/
+6
*
[BLUETOOTH] rfcomm_worker(): fix wakeup race
Andrew Morton
2007-04-26
1
-2
/
+2
*
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
1
-1
/
+1
*
[Bluetooth] Make use of device_move() for RFCOMM TTY devices
Marcel Holtmann
2007-02-26
1
-1
/
+8
*
[NET] BLUETOOTH: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
3
-61
/
+61
*
[Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()
Marcel Holtmann
2007-01-09
1
-3
/
+6
*
[Bluetooth] More checks if DLC is still attached to the TTY
Marcel Holtmann
2007-01-09
1
-7
/
+15
*
[PATCH] tty: switch to ktermios
Alan Cox
2006-12-08
1
-2
/
+2
*
[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wire
Al Viro
2006-12-02
1
-8
/
+8
*
[BLUETOOTH]: rfcomm endianness annotations
Al Viro
2006-12-02
1
-1
/
+1
*
[Bluetooth] Check if RFCOMM session is still attached to the TTY
Marcel Holtmann
2006-11-21
1
-1
/
+1
*
[Bluetooth] Add locking for bt_proto array manipulation
Marcel Holtmann
2006-10-15
1
-1
/
+2
*
[Bluetooth] Check if DLC is still attached to the TTY
Marcel Holtmann
2006-10-15
1
-0
/
+3
*
[Bluetooth] Fix reference count when connection lookup fails
Marcel Holtmann
2006-10-15
1
-3
/
+1
*
[Bluetooth] Handle return values from driver core functions
Marcel Holtmann
2006-10-15
2
-2
/
+4
*
[PATCH] const struct tty_operations
Jeff Dike
2006-10-02
1
-1
/
+1
*
[Bluetooth] Return EINPROGRESS for non-blocking socket calls
Marcel Holtmann
2006-09-28
1
-1
/
+1
*
[Bluetooth] Integrate services into the driver model
Marcel Holtmann
2006-09-28
1
-1
/
+20
*
[Bluetooth] Correct RFCOMM channel MTU for broken implementations
Marcel Holtmann
2006-07-24
1
-2
/
+17
*
[Bluetooth] Remaining transitions to use kzalloc()
Marcel Holtmann
2006-07-12
2
-6
/
+6
*
[Bluetooth] Add RFCOMM role switch support
Marcel Holtmann
2006-07-03
1
-0
/
+5
*
[Bluetooth] Allow disabling of credit based flow control
Marcel Holtmann
2006-07-03
1
-5
/
+13
*
[Bluetooth] Use real devices for host controllers
Marcel Holtmann
2006-07-03
2
-4
/
+4
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
3
-3
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
2006-06-29
1
-2
/
+1
|
\
|
*
[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEV
Greg Kroah-Hartman
2006-06-26
1
-1
/
+1
|
*
[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
*
|
[PATCH] remove TTY_DONT_FLIP
Paul Fulghum
2006-06-28
1
-6
/
+2
|
/
*
[NET] sem2mutex: net/
Arjan van de Ven
2006-03-20
1
-3
/
+5
*
[Bluetooth] Reduce L2CAP MTU for RFCOMM connections
Marcel Holtmann
2006-02-13
1
-4
/
+9
*
[PATCH] capable/capability.h (net/)
Randy Dunlap
2006-01-11
1
-0
/
+1
*
[PATCH] TTY layer buffering revamp
Alan Cox
2006-01-10
1
-7
/
+2
*
[NET]: move struct proto_ops to const
Eric Dumazet
2006-01-03
1
-2
/
+2
*
[Bluetooth]: Remove the usage of /proc completely
Marcel Holtmann
2005-11-08
2
-184
/
+30
*
[Bluetooth] Move CRC table into RFCOMM core
Marcel Holtmann
2005-10-28
3
-72
/
+44
*
[PATCH] gfp flags annotations - part 1
Al Viro
2005-10-08
3
-3
/
+3
*
[Bluetooth] Prevent RFCOMM connections through the RAW socket
Marcel Holtmann
2005-09-13
1
-5
/
+25
[next]