aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-28Bluetooth: Fix BT_L2CAP and BT_SCO in KconfigGustavo F. Padovan1-2/+4
2011-02-18Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+2
2011-02-17Bluetooth: fix checkpatch errors in af_bluetooth.cGustavo F. Padovan1-1/+1
2011-02-17Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan1-3/+3
2011-02-17Bluetooth: fix errors reported by checkpatch.plGustavo F. Padovan2-22/+18
2011-02-17Bluetooth: Fix some code style issues in hci_event.cSzymon Janc1-8/+10
2011-02-17Bluetooth: Fix some code style issues in hci_core.cSzymon Janc1-4/+3
2011-02-17Bluetooth: Clean up hci_sniff_subrate_evt functionSzymon Janc1-9/+0
2011-02-17Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-02-16Bluetooth: Send LE Connection Update CommandClaudio Takahasi2-1/+27
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo2-6/+22
2011-02-16Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) failsGustavo F. Padovan1-0/+2
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-1/+58
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi1-52/+90
2011-02-16Bluetooth: Treat LE and ACL links separately on timeoutVille Tervo1-7/+7
2011-02-16Bluetooth: Fix initiated LE connectionsVinicius Costa Gomes1-0/+1
2011-02-16Bluetooth: Do not send disconn comand over LE linksVille Tervo1-7/+8
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo3-7/+104
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo2-7/+23
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo3-4/+108
2011-02-16Bluetooth: Add LE connect supportVille Tervo2-3/+141
2011-02-16Bluetooth: Release BTM while sleeping to avoid deadlockVladislav P1-0/+2
2011-02-15Bluetooth: Add L2CAP mode to debugfs outputGustavo F. Padovan1-2/+3
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan5-16/+0
2011-02-14Bluetooth: Merge L2CAP and SCO modules into bluetooth.koGustavo F. Padovan5-41/+38
2011-02-14Bluetooth: sco: fix information leak to userspaceVasiliy Kulikov1-0/+1
2011-02-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2011-02-11Bluetooth: l2cap: fix 1 byte infoleak to userspaceVasiliy Kulikov1-0/+1
2011-02-08Bluetooth: update Bluetooth daemon name in Kconfig helpGustavo F. Padovan1-3/+3
2011-02-08Bluetooth: move __l2cap_sock_close() to l2cap_sock.cGustavo F. Padovan2-83/+80
2011-02-08Bluetooth: move l2cap_sock_kill() to l2cap_sock.cGustavo F. Padovan2-16/+16
2011-02-08Bluetooth: move L2CAP sock timers function to l2cap_sock.cGustavo F. Padovan2-13/+13
2011-02-08Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.cGustavo F. Padovan2-109/+109
2011-02-08Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.cGustavo F. Padovan2-33/+33
2011-02-08Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.cGustavo F. Padovan2-46/+45
2011-02-08Bluetooth: move l2cap_sock_connect() to l2cap_sock.cGustavo F. Padovan2-86/+86
2011-02-08Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.cGustavo F. Padovan2-145/+145
2011-02-08Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.cGustavo F. Padovan2-174/+175
2011-02-08Bluetooth: move l2cap_sock_getname() to l2cap_sock.cGustavo F. Padovan2-23/+23
2011-02-08Bluetooth: move l2cap_sock_accept() to l2cap_sock.cGustavo F. Padovan2-56/+56
2011-02-08Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.cGustavo F. Padovan2-134/+135
2011-02-08Bluetooth: move l2cap_sock_release() to l2cap_sock.cGustavo F. Padovan2-17/+17
2011-02-08Bluetooth: move l2cap_sock_ops to l2cap_sock.cGustavo F. Padovan2-32/+31
2011-02-08Bluetooth: Initial work for L2CAP split.Gustavo F. Padovan3-177/+225
2011-02-08Bluetooth: Rename l2cap.c to l2cap_core.cGustavo F. Padovan2-0/+1
2011-02-08Bluetooth: fix crash by disabling tasklet in sock acceptAndrei Emeltchenko1-4/+9
2011-02-08Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko7-21/+45
2011-02-08Bluetooth: Add set_io_capability management commandJohan Hedberg4-2/+62
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceJohan Hedberg2-0/+187
2011-02-08Bluetooth: Create common cmd_complete function for mgmt.cJohan Hedberg1-160/+67