index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-27
Bluetooth: SCO: fix sco_conn related locking and validity issues
Pauli Virtanen
1
-11
/
+12
2023-07-27
Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no link
Siddh Raman Pant
1
-2
/
+2
2023-07-27
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()
Douglas Anderson
1
-1
/
+3
2023-07-27
Bluetooth: ISO: fix iso_conn related locking and validity issues
Pauli Virtanen
1
-22
/
+31
2023-07-27
Bluetooth: hci_event: call disconnect callback before deleting conn
Pauli Virtanen
1
-0
/
+3
2023-07-27
Bluetooth: use RCU for hci_conn_params and iterate safely in hci_sync
Pauli Virtanen
5
-44
/
+159
2023-07-19
Bluetooth: MGMT: Fix marking SCAN_RSP as not connectable
Luiz Augusto von Dentz
1
-10
/
+5
2023-07-19
Bluetooth: ISO: use hci_sync for setting CIG parameters
Pauli Virtanen
1
-8
/
+39
2023-07-19
Bluetooth: fix invalid-bdaddr quirk for non-persistent setup
Johan Hovold
1
-17
/
+11
2023-06-05
Bluetooth: L2CAP: Add missing checks for invalid DCID
Sungwoo Kim
1
-0
/
+9
2023-06-05
Bluetooth: ISO: use correct CIS order in Set CIG Parameters event
Pauli Virtanen
1
-18
/
+26
2023-06-05
Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
Pauli Virtanen
1
-0
/
+2
2023-06-05
Bluetooth: Fix l2cap_disconnect_req deadlock
Ying Hsu
1
-0
/
+4
2023-06-05
Bluetooth: fix debugfs registration
Johan Hovold
1
-0
/
+3
2023-06-05
Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
Zhengping Jiang
2
-6
/
+16
2023-06-05
Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
Luiz Augusto von Dentz
1
-4
/
+4
2023-06-05
Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIG
Pauli Virtanen
1
-7
/
+6
2023-06-05
Bluetooth: ISO: consider right CIS when removing CIG at cleanup
Pauli Virtanen
1
-2
/
+5
2023-05-19
Bluetooth: Unlink CISes when LE disconnects in hci_conn_del
Ruihan Li
1
-15
/
+6
2023-05-19
Bluetooth: Fix UAF in hci_conn_hash_flush again
Ruihan Li
1
-11
/
+22
2023-05-19
Bluetooth: Refcnt drop must be placed last in hci_conn_unlink
Ruihan Li
1
-3
/
+3
2023-05-19
Bluetooth: Fix potential double free caused by hci_conn_unlink
Ruihan Li
1
-9
/
+12
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-23
Bluetooth: hci_sync: Only allow hci_cmd_sync_queue if running
Luiz Augusto von Dentz
2
-6
/
+31
2023-04-23
Bluetooth: Cancel sync command before suspend and power off
Archie Pusaka
2
-0
/
+7
2023-04-23
Bluetooth: Devcoredump: Fix storing u32 without specifying byte order issue
Zijun Hu
1
-6
/
+7
2023-04-23
bluetooth: Perform careful capability checks in hci_sock_ioctl()
Ruihan Li
1
-1
/
+8
2023-04-23
Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
Min Li
1
-1
/
+0
2023-04-23
bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
Ruihan Li
1
-0
/
+28
2023-04-23
Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851
Raul Cheleguini
1
-1
/
+5
2023-04-23
Bluetooth: hci_conn: Fix not waiting for HCI_EVT_LE_CIS_ESTABLISHED
Luiz Augusto von Dentz
2
-57
/
+66
2023-04-23
Bluetooth: hci_conn: Fix not matching by CIS ID
Luiz Augusto von Dentz
1
-1
/
+2
2023-04-23
Bluetooth: hci_conn: Add support for linking multiple hcon
Luiz Augusto von Dentz
3
-95
/
+160
2023-04-23
Bluetooth: hci_conn: remove extra line in hci_le_big_create_sync
Iulia Tanasescu
1
-1
/
+0
2023-04-23
Bluetooth: fix inconsistent indenting
Lanzhe Li
1
-1
/
+1
2023-04-23
Bluetooth: Enable all supported LE PHY by default
Luiz Augusto von Dentz
2
-6
/
+26
2023-04-23
Bluetooth: Split bt_iso_qos into dedicated structures
Iulia Tanasescu
3
-118
/
+202
2023-04-23
Bluetooth: Add support for hci devcoredump
Abhishek Pandit-Subedi
4
-0
/
+540
2023-04-23
Bluetooth: Add new quirk for broken local ext features page 2
Vasily Khoruzhick
1
-2
/
+7
2023-04-23
Bluetooth: L2CAP: Delay identity address updates
Luiz Augusto von Dentz
2
-5
/
+11
2023-04-23
Bluetooth: hci_sync: Remove duplicate statement
Inga Stotland
1
-1
/
+0
2023-04-23
Bluetooth: Convert MSFT filter HCI cmd to hci_sync
Brian Gix
1
-25
/
+11
2023-04-23
Bluetooth: hci_sync: Don't wait peer's reply when powering off
Archie Pusaka
1
-3
/
+5
2023-04-23
Bluetooth: hci_sync: Fix smatch warning
Luiz Augusto von Dentz
1
-1
/
+1
2023-04-10
Bluetooth: L2CAP: Fix use-after-free in l2cap_disconnect_{req,rsp}
Luiz Augusto von Dentz
1
-18
/
+6
2023-04-10
Bluetooth: Set ISO Data Path on broadcast sink
Claudia Draghicescu
1
-1
/
+1
2023-04-10
Bluetooth: hci_conn: Fix possible UAF
Luiz Augusto von Dentz
1
-6
/
+24
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt
Luiz Augusto von Dentz
1
-7
/
+9
2023-04-10
Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm
Luiz Augusto von Dentz
1
-29
/
+40
2023-04-10
Bluetooth: Fix race condition in hidp_session_thread
Min Li
1
-1
/
+1
[next]