summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2014-03-21Merge remote-tracking branch 'bluetooth/master'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'wireless-next/master'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2014-03-21Merge remote-tracking branch 'hid/for-next'Stephen Rothwell
2014-03-20Bluetooth: Fix address value for early disconnection eventsJohan Hedberg
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann
2014-03-19Bluetooth: Fix Pair Device response parameters for pairing failureJohan Hedberg
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg
2014-03-19Bluetooth: Increase SMP re-encryption delay to 500msJohan Hedberg
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg
2014-03-18Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg
2014-03-14HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-03-13Bluetooth: make sure 6LOWPAN_IPHC is built-in if neededArnd Bergmann
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-11Bluetooth: Enable duplicates filter in background scanAndre Guedes
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl
2014-03-11Bluetooth: make bluetooth 6lowpan as an optionAlexander Aring
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan
2014-03-07Bluetooth: Fix expected key count debug logsJohan Hedberg
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring
2014-03-05Bluetooth: Fix removing Long Term KeyClaudio Takahasi
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg
2014-02-28Bluetooth: Add protections for updating local random addressJohan Hedberg
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-27Bluetooth: Add timer to force power offJohan Hedberg
2014-02-27Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg
2014-02-28Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann
2014-02-28Bluetooth: Add support for storing LE white list entriesMarcel Holtmann
2014-02-28Bluetooth: Clear all LE white list entries when powering controllerMarcel Holtmann
2014-02-28Bluetooth: Make hci_blacklist_clear function staticMarcel Holtmann
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg
2014-02-27Bluetooth: Fix response on confirm_nameLukasz Rymanowski
2014-02-26Bluetooth: Update background scan parametersAndre Guedes
2014-02-26Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes