summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
2021-09-22Bluetooth: skip invalid hci_sync_conn_complete_evtDesmond Cheong Zhi Xi
2021-05-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka
2020-12-29Bluetooth: Fix null pointer dereference in hci_event_packet()Anmol Karn
2020-12-29Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()Peilin Ye
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-17Bluetooth: fix kernel oops in store_pending_adv_reportAlain Michaud
2020-10-01Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka
2020-10-01Bluetooth: guard against controllers sending zero'd eventsAlain Michaud
2020-08-21Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_with_rssi_evt()Peilin Ye
2020-08-21Bluetooth: Prevent out-of-bounds read in hci_inquiry_result_evt()Peilin Ye
2020-08-21Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()Peilin Ye
2020-06-20Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao
2019-10-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann
2019-08-04Bluetooth: validate BLE connection interval updatescsonsino
2019-02-20Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg
2018-07-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
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
2015-09-18Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc
2015-08-28Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang
2015-07-30Bluetooth: Move high speed specific event under BT_HS optionArron Wang
2015-06-12Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg
2015-06-12Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg
2015-06-12Bluetooth: Move SC-only check outside of BT_CONFIG branchJohan Hedberg
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann
2015-03-16Bluetooth: Fix BR/EDR out-of-band pairing with only initiator dataMarcel Holtmann
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann