index
:
pub/scm/linux/kernel/git/josh/linux.git
master
Josh Triplett's miscellaneous kernel patches
Josh Triplett
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
8 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+1
2026-08-24
Bluetooth: do not leak an hci_conn when a second LE connect is rejected
Radek Podgorny
1
-2
/
+7
2026-08-24
Bluetooth: hci_sync: add conditional locking annotations
Pauli Virtanen
1
-0
/
+5
2026-08-24
Bluetooth: hci_sync: Clear HCI_CMD_PENDING when dropping the last request
Ibrahim Abdelkader
1
-0
/
+2
2026-08-07
Bluetooth: hci_sync: Disable legacy instance's ext adv before setup snapshot
Muhammad Saheed
1
-0
/
+30
2026-08-07
Bluetooth: hci_sync: free the advertising instance on the failure and cancel ...
Linmao Li
1
-3
/
+9
2026-08-07
Bluetooth: hci_sync: Fix accept list UAF during suspend
Chengfeng Ye
1
-9
/
+37
2026-08-07
Bluetooth: Add MGMT Load Connection Subrate command
Luiz Augusto von Dentz
1
-0
/
+69
2026-08-07
Bluetooth: Add support for Shorter Connection Interval (SCI) feature
Luiz Augusto von Dentz
1
-2
/
+64
2026-08-07
Bluetooth: hci_sync: Simplify hci_reset_sync()
Zijun Hu
1
-8
/
+2
2026-08-07
Bluetooth: hci_sync: Introduce __hci_reset_sync() for device drivers
Zijun Hu
1
-0
/
+8
2026-08-07
Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()
Siwei Zhang
1
-26
/
+0
2026-07-28
Bluetooth: hci_sync: remove unnecessary hci_conn_get in create_conn_sync
Pauli Virtanen
1
-13
/
+0
2026-07-28
Bluetooth: hci_sync: fix hci_conn_del() use in hci_le_create_conn_sync
Pauli Virtanen
1
-1
/
+3
2026-07-28
Bluetooth: hci_sync: hold conn in hci_past_sync() callback
Pauli Virtanen
1
-3
/
+8
2026-07-28
Bluetooth: hci_sync: hold conn in hci_connect_pa_sync() callback
Pauli Virtanen
1
-2
/
+7
2026-07-28
Bluetooth: hci_sync: hold conn in hci_connect_big_sync() callback
Pauli Virtanen
1
-4
/
+12
2026-07-28
Bluetooth: hci_sync: hold conn in hci_connect_acl/le_sync() callbacks
Pauli Virtanen
1
-8
/
+24
2026-07-28
Bluetooth: hci_sync: Fix advertising data UAFs
Chengfeng Ye
1
-34
/
+97
2026-07-20
Bluetooth: hci_sync: Protect UUID list traversal
Chengfeng Ye
1
-2
/
+11
2026-07-13
Bluetooth: hci_sync: hold hdev->lock for hci_conn_params lookups
Pauli Virtanen
1
-4
/
+20
2026-07-13
Bluetooth: hci_sync: extend conn_hash lookup critical sections
Pauli Virtanen
1
-3
/
+39
2026-07-06
Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
Siwei Zhang
1
-14
/
+119
2026-06-11
Bluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2]
Luiz Augusto von Dentz
1
-1
/
+23
2026-06-03
Bluetooth: hci_sync: reject oversized Broadcast Announcement prepend
Yuqi Xu
1
-0
/
+5
2026-05-28
Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync()
Heitor Alves de Siqueira
1
-0
/
+4
2026-05-28
Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device close
Heitor Alves de Siqueira
1
-0
/
+8
2026-05-27
Bluetooth: hci_sync: fix UAF in hci_le_create_cis_sync
Doruk Tan Ozturk
1
-1
/
+3
2026-05-20
Bluetooth: hci_sync: Fix not setting mask for HCI_EVT_LE_ALL_REMOTE_FEATURES_...
Luiz Augusto von Dentz
1
-3
/
+3
2026-04-13
Bluetooth: hci_sync: make hci_cmd_sync_run_once return -EEXIST if exists
Pauli Virtanen
1
-1
/
+1
2026-04-01
Bluetooth: hci_sync: fix stack buffer overflow in hci_le_big_create_sync
hkbinbin
1
-1
/
+2
2026-04-01
Bluetooth: hci_sync: Fix UAF in le_read_features_complete
Luiz Augusto von Dentz
1
-5
/
+5
2026-04-01
Bluetooth: hci_sync: fix leaks when hci_cmd_sync_queue_once fails
Pauli Virtanen
1
-2
/
+11
2026-04-01
Bluetooth: hci_sync: hci_cmd_sync_queue_once() return -EEXIST if exists
Pauli Virtanen
1
-17
/
+36
2026-04-01
Bluetooth: hci_sync: call destroy in hci_cmd_sync_run if immediate
Pauli Virtanen
1
-2
/
+9
2026-03-19
Bluetooth: hci_sync: annotate data-races around hdev->req_status
Cen Zhang
1
-10
/
+10
2026-03-12
Bluetooth: hci_sync: Fix hci_le_create_conn_sync
Michael Grzeschik
1
-1
/
+1
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+1
2026-02-23
Bluetooth: Fix CIS host feature condition
Mariusz Skamra
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-5
/
+5
2026-01-29
Bluetooth: Fix using PHYs bitfields as PHY value
Luiz Augusto von Dentz
1
-3
/
+3
2026-01-29
Bluetooth: L2CAP: Add support for setting BT_PHY
Luiz Augusto von Dentz
1
-0
/
+72
2026-01-29
Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures
Naga Bhavani Akella
1
-7
/
+38
2026-01-29
Bluetooth: hci_conn: Set link_policy on incoming ACL connections
Stefan Sørensen
1
-2
/
+0
2026-01-09
Bluetooth: hci_sync: enable PA Sync Lost event
Yang Li
1
-0
/
+1
2025-12-01
Bluetooth: HCI: Add support for LL Extended Feature Set
Luiz Augusto von Dentz
1
-2
/
+100
2025-12-01
Bluetooth: HCI: Always use the identity address when initializing a connection
Luiz Augusto von Dentz
1
-1
/
+1
2025-12-01
Bluetooth: ISO: Add support to bind to trigger PAST
Luiz Augusto von Dentz
1
-0
/
+92
2025-12-01
Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
Luiz Augusto von Dentz
1
-1
/
+54
[next]