aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-63/+248
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-1/+3
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-06-02Bluetooth: Fix missing check for FIPS security levelJohan Hedberg1-1/+2
2014-05-30Bluetooth: Fix authentication check for FIPS security levelJohan Hedberg1-0/+1
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+61
2014-05-15Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek1-1/+11
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-0/+6
2014-05-09Bluetooth: Store TX power level for connectionAndrzej Kaczmarek1-0/+28
2014-05-08Bluetooth: Store RSSI for connectionAndrzej Kaczmarek1-0/+23
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-04-11Bluetooth: Request MITM Protection when initiatorMikel Astiz1-2/+4
2014-04-11Bluetooth: Use MITM Protection when IO caps allow itTimo Mueller1-7/+2
2014-04-11Bluetooth: Refactor code for outgoing dedicated bondingMikel Astiz1-6/+8
2014-04-11Bluetooth: Refactor hci_get_auth_req()Mikel Astiz1-15/+22
2014-03-29Bluetooth: Fix address in unmergeable device found eventsJohan Hedberg1-3/+2
2014-03-26Bluetooth: Fix RSSI value in device found event from disabling scanJohan Hedberg1-2/+3
2014-03-26Bluetooth: Store also RSSI for pending advertising reportsJohan Hedberg1-5/+7
2014-03-26Bluetooth: Don't send device found events for duplicate reportsJohan Hedberg1-7/+12
2014-03-26Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP togetherJohan Hedberg1-2/+101
2014-03-26Bluetooth: Add directed advertising support through connect()Johan Hedberg1-2/+17
2014-03-26Bluetooth: Add scan_rsp parameter to mgmt_device_found()Johan Hedberg1-5/+5
2014-03-26Bluetooth: Don't send device found events during passive scanningJohan Hedberg1-2/+6
2014-03-26Bluetooth: Fix LE responder/initiator address settingJohan Hedberg1-12/+14
2014-03-26Bluetooth: Move local identity address setting to a central placeJohan Hedberg1-16/+0
2014-03-26Bluetooth: Refactor advertising report processing into its own functionJohan Hedberg1-8/+13
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg1-0/+34
2014-03-21Bluetooth: Track current configured LE scan type parameterMarcel Holtmann1-0/+25
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg1-2/+2
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann1-0/+12
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-3/+3
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl1-0/+1
2014-03-05Bluetooth: Fix removing Long Term KeyClaudio Takahasi1-1/+7
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg1-0/+7
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg1-0/+5
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg1-0/+12
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg1-0/+78
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann1-1/+1
2014-02-28Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann1-0/+55
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg1-16/+1
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg1-0/+23
2014-02-26Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes1-0/+18
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes1-0/+38
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes1-5/+1
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg1-3/+4
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg1-6/+2
2014-02-23Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg1-0/+20
2014-02-20Bluetooth: Track the current configured random addressMarcel Holtmann1-0/+24