aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-02[BLUETOOTH] rfcomm endianness bug: param_mask is little-endian on the wireAl Viro1-8/+8
2006-12-02[BLUETOOTH]: rfcomm endianness annotationsAl Viro1-1/+1
2006-11-21[Bluetooth] Check if RFCOMM session is still attached to the TTYMarcel Holtmann1-1/+1
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann1-1/+2
2006-10-15[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann1-0/+3
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann1-3/+1
2006-10-15[Bluetooth] Handle return values from driver core functionsMarcel Holtmann2-2/+4
2006-10-02[PATCH] const struct tty_operationsJeff Dike1-1/+1
2006-09-28[Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann1-1/+1
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann1-1/+20
2006-07-24[Bluetooth] Correct RFCOMM channel MTU for broken implementationsMarcel Holtmann1-2/+17
2006-07-12[Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2-6/+6
2006-07-03[Bluetooth] Add RFCOMM role switch supportMarcel Holtmann1-0/+5
2006-07-03[Bluetooth] Allow disabling of credit based flow controlMarcel Holtmann1-5/+13
2006-07-03[Bluetooth] Use real devices for host controllersMarcel Holtmann2-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-2/+1
2006-06-28[PATCH] remove TTY_DONT_FLIPPaul Fulghum1-6/+2
2006-06-26[PATCH] devfs: Rename TTY_DRIVER_NO_DEVFS to TTY_DRIVER_DYNAMIC_DEVGreg Kroah-Hartman1-1/+1
2006-06-26[PATCH] devfs: Remove the tty_driver devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-3/+5
2006-02-13[Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann1-4/+9
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-10[PATCH] TTY layer buffering revampAlan Cox1-7/+2
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-2/+2
2005-11-08[Bluetooth]: Remove the usage of /proc completelyMarcel Holtmann2-184/+30
2005-10-28[Bluetooth] Move CRC table into RFCOMM coreMarcel Holtmann3-72/+44
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro3-3/+3
2005-09-13[Bluetooth] Prevent RFCOMM connections through the RAW socketMarcel Holtmann1-5/+25
2005-08-29[Bluetooth]: Fix sparse warnings (__nocast type)Victor Fusco3-3/+3
2005-08-29[Bluetooth]: Implement RFCOMM remote port negotiationJ. Suter2-72/+196
2005-08-29[Bluetooth]: Call tty_hangup() when DCD is de-assertedTimo Teräs1-1/+6
2005-08-06[Bluetooth] Revert session reference counting fixMarcel Holtmann1-4/+0
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2-3/+6
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds6-0/+4163