index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Lines
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-30
/
+86
2026-02-23
Bluetooth: L2CAP: Fix missing key size check for L2CAP_LE_CONN_REQ
Luiz Augusto von Dentz
-0
/
+7
2026-02-23
Bluetooth: L2CAP: Fix not checking output MTU is acceptable on L2CAP_ECRED_CO...
Luiz Augusto von Dentz
-4
/
+19
2026-02-23
Bluetooth: Fix CIS host feature condition
Mariusz Skamra
-1
/
+1
2026-02-23
Bluetooth: L2CAP: Fix response to L2CAP_ECRED_CONN_REQ
Luiz Augusto von Dentz
-1
/
+2
2026-02-23
Bluetooth: purge error queues in socket destructors
Heitor Alves de Siqueira
-0
/
+4
2026-02-23
Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
Luiz Augusto von Dentz
-6
/
+8
2026-02-23
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
-18
/
+45
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-2
/
+1
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
-3
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-44
/
+44
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-55
/
+55
2026-02-11
Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-64
/
+400
2026-02-10
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-4
/
+4
2026-01-29
Bluetooth: L2CAP: Fix not tracking outstanding TX ident
Luiz Augusto von Dentz
-14
/
+32
2026-01-29
Bluetooth: MGMT: Fix memory leak in set_ssp_complete
Jianpeng Chang
-0
/
+3
2026-01-29
Bluetooth: hci_core: Export hci_discovery_active
Linmao Li
-0
/
+1
2026-01-29
Bluetooth: Fix using PHYs bitfields as PHY value
Luiz Augusto von Dentz
-29
/
+45
2026-01-29
Bluetooth: L2CAP: Add support for setting BT_PHY
Luiz Augusto von Dentz
-1
/
+222
2026-01-29
Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structures
Naga Bhavani Akella
-7
/
+38
2026-01-29
Bluetooth: mgmt: Add idle_timeout to configurable system parameters
Stefan Sørensen
-0
/
+21
2026-01-29
Bluetooth: hci_conn: Set link_policy on incoming ACL connections
Stefan Sørensen
-2
/
+1
2026-01-29
Bluetooth: hci_conn: use mod_delayed_work for active mode timeout
Stefan Sørensen
-2
/
+2
2026-01-29
Bluetooth: hci_conn: Fix using conn->le_{tx,rx}_phy as supported PHYs
Luiz Augusto von Dentz
-9
/
+38
2026-01-22
Bluetooth: MGMT: Fix memory leak in set_ssp_complete
Jianpeng Chang
-0
/
+3
2026-01-15
Bluetooth: SMP: Use new AES library API
Eric Biggers
-4
/
+4
2026-01-09
Bluetooth: hci_sync: enable PA Sync Lost event
Yang Li
-0
/
+1
2025-12-19
Bluetooth: MGMT: report BIS capability flags in supported settings
Pauli Virtanen
-0
/
+6
2025-12-01
Bluetooth: HCI: Add support for LL Extended Feature Set
Luiz Augusto von Dentz
-29
/
+198
2025-12-01
Bluetooth: iso: fix socket matching ambiguity between BIS and CIS
Yang Li
-2
/
+7
2025-12-01
Bluetooth: ISO: Fix not updating BIS sender source address
Luiz Augusto von Dentz
-0
/
+19
2025-12-01
Bluetooth: MGMT: Allow use of Set Device Flags without Add Device
Luiz Augusto von Dentz
-72
/
+76
2025-12-01
Bluetooth: ISO: Attempt to resolve broadcast address
Luiz Augusto von Dentz
-19
/
+39
2025-12-01
Bluetooth: HCI: Always use the identity address when initializing a connection
Luiz Augusto von Dentz
-27
/
+38
2025-12-01
Bluetooth: ISO: Add support to bind to trigger PAST
Luiz Augusto von Dentz
-17
/
+185
2025-12-01
Bluetooth: hci_core: Introduce HCI_CONN_FLAG_PAST
Luiz Augusto von Dentz
-1
/
+54
2025-12-01
Bluetooth: HCI: Add initial support for PAST
Luiz Augusto von Dentz
-10
/
+109
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-95
/
+115
2025-11-20
Bluetooth: SMP: Fix not generating mackey and ltk when repairing
Luiz Augusto von Dentz
-24
/
+7
2025-11-20
Bluetooth: hci_core: lookup hci_conn on RX path on protocol side
Pauli Virtanen
-67
/
+94
2025-11-20
Bluetooth: hci_sock: Prevent race in socket write iter and sock bind
Edward Adam Davis
-0
/
+2
2025-11-20
Bluetooth: hci_core: Fix triggering cmd_timer for HCI_OP_NOP
Luiz Augusto von Dentz
-4
/
+12
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-64
/
+134
2025-11-11
Bluetooth: hci_event: Fix not handling PA Sync Lost event
Luiz Augusto von Dentz
-14
/
+35
2025-11-10
Bluetooth: hci_conn: Fix not cleaning up PA_LINK connections
Luiz Augusto von Dentz
-21
/
+21
2025-11-10
Bluetooth: 6lowpan: add missing l2cap_chan_lock()
Pauli Virtanen
-0
/
+8
2025-11-10
Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
Pauli Virtanen
-25
/
+43
2025-11-10
Bluetooth: L2CAP: export l2cap_chan_hold for modules
Pauli Virtanen
-0
/
+1
2025-11-10
Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
Pauli Virtanen
-4
/
+24
2025-11-10
Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
Pauli Virtanen
-0
/
+1
[next]