index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-20
Bluetooth: SMP: Fix not generating mackey and ltk when repairing
Luiz Augusto von Dentz
1
-24
/
+7
2025-11-20
Bluetooth: hci_core: lookup hci_conn on RX path on protocol side
Pauli Virtanen
4
-67
/
+94
2025-11-20
Bluetooth: hci_sock: Prevent race in socket write iter and sock bind
Edward Adam Davis
1
-0
/
+2
2025-11-20
Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP
Luiz Augusto von Dentz
1
-4
/
+12
2025-11-11
Bluetooth: hci_event: Fix not handling PA Sync Lost event
Luiz Augusto von Dentz
1
-14
/
+35
2025-11-10
Bluetooth: hci_conn: Fix not cleaning up PA_LINK connections
Luiz Augusto von Dentz
3
-21
/
+21
2025-11-10
Bluetooth: 6lowpan: add missing l2cap_chan_lock()
Pauli Virtanen
1
-0
/
+8
2025-11-10
Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
Pauli Virtanen
1
-25
/
+43
2025-11-10
Bluetooth: L2CAP: export l2cap_chan_hold for modules
Pauli Virtanen
1
-0
/
+1
2025-11-10
Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
Pauli Virtanen
1
-4
/
+24
2025-11-10
Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
Pauli Virtanen
1
-0
/
+1
2025-11-10
Bluetooth: MGMT: cancel mesh send timer when hdev removed
Pauli Virtanen
1
-0
/
+1
2025-10-31
Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()
Ilia Gavrilov
1
-3
/
+3
2025-10-31
Bluetooth: hci_event: validate skb length for unknown CC opcode
Raphael Pinsonneault-Thibeault
1
-0
/
+7
2025-10-24
Bluetooth: rfcomm: fix modem control handling
Johan Hovold
1
-15
/
+11
2025-10-24
Bluetooth: hci_core: Fix tracking of periodic advertisement
Luiz Augusto von Dentz
2
-4
/
+7
2025-10-24
Bluetooth: hci_conn: Fix connection cleanup with BIG with 2 or more BIS
Luiz Augusto von Dentz
1
-0
/
+7
2025-10-24
Bluetooth: ISO: Fix another instance of dst_type handling
Luiz Augusto von Dentz
1
-1
/
+7
2025-10-24
Revert "Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()"
Frédéric Danis
1
-2
/
+2
2025-10-24
Bluetooth: MGMT: fix crash in set_mesh_sync and set_mesh_complete
Pauli Virtanen
1
-11
/
+15
2025-10-24
Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
Luiz Augusto von Dentz
2
-3
/
+6
2025-10-24
Bluetooth: ISO: Fix BIS connection dst_type handling
Luiz Augusto von Dentz
1
-1
/
+1
2025-10-24
Bluetooth: hci_sync: fix race in hci_cmd_sync_dequeue_once
Cen Zhang
1
-3
/
+9
2025-09-27
Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-2
/
+2
2025-09-27
Bluetooth: hci_sync: Fix using random address for BIG/PA advertisements
Luiz Augusto von Dentz
1
-4
/
+6
2025-09-27
Bluetooth: ISO: don't leak skb in ISO_CONT RX
Pauli Virtanen
1
-1
/
+1
2025-09-27
Bluetooth: ISO: free rx_skb if not consumed
Pauli Virtanen
1
-0
/
+2
2025-09-27
Bluetooth: ISO: Fix possible UAF on iso_conn_free
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-27
Bluetooth: SCO: Fix UAF on sco_conn_free
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-27
Bluetooth: hci_core: Print information of hcon on hci_low_sent
Luiz Augusto von Dentz
1
-0
/
+4
2025-09-27
Bluetooth: hci_core: Print number of packets in conn->data_q
Luiz Augusto von Dentz
1
-0
/
+8
2025-09-27
Bluetooth: MGMT: Fix not exposing debug UUID on MGMT_OP_READ_EXP_FEATURES_INFO
Luiz Augusto von Dentz
1
-6
/
+4
2025-09-27
Bluetooth: hci_core: Detect if an ISO link has stalled
Luiz Augusto von Dentz
1
-8
/
+26
2025-09-27
Bluetooth: ISO: Use sk_sndtimeo as conn_timeout
Luiz Augusto von Dentz
2
-14
/
+22
2025-09-27
Bluetooth: HCI: Fix using LE/ACL buffers for ISO packets
Luiz Augusto von Dentz
3
-21
/
+8
2025-09-27
Bluetooth: ISO: Don't initiate CIS connections if there are no buffers
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-22
Bluetooth: MGMT: Fix possible UAFs
Luiz Augusto von Dentz
3
-77
/
+231
2025-09-20
Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-3
/
+23
2025-09-20
Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue
Luiz Augusto von Dentz
1
-0
/
+4
2025-09-20
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
Luiz Augusto von Dentz
1
-0
/
+7
2025-08-29
Bluetooth: Fix use-after-free in l2cap_sock_cleanup_listen()
Kuniyuki Iwashima
1
-0
/
+3
2025-08-22
Bluetooth: hci_sync: fix set_local_name race condition
Pavel Shpakovskiy
2
-4
/
+7
2025-08-22
Bluetooth: hci_event: Disconnect device when BIG sync is lost
Yang Li
2
-1
/
+8
2025-08-22
Bluetooth: hci_event: Detect if HCI_EV_NUM_COMP_PKTS is unbalanced
Luiz Augusto von Dentz
1
-1
/
+11
2025-08-22
Bluetooth: hci_event: Mark connection as closed during suspend disconnect
Ludovico de Nittis
1
-0
/
+6
2025-08-22
Bluetooth: hci_event: Treat UNKNOWN_CONN_ID on disconnect as success
Ludovico de Nittis
1
-1
/
+1
2025-08-22
Bluetooth: hci_conn: Make unacked packet handling more robust
Luiz Augusto von Dentz
1
-17
/
+41
2025-08-15
Bluetooth: hci_conn: do return error from hci_enhanced_setup_sync()
Sergey Shtylyov
1
-1
/
+2
2025-08-15
Bluetooth: hci_event: fix MTU for BN == 0 in CIS Established
Pauli Virtanen
1
-4
/
+4
2025-08-15
Bluetooth: hci_sync: Prevent unintended PA sync when SID is 0xFF
Yang Li
1
-4
/
+8
[next]