index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
Age
Commit message (
Expand
)
Author
Files
Lines
2006-10-16
[Bluetooth] Add locking for bt_proto array manipulation
Marcel Holtmann
1
-1
/
+2
2006-10-16
[Bluetooth] Check if DLC is still attached to the TTY
Marcel Holtmann
1
-0
/
+3
2006-10-16
[Bluetooth] Fix reference count when connection lookup fails
Marcel Holtmann
1
-3
/
+1
2006-10-16
[Bluetooth] Handle return values from driver core functions
Marcel Holtmann
2
-2
/
+4
2006-10-02
[PATCH] const struct tty_operations
Jeff Dike
1
-1
/
+1
2006-09-29
[Bluetooth] Return EINPROGRESS for non-blocking socket calls
Marcel Holtmann
1
-1
/
+1
2006-09-29
[Bluetooth] Integrate services into the driver model
Marcel Holtmann
1
-1
/
+20
2006-07-24
[Bluetooth] Correct RFCOMM channel MTU for broken implementations
Marcel Holtmann
1
-2
/
+17
2006-07-13
[Bluetooth] Remaining transitions to use kzalloc()
Marcel Holtmann
2
-6
/
+6
2006-07-04
[Bluetooth] Add RFCOMM role switch support
Marcel Holtmann
1
-0
/
+5
2006-07-04
[Bluetooth] Allow disabling of credit based flow control
Marcel Holtmann
1
-5
/
+13
2006-07-04
[Bluetooth] Use real devices for host controllers
Marcel Holtmann
2
-4
/
+4
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
3
-3
/
+0
2006-06-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
1
-2
/
+1
2006-06-29
[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-03-21
[NET] sem2mutex: net/
Arjan van de Ven
1
-3
/
+5
2006-02-13
[Bluetooth] Reduce L2CAP MTU for RFCOMM connections
Marcel Holtmann
1
-4
/
+9
2006-01-12
[PATCH] capable/capability.h (net/)
Randy Dunlap
1
-0
/
+1
2006-01-10
[PATCH] TTY layer buffering revamp
Alan Cox
1
-7
/
+2
2006-01-04
[NET]: move struct proto_ops to const
Eric Dumazet
1
-2
/
+2
2005-11-08
[Bluetooth]: Remove the usage of /proc completely
Marcel Holtmann
2
-184
/
+30
2005-10-28
[Bluetooth] Move CRC table into RFCOMM core
Marcel Holtmann
3
-72
/
+44
2005-10-09
[PATCH] gfp flags annotations - part 1
Al Viro
3
-3
/
+3
2005-09-13
[Bluetooth] Prevent RFCOMM connections through the RAW socket
Marcel Holtmann
1
-5
/
+25
2005-08-30
[Bluetooth]: Fix sparse warnings (__nocast type)
Victor Fusco
3
-3
/
+3
2005-08-30
[Bluetooth]: Implement RFCOMM remote port negotiation
J. Suter
2
-72
/
+196
2005-08-30
[Bluetooth]: Call tty_hangup() when DCD is de-asserted
Timo Teräs
1
-1
/
+6
2005-08-06
[Bluetooth] Revert session reference counting fix
Marcel Holtmann
1
-4
/
+0
2005-07-09
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
2
-3
/
+6
2005-04-26
[PATCH] kill gratitious includes of major.h under net/*
Al Viro
1
-1
/
+0
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
6
-0
/
+4163