aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville9-261/+746
2011-12-03Bluetooth: trivial: correct check for LMP versionAndrei Emeltchenko1-1/+1
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko2-4/+4
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan3-8/+7
2011-12-03Bluetooth: Correct version check in hci_setupAndrei Emeltchenko1-1/+1
2011-12-02Bluetooth: remove old codeAndrei Emeltchenko1-12/+0
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes1-0/+10
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes2-0/+7
2011-12-02Bluetooth: Add HCI Read Flow Control Mode functionAndrei Emeltchenko1-0/+19
2011-12-01Bluetooth: Centralize SMP pairing failure handlingBrian Gix1-6/+16
2011-12-01Bluetooth: Cleanup blkcipher on SMP terminationBrian Gix1-1/+9
2011-12-01Bluetooth: Add HCI User Passkey Req Evt handlingBrian Gix1-0/+58
2011-12-01Bluetooth: Add User Passkey Response handlingBrian Gix1-1/+73
2011-11-23Bluetooth: Add user readable debug for state changesGustavo F. Padovan1-0/+29
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville3-0/+3
2011-11-21Bluetooth: Use queue in the device listAndrei Emeltchenko1-1/+1
2011-11-21Bluetooth: Differentiate LE User Pairing ResponsesBrian Gix1-0/+24
2011-11-21Bluetooth: User Pairing Response restructuringBrian Gix1-29/+47
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2-4/+5
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-21Bluetooth: cmtp: Fix module referenceDavid Herrmann1-2/+3
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2-7/+4
2011-11-16Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc1-5/+2
2011-11-16Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc1-5/+3
2011-11-16Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc1-8/+5
2011-11-16Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc1-3/+17
2011-11-16Bluetooth: Do not set HCI_RAW when HS enabledAndrei Emeltchenko1-2/+3
2011-11-16Bluetooth: Pass all message parameters to mgmt_start_discoveryJohan Hedberg1-2/+8
2011-11-16Bluetooth: Add missing cmd_complete for mgmt_load_link_keysJohan Hedberg1-0/+2
2011-11-16Bluetooth: Create a unique mgmt error code hierarchyJohan Hedberg1-91/+224
2011-11-16Bluetooth: Return success instead of EALREADY for mgmt commandsJohan Hedberg1-12/+14
2011-11-16Bluetooth: Fix mgmt_pair_device imediate error responsesJohan Hedberg1-2/+11
2011-11-16Bluetooth: Add address type to mgmt_pair_deviceJohan Hedberg1-7/+6
2011-11-16Bluetooth: mgmt_stop_discovery_failed()Andre Guedes2-1/+20
2011-11-16Bluetooth: Rename mgmt_inquiry_failed()Andre Guedes2-2/+2
2011-11-10Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan1-1/+2
2011-11-10Bluetooth: Allow L2CAP to increase the security levelGustavo F. Padovan1-3/+13
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan1-6/+6
2011-11-10Bluetooth: Add status parameter to mgmt_disconnect responseJohan Hedberg2-15/+26
2011-11-10Bluetooth: Add proper response to mgmt_remove_keys commandJohan Hedberg1-11/+50
2011-11-10Bluetooth: Fix deadlock with mgmt_pair_deviceJohan Hedberg1-5/+0
2011-11-10Bluetooth: Add public/random LE address information to mgmt messagesJohan Hedberg2-22/+34
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville14-836/+1728
2011-11-09Bluetooth: Remove redundant hci_dev comparisons in mgmt lookupsJohan Hedberg1-13/+2
2011-11-09Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmdJohan Hedberg1-1/+1
2011-11-09Bluetooth: Fix cancel_delayed_work_sync usage with locksJohan Hedberg2-5/+5
2011-11-09Bluetooth: Add missing hci_dev locking when calling mgmt functionsJohan Hedberg3-13/+57
2011-11-09Bluetooth: Move pending management command list into struct hci_devJohan Hedberg2-40/+45
2011-11-09Bluetooth: Pass full hci_dev struct to mgmt callbacksJohan Hedberg3-140/+145
2011-11-08Bluetooth: Add address type fields to mgmt messages that need themJohan Hedberg2-21/+46