summaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
Commit message (Expand)AuthorFilesLines
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg1-2/+0
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg1-1/+1
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg2-49/+7
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg1-0/+5
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg2-0/+7
2014-03-24Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg1-0/+4
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg1-0/+34
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg1-1/+7
2014-03-23Bluetooth: bluecard: Use del_timer_sync() in teardown pathThomas Gleixner1-1/+1
2014-03-21Bluetooth: Track current configured LE scan type parameterMarcel Holtmann2-0/+26
2014-03-21Bluetooth: btmrvl: don't consume all vendor specific eventsAmitkumar Karwar1-5/+6
2014-03-20Bluetooth: Fix address value for early disconnection eventsJohan Hedberg2-21/+11
2014-03-20Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg4-6/+6
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann2-0/+23
2014-03-19Bluetooth: Fix Pair Device response parameters for pairing failureJohan Hedberg1-2/+14
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg1-2/+3
2014-03-19Bluetooth: Increase SMP re-encryption delay to 500msJohan Hedberg1-1/+1
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg1-4/+2
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg1-0/+6
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg1-55/+46
2014-03-18Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg1-2/+2
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg1-0/+5
2014-03-13Bluetooth: make sure 6LOWPAN_IPHC is built-in if neededArnd Bergmann1-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches11-96/+96
2014-03-11Bluetooth: Enable duplicates filter in background scanAndre Guedes1-5/+7
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl1-0/+1
2014-03-11Bluetooth: make bluetooth 6lowpan as an optionAlexander Aring3-2/+30
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann3-10/+20
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann5-5/+114
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan1-1/+7
2014-03-07Bluetooth: Fix endianess issue in the ath3k driverPeng Chen1-2/+2
2014-03-07Bluetooth: Fix expected key count debug logsJohan Hedberg1-3/+3
2014-03-05Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012.Peng Chen2-0/+3
2014-03-05Bluetooth: Remove assignments in if-statementsValentin Ilie9-35/+59
2014-03-05Bluetooth: Fix removing Long Term KeyClaudio Takahasi1-1/+7
2014-03-04Bluetooth: Stop BCSP/H5 timer before cleaning upMichael Knudsen2-3/+5
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg3-43/+16
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2-1/+5
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg2-3/+22
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg2-6/+29
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg4-0/+27
2014-02-28Bluetooth: Add defines for LE initiator filter policyJohan Hedberg1-0/+3
2014-02-28Bluetooth: Use hdev->init/resp_addr values for smp_c1 functionJohan Hedberg1-16/+6
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg2-0/+82
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg1-1/+2
2014-02-28Bluetooth: Add protections for updating local random addressJohan Hedberg2-2/+32
2014-02-28Bluetooth: Fix clearing SMP keys if pairing failsJohan Hedberg1-0/+18
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann9-32/+29
2014-02-28Bluetooth: Add timer to force power offJohan Hedberg2-3/+14
2014-02-28Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg1-4/+40