summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+2
2014-04-25Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg-3/+6
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg-0/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra-2/+2
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-8/+8
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1065/+3785
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-57/+43
2014-04-01Merge branch 'for-3.15/hid-core-ll-transport-cleanup' into for-linusJiri Kosina-111/+7
2014-04-01Merge branch 'for-3.15/ll-driver-new-callbacks' into for-linusJiri Kosina-0/+90
2014-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-77/+106
2014-03-26Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg-2/+4
2014-03-24Bluetooth: Remove unnecessary assignment in SMPJohan Hedberg-2/+0
2014-03-24Bluetooth: Fix potential NULL pointer dereference in smp_conn_securityJohan Hedberg-1/+1
2014-03-24Bluetooth: Remove LTK re-encryption procedureJohan Hedberg-49/+7
2014-03-24Bluetooth: Don't try to confirm locally initiated SMP pairingJohan Hedberg-0/+5
2014-03-24Bluetooth: Add SMP flag to track which side is the initiatorJohan Hedberg-0/+7
2014-03-24Bluetooth: Fix SMP confirmation callback handlingJohan Hedberg-0/+4
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg-0/+34
2014-03-24Bluetooth: Fix potential NULL pointer dereference in SMPJohan Hedberg-1/+7
2014-03-21Bluetooth: Track current configured LE scan type parameterMarcel Holtmann-0/+25
2014-03-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-183/+360
2014-03-20Bluetooth: Fix address value for early disconnection eventsJohan Hedberg-21/+11
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg-5/+5
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann-0/+23
2014-03-19Bluetooth: Fix Pair Device response parameters for pairing failureJohan Hedberg-2/+14
2014-03-19Bluetooth: Fix SMP user passkey notification mgmt eventJohan Hedberg-2/+3
2014-03-19Bluetooth: Increase SMP re-encryption delay to 500msJohan Hedberg-1/+1
2014-03-19Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALIDJohan Hedberg-4/+2
2014-03-18Bluetooth: Fix MITM flag when initiating SMP pairingJohan Hedberg-0/+6
2014-03-18Bluetooth: Fix smp_e byte order to be consistent with SMP specificationJohan Hedberg-55/+46
2014-03-18Bluetooth: Fix const declaration for swap function src parameterJohan Hedberg-2/+2
2014-03-14Bluetooth: Fix updating SMP remote key distribution informationJohan Hedberg-0/+5
2014-03-14HID: remove hid_output_raw_report transport implementationsBenjamin Tissoires-14/+0
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-905/+3419
2014-03-13Bluetooth: make sure 6LOWPAN_IPHC is built-in if neededArnd Bergmann-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches-96/+96
2014-03-11Bluetooth: Enable duplicates filter in background scanAndre Guedes-5/+7
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl-0/+1
2014-03-11Bluetooth: make bluetooth 6lowpan as an optionAlexander Aring-2/+30
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann-8/+17
2014-03-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann-5/+94
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan-1/+7
2014-03-07Bluetooth: Fix expected key count debug logsJohan Hedberg-3/+3
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring-1/+1
2014-03-05Bluetooth: Fix removing Long Term KeyClaudio Takahasi-1/+7
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg-43/+15
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg-1/+5
2014-02-28Bluetooth: Delay LTK encryption to let remote receive all keysJohan Hedberg-3/+22
2014-02-28Bluetooth: Re-encrypt link after receiving an LTKJohan Hedberg-6/+29
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg-0/+25