summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)Author
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-06-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-25HID: Fix the generic Kconfig optionsHenrik Rydberg
2012-06-14Bluetooth: Fix sending HCI_Disconnect only when connectedVishal Agarwal
2012-06-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-06-11Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc
2012-06-09Bluetooth: Fix style in hidp codeGustavo Padovan
2012-06-08Bluetooth: Add support for encryption key refreshJohan Hedberg
2012-06-08Bluetooth: Fix SMP security elevation from medium to highJohan Hedberg
2012-06-08Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg
2012-06-08Bluetooth: Fix LE pairing completion on connection failureVishal Agarwal
2012-06-08Bluetooth: Fix SMP pairing method selectionJohan Hedberg
2012-06-05Bluetooth: Remove magic disconnect reasonAndrei Emeltchenko
2012-06-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes
2012-06-05Bluetooth: Filter duplicated reports in LE scanAndre Guedes
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan
2012-06-05Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes
2012-06-05Bluetooth: Check MTU value in l2cap_sock_setsockopt_oldAndre Guedes
2012-06-05Bluetooth: Change default MTU for L2CAP ATT channelAndre Guedes
2012-06-05Bluetooth: Fix not removing hci_conn for failed LE connectionAndrzej Kaczmarek
2012-06-05Bluetooth: Return proper mgmt state when LE pairing connection failedAndrzej Kaczmarek
2012-06-05Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek
2012-06-05Bluetooth: Remove unused err var from l2cap_segment_sdu()Gustavo Padovan
2012-06-05Bluetooth: Create function to return the ERTM header sizeGustavo Padovan
2012-06-05Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko
2012-06-05Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko
2012-06-05Bluetooth: Make l2cap_data_channel return voidAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko
2012-06-05Bluetooth: Do not check func ready existenceAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Command ResponsesAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Disc Physlink RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Create Physlink RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Get AMP Assoc RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Get Info RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Change NotifyAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Command RejectAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP messagesAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Add chan callbacksAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Build and Send msg helpersAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko
2012-06-05Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko
2012-06-05Bluetooth: check for already existent channel before create new oneGustavo Padovan
2012-06-05Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan
2012-06-05Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan