aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
2020-10-17Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz
2020-10-17Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz
2020-10-01Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka
2020-10-01Bluetooth: guard against controllers sending zero'd eventsAlain Michaud
2020-08-11Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye
2020-08-11Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye
2020-08-11Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye
2020-08-05Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud
2020-06-22Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao
2019-09-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann
2019-07-06Bluetooth: validate BLE connection interval updatescsonsino
2019-07-06Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita
2019-04-23Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery
2019-02-18Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva
2018-12-19Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg
2018-10-14Bluetooth: Remove redundant check on statusColin Ian King
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik
2018-08-06Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing
2018-07-30Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery
2018-07-30Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery
2018-07-30Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery
2018-07-06Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery
2018-07-06Bluetooth: Process extended ADV report eventJaganath Kanakkassery
2018-07-06Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery
2018-07-06Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery
2018-07-06Bluetooth: Add HCI command for clear Resolv listAnkit Navik
2018-07-06Bluetooth: Store Resolv list sizeAnkit Navik
2018-05-18Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann
2017-02-16Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-04-08Bluetooth: Ignore unknown advertising packet typesJohan Hedberg
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski