summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-0/+6
|\
| * Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg2014-04-251-0/+6
* | Bluetooth: Request MITM Protection when initiatorMikel Astiz2014-04-111-2/+4
* | Bluetooth: Use MITM Protection when IO caps allow itTimo Mueller2014-04-111-7/+2Star
* | Bluetooth: Refactor code for outgoing dedicated bondingMikel Astiz2014-04-111-6/+8
* | Bluetooth: Refactor hci_get_auth_req()Mikel Astiz2014-04-111-15/+22
* | Bluetooth: Fix address in unmergeable device found eventsJohan Hedberg2014-03-291-3/+2Star
* | Bluetooth: Fix RSSI value in device found event from disabling scanJohan Hedberg2014-03-261-2/+3
* | Bluetooth: Store also RSSI for pending advertising reportsJohan Hedberg2014-03-261-5/+7
* | Bluetooth: Don't send device found events for duplicate reportsJohan Hedberg2014-03-261-7/+12
* | Bluetooth: Merge ADV_IND/ADV_SCAN_IND and SCAN_RSP togetherJohan Hedberg2014-03-261-2/+101
* | Bluetooth: Add directed advertising support through connect()Johan Hedberg2014-03-261-2/+17
* | Bluetooth: Add scan_rsp parameter to mgmt_device_found()Johan Hedberg2014-03-261-5/+5
* | Bluetooth: Don't send device found events during passive scanningJohan Hedberg2014-03-261-2/+6
* | Bluetooth: Fix LE responder/initiator address settingJohan Hedberg2014-03-261-12/+14
* | Bluetooth: Move local identity address setting to a central placeJohan Hedberg2014-03-261-16/+0Star
* | Bluetooth: Refactor advertising report processing into its own functionJohan Hedberg2014-03-261-8/+13
|/
* Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg2014-03-241-0/+34
* Bluetooth: Track current configured LE scan type parameterMarcel Holtmann2014-03-211-0/+25
* Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg2014-03-201-2/+2
* Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann2014-03-191-0/+12
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-3/+3
* Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl2014-03-111-0/+1
* Bluetooth: Fix removing Long Term KeyClaudio Takahasi2014-03-051-1/+7
* Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2014-02-281-0/+7
* Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2014-02-281-0/+5
* Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2014-02-281-0/+12
* Bluetooth: Track LE initiator and responder address informationJohan Hedberg2014-02-281-0/+78
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-281-1/+1
* Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann2014-02-281-0/+55
* Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg2014-02-271-16/+1Star
* Bluetooth: Add tracking of advertising address typeJohan Hedberg2014-02-271-0/+23
* Bluetooth: Support resolvable private addressesAndre Guedes2014-02-271-0/+10
* Bluetooth: Introduce LE auto connect optionsAndre Guedes2014-02-271-0/+18
* Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-271-0/+38
* Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2014-02-271-5/+1Star
* Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg2014-02-241-3/+4
* Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg2014-02-241-6/+2Star
* Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg2014-02-231-0/+20
* Bluetooth: Track the current configured random addressMarcel Holtmann2014-02-201-0/+24
* Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann2014-02-191-2/+10
* Bluetooth: Use connection address for reporting connection failuresMarcel Holtmann2014-02-191-1/+1
* Bluetooth: Report identity address when remote device connectsMarcel Holtmann2014-02-191-1/+1
* Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg2014-02-181-0/+8
* Bluetooth: Track if link is using P-256 authenticated combination keyMarcel Holtmann2014-02-131-0/+4
* Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR linksMarcel Holtmann2014-02-131-1/+7
* Bluetooth: Remove one level of indentation from hci_encrypt_change_evtMarcel Holtmann2014-02-131-24/+25
* Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg2014-02-131-1/+1
* Bluetooth: Track Secure Connections support of remote devicesMarcel Holtmann2014-02-131-0/+3
* Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann2014-02-131-8/+24