index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cifs
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
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
2024-01-01
Bluetooth: Add more enc key size check
Alex Lu
1
-1
/
+15
2024-01-01
Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE
Xiao Yao
2
-7
/
+25
2024-01-01
Bluetooth: L2CAP: Send reject on command corrupted request
Frédéric Danis
1
-6
/
+15
2024-01-01
Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsg
Hyunwoo Kim
1
-1
/
+6
2024-01-01
Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sent
Luiz Augusto von Dentz
1
-1
/
+2
2024-01-01
Bluetooth: hci_event: shut up a false-positive warning
Arnd Bergmann
1
-0
/
+3
2023-11-28
Bluetooth: Fix double free in hci_conn_cleanup
ZhengHan Wang
2
-15
/
+14
2023-11-20
Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/err
Marcel Ziswiler
1
-2
/
+2
2023-10-25
Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX name
Kees Cook
1
-1
/
+2
2023-10-25
Bluetooth: hci_sock: fix slab oob read in create_monitor_event
Edward AD
1
-1
/
+1
2023-10-25
Bluetooth: hci_event: Fix using memcmp when comparing keys
Luiz Augusto von Dentz
1
-5
/
+7
2023-10-25
Bluetooth: hci_core: Fix build warnings
Luiz Augusto von Dentz
1
-3
/
+5
2023-10-25
Bluetooth: Avoid redundant authentication
Ying Hsu
1
-28
/
+35
2023-10-25
Bluetooth: avoid memcmp() out of bounds warning
Arnd Bergmann
1
-1
/
+1
2023-10-25
Bluetooth: hci_event: Fix coding style
Luiz Augusto von Dentz
1
-2
/
+1
2023-10-25
Bluetooth: Fix a refcnt underflow problem for hci_conn
Ziyang Xuan
1
-2
/
+2
2023-10-25
Bluetooth: Reject connection with the device which has same BD_ADDR
Lee, Chun-Yi
2
-0
/
+20
2023-10-25
Bluetooth: hci_event: Ignore NULL link key
Lee, Chun-Yi
1
-0
/
+9
2023-10-10
Bluetooth: ISO: Fix handling of listen for unicast
Luiz Augusto von Dentz
1
-3
/
+6
2023-10-10
Bluetooth: Delete unused hci_req_prepare_suspend() declaration
Yao Xiao
1
-2
/
+0
2023-10-10
Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTER
Luiz Augusto von Dentz
1
-9
/
+4
2023-10-10
Bluetooth: hci_codec: Fix leaking content of local_codecs
Luiz Augusto von Dentz
3
-0
/
+3
2023-09-23
Bluetooth: Fix hci_suspend_sync crash
Ying Hsu
1
-0
/
+4
2023-09-13
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2
-2
/
+2
2023-09-13
Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()
Manish Mandlik
1
-1
/
+1
2023-09-13
Bluetooth: hci_sync: Don't double print name in add/remove adv_monitor
Douglas Anderson
1
-5
/
+5
2023-09-13
Bluetooth: Fix potential use-after-free when clear keys
Min Li
1
-8
/
+8
2023-08-23
Bluetooth: MGMT: Use correct address for memcpy()
Andy Shevchenko
1
-1
/
+1
2023-08-23
Bluetooth: L2CAP: Fix use-after-free
Zhengping Jiang
1
-0
/
+5
2023-08-11
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb
Sungwoo Kim
1
-0
/
+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: MGMT: add CIS feature bits to controller information
Pauli Virtanen
1
-0
/
+12
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-14
Bluetooth: fix debugfs registration
Johan Hovold
1
-0
/
+3
2023-06-14
Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk
Luiz Augusto von Dentz
1
-4
/
+4
2023-06-14
Bluetooth: L2CAP: Add missing checks for invalid DCID
Sungwoo Kim
1
-0
/
+9
2023-06-14
Bluetooth: ISO: don't try to remove CIG if there are bound CIS left
Pauli Virtanen
1
-0
/
+2
2023-06-14
Bluetooth: Fix l2cap_disconnect_req deadlock
Ying Hsu
1
-0
/
+4
2023-06-14
Bluetooth: hci_sync: add lock to protect HCI_UNREGISTER
Zhengping Jiang
2
-6
/
+16
2023-06-05
bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()
Ruihan Li
1
-0
/
+28
2023-05-24
Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
Min Li
1
-1
/
+0
2023-05-24
Bluetooth: Add new quirk for broken set random RPA timeout for ATS2851
Raul Cheleguini
1
-1
/
+5
2023-05-24
Bluetooth: Add new quirk for broken local ext features page 2
Vasily Khoruzhick
1
-2
/
+7
2023-05-01
bluetooth: Perform careful capability checks in hci_sock_ioctl()
Ruihan Li
1
-1
/
+8
2023-04-20
Bluetooth: Set ISO Data Path on broadcast sink
Claudia Draghicescu
1
-1
/
+1
[next]