summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Use ext adv handle from requests in CCsDaniel Winkler2021-04-061-9/+7
* Bluetooth: Coding style fixMeng Yu2021-04-021-1/+1
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-03-221-1/+2
* Bluetooth: Fix incorrect status handling in LE PHY UPDATE eventAyush Garg2021-03-171-1/+1
* Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi2021-03-031-0/+27
* Bluetooth: Query LE tx power on startupDaniel Winkler2020-12-071-0/+18
* Bluetooth: Break add adv into two mgmt commandsDaniel Winkler2020-12-071-0/+1
* Bluetooth: consolidate error paths in hci_phy_link_complete_evt()Sergey Shtylyov2020-11-111-10/+6
* Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye2020-11-091-7/+5
* Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn2020-11-091-0/+5
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-09-291-6/+83
|\
| * Bluetooth: Fix auto-creation of hci_conn at Conn Complete eventSonny Sasaka2020-09-201-6/+11
| * Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi2020-09-131-0/+72
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-7/+19
|\ \ | |/ |/|
| * Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud2020-07-301-7/+19
* | Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman2020-07-301-0/+1
* | Bluetooth: Enable/Disable address resolution during le create connSathish Narasimman2020-07-301-0/+4
* | Bluetooth: Translate additional address type during le_connSathish Narasimman2020-07-301-0/+16
* | Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye2020-07-131-0/+7
* | Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye2020-07-131-1/+1
* | Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* | Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye2020-07-101-1/+1
* | Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud2020-07-071-1/+1
* | Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-06-221-12/+8
* | Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou2020-06-181-2/+3
* | Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi2020-06-181-4/+4
|/
* Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-05-201-25/+3
* Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao2020-05-181-0/+1
* Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka2020-05-131-2/+17
* Bluetooth: allow scatternet connections if supported.Alain Michaud2020-04-281-1/+3
* Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis2020-04-091-1/+2
* Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann2020-04-051-0/+21
* Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou2020-04-051-0/+5
* Bluetooth: add support to notify using SCO air modeSathish Narsimman2020-04-051-1/+22
* Bluetooth: fixing minor typo in commentAlain Michaud2020-04-031-1/+1
* Bluetooth: don't assume key size is 16 when the command failsAlain Michaud2020-03-251-4/+4
* Bluetooth: Fix incorrect branch in connection completeAbhishek Pandit-Subedi2020-03-231-8/+9
* Bluetooth: clean up connection in hci_cs_disconnectJoseph Hwang2020-03-121-1/+13
* Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi2020-03-111-0/+24
* Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud2020-03-081-0/+39
* Bluetooth: guard against controllers sending zero'd eventsAlain Michaud2020-03-041-0/+6
* Bluetooth: secure bluetooth stack from bluedump attackHoward Chung2020-02-141-0/+10
* Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz2020-01-041-0/+27
* Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann2020-01-041-8/+6
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-09-051-5/+0
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-061-0/+5
* Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad2019-07-061-0/+72
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+12
* Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery2019-04-231-1/+1
* Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva2019-02-181-4/+4