index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
10 days
Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan
Pauli Virtanen
1
-0
/
+5
10 days
Bluetooth: mgmt: fix 'hdev->discovery.uuids' NULL dereference
Pavel Shpakovskiy
1
-1
/
+1
2026-08-07
Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]
Zijun Hu
1
-0
/
+1
2026-08-07
Bluetooth: hci_event: Introduce handle_ev_vendor() for HCI_EV_VENDOR
Zijun Hu
1
-0
/
+2
2026-08-07
Bluetooth: hci_core: Introduce __hci_reset_dev() with a hardware error code
Zijun Hu
1
-1
/
+7
2026-08-07
Bluetooth: coredump: Expose header size and end marker to drivers
Zijun Hu
1
-0
/
+7
2026-08-07
Bluetooth: add annotations for l2cap_data locking context
Pauli Virtanen
1
-1
/
+1
2026-08-07
Bluetooth: Add MGMT Load Connection Subrate command
Luiz Augusto von Dentz
3
-0
/
+39
2026-08-07
Bluetooth: Add MGMT Shorter Connection Interval setting
Luiz Augusto von Dentz
2
-0
/
+3
2026-08-07
Bluetooth: Add support for Shorter Connection Interval (SCI) feature
Luiz Augusto von Dentz
2
-0
/
+62
2026-08-07
Bluetooth: hci: Introduce hci_acl_handle() and hci_acl_dlen() helpers
Zijun Hu
1
-0
/
+10
2026-08-07
Bluetooth: coredump: Introduce and apply hci_devcd_state_name()
Zijun Hu
1
-0
/
+7
2026-08-07
Bluetooth: hci_sync: Introduce __hci_reset_sync() for device drivers
Zijun Hu
1
-0
/
+1
2026-08-07
Bluetooth: hci_sync: Remove unused hci_cmd_sync_dequeue_once()
Siwei Zhang
1
-3
/
+0
2026-07-28
Bluetooth: ISO: fix race of kfree vs kref_get_unless_zero
Pauli Virtanen
1
-1
/
+3
2026-07-20
Bluetooth: RFCOMM: Fix session UAF in set_termios
Chengfeng Ye
1
-0
/
+3
2026-07-13
Bluetooth: mgmt: Translate HCI reason in Device Disconnected event
Mikhail Gavrilov
1
-0
/
+1
2026-07-06
Bluetooth: ISO: exclude RFU bits from ISO_SDU_Length
Pauli Virtanen
1
-2
/
+3
2026-07-06
Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_new_connection_cb()
Siwei Zhang
1
-4
/
+6
2026-07-06
Bluetooth: hci_conn: Fix null ptr deref in hci_abort_conn()
Siwei Zhang
1
-0
/
+1
2026-06-11
Bluetooth: L2CAP: Fix UAF in channel timeout by holding conn ref
Marco Elver
1
-0
/
+1
2026-06-11
Bluetooth: Add SPDX id lines to some source files
Tim Bird
9
-36
/
+9
2026-06-11
Bluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2]
Luiz Augusto von Dentz
1
-0
/
+6
2026-06-03
Bluetooth: L2CAP: reject BR/EDR signaling packets over MTUsig
Michael Bommarito
1
-0
/
+1
2026-05-14
Bluetooth: serialize accept_q access
Jiexun Wang
1
-0
/
+1
2026-05-06
Bluetooth: l2cap: defer conn param update to avoid conn->lock/hdev->lock inversion
Mikhail Gavrilov
1
-1
/
+1
2026-04-13
Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-4
/
+12
2026-03-19
Bluetooth: L2CAP: Fix regressions caused by reusing ident
Luiz Augusto von Dentz
1
-0
/
+1
2026-02-23
Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
Luiz Augusto von Dentz
1
-3
/
+3
2026-02-23
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
1
-0
/
+2
2026-01-29
Bluetooth: L2CAP: Fix not tracking outstanding TX ident
Luiz Augusto von Dentz
1
-2
/
+1
2026-01-29
Bluetooth: Fix using PHYs bitfields as PHY value
Luiz Augusto von Dentz
2
-7
/
+7
2026-01-29
Bluetooth: L2CAP: Add support for setting BT_PHY
Luiz Augusto von Dentz
4
-15
/
+37
2026-01-29
Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures
Naga Bhavani Akella
2
-0
/
+329
2026-01-29
Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs
Luiz Augusto von Dentz
1
-0
/
+2
2025-12-01
Bluetooth: HCI: Add support for LL Extended Feature Set
Luiz Augusto von Dentz
3
-1
/
+29
2025-12-01
Bluetooth: HCI: Always use the identity address when initializing a connection
Luiz Augusto von Dentz
1
-2
/
+2
2025-12-01
Bluetooth: ISO: Add support to bind to trigger PAST
Luiz Augusto von Dentz
2
-0
/
+2
2025-12-01
Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
Luiz Augusto von Dentz
1
-0
/
+1
2025-12-01
Bluetooth: HCI: Add initial support for PAST
Luiz Augusto von Dentz
3
-0
/
+68
2025-11-20
Bluetooth: hci_core: lookup hci_conn on RX path on protocol side
Pauli Virtanen
1
-6
/
+14
2025-11-20
Bluetooth: btusb: mediatek: Fix kernel crash when releasing mtk iso interface
Chris Lu
1
-1
/
+0
2025-11-11
Bluetooth: hci_event: Fix not handling PA Sync Lost event
Luiz Augusto von Dentz
1
-0
/
+5
2025-10-31
Bluetooth: MGMT: Fix OOB access in parse_adv_monitor_pattern()
Ilia Gavrilov
1
-1
/
+1
2025-10-24
Bluetooth: hci_core: Fix tracking of periodic advertisement
Luiz Augusto von Dentz
1
-0
/
+1
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
-1
/
+1
2025-10-24
Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00
Luiz Augusto von Dentz
1
-0
/
+1
2025-09-27
Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
1
-2
/
+7
2025-09-27
Bluetooth: Add function and line information to bt_dbg
Luiz Augusto von Dentz
1
-1
/
+2
[next]