summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+6
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
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-22Bluetooth: Track current configured LE scan type parameterMarcel Holtmann1-0/+25
2014-03-20Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg1-2/+2
2014-03-20Bluetooth: 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-27Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-27Bluetooth: Introduce LE auto connect optionsAndre Guedes1-0/+18
2014-02-27Bluetooth: Introduce LE auto connection infrastructureAndre Guedes1-0/+38
2014-02-27Bluetooth: 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-24Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg1-0/+20
2014-02-20Bluetooth: Track the current configured random addressMarcel Holtmann1-0/+24
2014-02-19Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann1-2/+10
2014-02-19Bluetooth: Use connection address for reporting connection failuresMarcel Holtmann1-1/+1
2014-02-19Bluetooth: Report identity address when remote device connectsMarcel Holtmann1-1/+1
2014-02-18Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg1-0/+8
2014-02-13Bluetooth: Track if link is using P-256 authenticated combination keyMarcel Holtmann1-0/+4
2014-02-13Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR linksMarcel Holtmann1-1/+7
2014-02-13Bluetooth: Remove one level of indentation from hci_encrypt_change_evtMarcel Holtmann1-24/+25
2014-02-13Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg1-1/+1
2014-02-13Bluetooth: Track Secure Connections support of remote devicesMarcel Holtmann1-0/+3
2014-02-13Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann1-8/+24