aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Bluetooth: Fix indicating discovery state when canceling inquiryGravatar Johan Hedberg 1-0/+4
2014-06-13Bluetooth: Add clarifying comment for conn->auth_typeGravatar Johan Hedberg 1-1/+5
2014-06-13Bluetooth: Fix SSP acceptor just-works confirmation without MITMGravatar Johan Hedberg 1-2/+5
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-63/+248
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-1/+3
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+2
2014-06-02Bluetooth: Fix missing check for FIPS security levelGravatar Johan Hedberg 1-1/+2
2014-05-30Bluetooth: Fix authentication check for FIPS security levelGravatar Johan Hedberg 1-0/+1
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-0/+61
2014-05-15Bluetooth: Store max TX power level for connectionGravatar Andrzej Kaczmarek 1-1/+11
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...Gravatar John W. Linville 1-0/+6
2014-05-09Bluetooth: Store TX power level for connectionGravatar Andrzej Kaczmarek 1-0/+28
2014-05-08Bluetooth: Store RSSI for connectionGravatar Andrzej Kaczmarek 1-0/+23
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyGravatar Johan Hedberg 1-0/+6
2014-04-18arch: Mass conversion of smp_mb__*()Gravatar Peter Zijlstra 1-2/+2
2014-04-11Bluetooth: Request MITM Protection when initiatorGravatar Mikel Astiz 1-2/+4
2014-04-11Bluetooth: Use MITM Protection when IO caps allow itGravatar Timo Mueller 1-7/+2
2014-04-11Bluetooth: Refactor code for outgoing dedicated bondingGravatar Mikel Astiz 1-6/+8
2014-04-11Bluetooth: Refactor hci_get_auth_req()Gravatar Mikel Astiz 1-15/+22
2014-03-29Bluetooth: Fix address in unmergeable device found eventsGravatar Johan Hedberg 1-3/+2
2014-03-26Bluetooth: Fix RSSI value in device found event from disabling scanGravatar Johan Hedberg 1-2/+3
2014-03-26Bluetooth: Store also RSSI for pending advertising reportsGravatar Johan Hedberg 1-5/+7
2014-03-26Bluetooth: Don't send device found events for duplicate reportsGravatar Johan Hedberg 1-7/+12
2014-03-26Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP togetherGravatar Johan Hedberg 1-2/+101
2014-03-26Bluetooth: Add directed advertising support through connect()Gravatar Johan Hedberg 1-2/+17
2014-03-26Bluetooth: Add scan_rsp parameter to mgmt_device_found()Gravatar Johan Hedberg 1-5/+5
2014-03-26Bluetooth: Don't send device found events during passive scanningGravatar Johan Hedberg 1-2/+6
2014-03-26Bluetooth: Fix LE responder/initiator address settingGravatar Johan Hedberg 1-12/+14
2014-03-26Bluetooth: Move local identity address setting to a central placeGravatar Johan Hedberg 1-16/+0
2014-03-26Bluetooth: Refactor advertising report processing into its own functionGravatar Johan Hedberg 1-8/+13
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionGravatar Johan Hedberg 1-0/+34
2014-03-21Bluetooth: Track current configured LE scan type parameterGravatar Marcel Holtmann 1-0/+25
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyGravatar Johan Hedberg 1-2/+2
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityGravatar Marcel Holtmann 1-0/+12
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-3/+3
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Gravatar Andrew Earl 1-0/+1
2014-03-05Bluetooth: Fix removing Long Term KeyGravatar Claudio Takahasi 1-1/+7
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionGravatar Johan Hedberg 1-0/+7
2014-02-28Bluetooth: Fix trying to disable scanning twiceGravatar Johan Hedberg 1-0/+5
2014-02-28Bluetooth: Add timeout for LE connection attemptsGravatar Johan Hedberg 1-0/+12
2014-02-28Bluetooth: Track LE initiator and responder address informationGravatar Johan Hedberg 1-0/+78
2014-02-28Bluetooth: Use __le64 type for LE random numbersGravatar Marcel Holtmann 1-1/+1
2014-02-28Bluetooth: Track LE white list modification via HCI commandsGravatar Marcel Holtmann 1-0/+55
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionGravatar Johan Hedberg 1-16/+1
2014-02-27Bluetooth: Add tracking of advertising address typeGravatar Johan Hedberg 1-0/+23
2014-02-26Bluetooth: Support resolvable private addressesGravatar Andre Guedes 1-0/+10
2014-02-26Bluetooth: Introduce LE auto connect optionsGravatar Andre Guedes 1-0/+18
2014-02-26Bluetooth: Introduce LE auto connection infrastructureGravatar Andre Guedes 1-0/+38
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hGravatar Andre Guedes 1-5/+1
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cGravatar Johan Hedberg 1-3/+4