index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: hci_core: Fix not handling hdev->le_num_of_adv_sets=1
Luiz Augusto von Dentz
2024-05-14
1
-0
/
+9
*
Bluetooth: HCI: Remove HCI_AMP support
Luiz Augusto von Dentz
2024-05-14
1
-122
/
+10
*
LE Create Connection command timeout increased to 20 secs
Mahesh Talewad
2024-05-14
1
-1
/
+1
*
Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLED
Luiz Augusto von Dentz
2024-05-14
1
-2
/
+9
*
Bluetooth: Add proper definitions for scan interval and window
Luiz Augusto von Dentz
2024-05-14
1
-8
/
+8
*
Bluetooth: msft: fix slab-use-after-free in msft_do_close()
Sungwoo Kim
2024-05-03
1
-2
/
+1
*
Bluetooth: hci_sync: Fix not checking error on hci_cmd_sync_cancel_sync
Luiz Augusto von Dentz
2024-03-29
1
-3
/
+3
*
Bluetooth: fix use-after-free in accessing skb after sending it
Pauli Virtanen
2024-03-06
1
-1
/
+1
*
Bluetooth: hci_core: Fix possible buffer overflow
Luiz Augusto von Dentz
2024-03-06
1
-1
/
+1
*
Bluetooth: hci_sync: Fix overwriting request callback
Luiz Augusto von Dentz
2024-03-06
1
-14
/
+32
*
Bluetooth: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2024-03-06
1
-4
/
+5
*
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
2024-03-06
1
-27
/
+57
*
Bluetooth: Disconnect connected devices before rfkilling adapter
Jonas Dreßler
2024-03-06
1
-2
/
+33
*
Bluetooth: Avoid potential use-after-free in hci_error_reset
Ying Hsu
2024-02-28
1
-3
/
+4
*
Bluetooth: Make handle of hci_conn be unique
Ziyang Xuan
2023-10-23
1
-0
/
+3
*
Bluetooth: hci_codec: Fix leaking content of local_codecs
Luiz Augusto von Dentz
2023-09-20
1
-0
/
+1
*
Bluetooth: hci_core: Fix build warnings
Luiz Augusto von Dentz
2023-09-20
1
-3
/
+5
*
Bluetooth: Fix hci_link_tx_to RCU lock usage
Ying Hsu
2023-09-20
1
-0
/
+5
*
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()
Manish Mandlik
2023-08-11
1
-1
/
+1
*
Bluetooth: Fix potential use-after-free when clear keys
Min Li
2023-08-11
1
-8
/
+8
*
Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic
Luiz Augusto von Dentz
2023-08-11
1
-1
/
+1
*
Bluetooth: Fix hci_suspend_sync crash
Ying Hsu
2023-08-11
1
-0
/
+4
*
Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor
Douglas Anderson
2023-08-11
1
-5
/
+5
*
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()
Douglas Anderson
2023-07-20
1
-1
/
+3
*
Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
Pauli Virtanen
2023-07-20
1
-7
/
+31
*
Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
Zhengping Jiang
2023-06-06
1
-0
/
+2
*
Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
Luiz Augusto von Dentz
2023-06-06
1
-4
/
+4
*
Bluetooth: Cancel sync command before suspend and power off
Archie Pusaka
2023-04-24
1
-0
/
+3
*
Bluetooth: Add support for hci devcoredump
Abhishek Pandit-Subedi
2023-04-24
1
-0
/
+1
*
Bluetooth: hci_core: Detect if an ACL packet is in fact an ISO packet
Luiz Augusto von Dentz
2023-03-23
1
-4
/
+19
*
Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
Bluetooth: hci_core: fix error handling in hci_register_dev()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
Bluetooth: Fix crash when replugging CSR fake controllers
Luiz Augusto von Dentz
2022-12-02
1
-2
/
+6
*
Bluetooth: Prevent double register of suspend
Abhishek Pandit-Subedi
2022-09-28
1
-0
/
+4
*
Bluetooth: hci_core: Fix not handling link timeouts propertly
Luiz Augusto von Dentz
2022-09-28
1
-11
/
+23
*
Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works
Tetsuo Handa
2022-09-19
1
-2
/
+13
*
Bluetooth: Implement support for Mesh
Brian Gix
2022-09-06
1
-3
/
+10
*
Bluetooth: convert hci_update_adv_data to hci_sync
Brian Gix
2022-08-26
1
-1
/
+1
*
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
2022-07-23
1
-30
/
+50
*
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
2022-07-23
1
-1
/
+5
*
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
2022-07-23
1
-47
/
+183
*
Bluetooth: hci_core: Introduce hci_recv_event_data
Luiz Augusto von Dentz
2022-07-22
1
-0
/
+32
*
Bluetooth: hci_sync: Refactor remove Adv Monitor
Manish Mandlik
2022-07-22
1
-53
/
+28
*
Bluetooth: hci_sync: Refactor add Adv Monitor
Manish Mandlik
2022-07-22
1
-26
/
+20
*
Bluetooth: Collect kcov coverage from hci_rx_work
Tamas Koczka
2022-07-22
1
-1
/
+9
*
Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
Luiz Augusto von Dentz
2022-07-22
1
-22
/
+20
*
Bluetooth: fix an error code in hci_register_dev()
Dan Carpenter
2022-07-22
1
-1
/
+2
*
Bluetooth: Unregister suspend with userchannel
Abhishek Pandit-Subedi
2022-07-22
1
-8
/
+25
*
Bluetooth: When HCI work queue is drained, only queue chained work
Schspa Shi
2022-07-22
1
-1
/
+9
*
Bluetooth: core: Fix deadlock on hci_power_on_sync.
Vasyl Vavrychuk
2022-07-05
1
-0
/
+3
[next]