aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-08Bluetooth: hci_event: Fix build warning with C=1Gravatar Luiz Augusto von Dentz 1-2/+5
2022-07-22Bluetooth: Add initial implementation of BIS connectionsGravatar Luiz Augusto von Dentz 1-0/+206
2022-07-22Bluetooth: Add initial implementation of CIS connectionsGravatar Luiz Augusto von Dentz 1-3/+304
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataGravatar Luiz Augusto von Dentz 1-0/+3
2022-07-22Bluetooth: Remove update_scan hci_request dependancyGravatar Brian Gix 1-2/+2
2022-07-21Bluetooth: When HCI work queue is drained, only queue chained workGravatar Schspa Shi 1-2/+3
2022-07-21Bluetooth: clear the temporary linkkey in hci_conn_cleanupGravatar Alain Michaud 1-2/+2
2022-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-3/+5
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncGravatar Luiz Augusto von Dentz 1-3/+5
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockGravatar Niels Dossche 1-0/+12
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqGravatar Niels Dossche 1-6/+9
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedGravatar Luiz Augusto von Dentz 1-9/+4
2022-04-26Bluetooth: hci_event: Fix creating hci_conn object on error statusGravatar Luiz Augusto von Dentz 1-0/+12
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusGravatar Luiz Augusto von Dentz 1-29/+36
2022-03-18Bluetooth: Fix use after free in hci_send_aclGravatar Luiz Augusto von Dentz 1-1/+2
2022-03-04Bluetooth: hci_event: Add missing locking on hdev in hci_le_ext_adv_term_evtGravatar Niels Dossche 1-7/+12
2022-01-25Bluetooth: hci_event: Fix HCI_EV_VENDOR max_lenGravatar Luiz Augusto von Dentz 1-3/+4
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsGravatar Soenke Huster 1-15/+48
2022-01-14Bluetooth: fix null ptr deref on hci_sync_conn_complete_evtGravatar Soenke Huster 1-0/+13
2022-01-11Bluetooth: hci_sync: unlock on error in hci_inquiry_result_with_rssi_evt()Gravatar Dan Carpenter 1-3/+3
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtGravatar Luiz Augusto von Dentz 1-10/+9
2021-12-22Bluetooth: hci_sync: Add support for waiting specific LE subeventsGravatar Luiz Augusto von Dentz 1-15/+26
2021-12-22Bluetooth: hci_sync: Add hci_le_create_conn_syncGravatar Luiz Augusto von Dentz 1-3/+3
2021-12-22Bluetooth: hci_event: Use skb_pull_data when processing inquiry resultsGravatar Luiz Augusto von Dentz 1-2/+18
2021-12-07Bluetooth: hci_sync: Set Privacy Mode when updating the resolving listGravatar Luiz Augusto von Dentz 1-1/+29
2021-12-07Bluetooth: hci_event: Use of a function table to handle Command StatusGravatar Luiz Augusto von Dentz 1-93/+59
2021-12-07Bluetooth: hci_event: Use of a function table to handle Command CompleteGravatar Luiz Augusto von Dentz 1-1096/+752
2021-12-07Bluetooth: hci_event: Use of a function table to handle LE subeventsGravatar Luiz Augusto von Dentz 1-125/+122
2021-12-07Bluetooth: hci_event: Use of a function table to handle HCI eventsGravatar Luiz Augusto von Dentz 1-514/+390
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Direct Advertising Report eventGravatar Luiz Augusto von Dentz 1-7/+19
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Ext Advertising Report eventGravatar Luiz Augusto von Dentz 1-11/+25
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE Advertising Report eventGravatar Luiz Augusto von Dentz 1-15/+24
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse LE MetaeventsGravatar Luiz Augusto von Dentz 1-11/+64
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Extended Inquiry Result eventGravatar Luiz Augusto von Dentz 1-5/+15
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result with RSSI eventGravatar Luiz Augusto von Dentz 1-17/+23
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Inquiry Result eventGravatar Luiz Augusto von Dentz 1-5/+14
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Number of Complete Packets eventGravatar Luiz Augusto von Dentz 1-9/+11
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse Command Complete eventGravatar Luiz Augusto von Dentz 1-241/+663
2021-12-07Bluetooth: HCI: Use skb_pull_data to parse BR/EDR eventsGravatar Luiz Augusto von Dentz 1-47/+213
2021-11-25Bluetooth: Limit duration of Remote Name ResolveGravatar Archie Pusaka 1-0/+7
2021-11-25Bluetooth: Send device found event on name resolve failureGravatar Archie Pusaka 1-7/+4
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_delete_stored_link_keyGravatar Luiz Augusto von Dentz 1-1/+1
2021-11-25Bluetooth: HCI: Fix definition of hci_rp_read_stored_link_keyGravatar Luiz Augusto von Dentz 1-2/+2
2021-11-24Bluetooth: refactor malicious adv data checkGravatar Brian Gix 1-5/+5
2021-11-16Bluetooth: Attempt to clear HCI_LE_ADV on adv set terminated error eventGravatar Archie Pusaka 1-1/+8
2021-11-16Bluetooth: Ignore HCI_ERROR_CANCELLED_BY_HOST on adv set terminated eventGravatar Archie Pusaka 1-0/+12
2021-11-16Bluetooth: fix uninitialized variables notify_evtGravatar Jackie Liu 1-14/+9
2021-11-16Bluetooth: stop proccessing malicious adv dataGravatar Pavel Skripkin 1-1/+7
2021-10-29Bluetooth: hci_sync: Rework hci_suspend_notifierGravatar Luiz Augusto von Dentz 1-18/+53
2021-10-29Bluetooth: hci_sync: Convert MGMT_OP_SSPGravatar Brian Gix 1-3/+1