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
/
drivers
/
bluetooth
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-30
Bluetooth: hci_qca: move the SoC type check to the right place
Bartosz Golaszewski
1
-7
/
+7
2025-05-30
Bluetooth: btnxpuart: Fix missing devm_request_irq() return value check
Krzysztof Kozlowski
1
-0
/
+2
2025-05-22
Bluetooth: btintel: Check dsbr size from EFI variable
Kees Cook
1
-8
/
+2
2025-05-22
Bluetooth: btusb: Add new VID/PID 13d3/3584 for MT7922
Liwei Sun
1
-0
/
+2
2025-05-22
Bluetooth: btusb: use skb_pull to avoid unsafe access in QCA dump handling
En-Wei Wu
1
-58
/
+40
2025-05-21
Bluetooth: btusb: Add new VID/PID 13d3/3630 for MT7925
Jiande Lu
1
-0
/
+2
2025-05-21
Bluetooth: btintel_pcie: Dump debug registers on error
Chandrashekar Devegowda
2
-1
/
+149
2025-05-21
Revert "Bluetooth: btusb: add sysfs attribute to control USB alt setting"
Hsin-chen Chuang
1
-33
/
+1
2025-05-21
Revert "Bluetooth: btusb: Configure altsetting for HCI_USER_CHANNEL"
Hsin-chen Chuang
2
-53
/
+0
2025-05-21
Bluetooth: btusb: Add HCI Drv commands for configuring altsetting
Hsin-chen Chuang
1
-1
/
+74
2025-05-21
Bluetooth: Introduce HCI Driver protocol
Hsin-chen Chuang
1
-6
/
+63
2025-05-21
Bluetooth: btnxpuart: Implement host-wakeup feature
Neeraj Sanjay Kale
1
-6
/
+52
2025-05-21
Bluetooth: btusb: Add RTL8851BE device 0x0bda:0xb850
WangYuli
1
-0
/
+1
2025-05-21
Bluetooth: hci_uart: Remove unnecessary NULL check before release_firmware()
Chen Ni
1
-2
/
+1
2025-05-21
Bluetooth: btmtksdio: Fix wakeup source leaks on device unbind
Krzysztof Kozlowski
1
-1
/
+1
2025-05-21
Bluetooth: btmrvl_sdio: Fix wakeup source leaks on device unbind
Krzysztof Kozlowski
1
-1
/
+3
2025-05-21
Bluetooth: btintel_pcie: Do not generate coredump for diagnostic events
Kiran K
3
-18
/
+1
2025-05-21
Bluetooth: btusb: Add new VID/PID 13d3/3613 for MT7925
Youn MÉLOIS
1
-0
/
+2
2025-04-25
Bluetooth: btintel_pcie: Add additional to checks to clear TX/RX paths
Kiran K
1
-5
/
+19
2025-04-25
Bluetooth: btmtksdio: Do close if SDIO card removed without close
Chris Lu
1
-2
/
+6
2025-04-25
Bluetooth: btmtksdio: Check function enabled before doing close
Chris Lu
1
-0
/
+4
2025-04-25
Bluetooth: btusb: avoid NULL pointer dereference in skb_dequeue()
En-Wei Wu
1
-28
/
+73
2025-04-25
Bluetooth: btintel_pcie: Avoid redundant buffer allocation
Kiran K
1
-21
/
+12
2025-04-16
Bluetooth: vhci: Avoid needless snprintf() calls
Kees Cook
1
-5
/
+5
2025-04-11
Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Jakub Kicinski
3
-11
/
+14
2025-04-10
Bluetooth: btnxpuart: Add an error message if FW dump trigger fails
Neeraj Sanjay Kale
1
-1
/
+3
2025-04-10
Bluetooth: btnxpuart: Revert baudrate change in nxp_shutdown
Neeraj Sanjay Kale
1
-9
/
+8
2025-04-10
Bluetooth: qca: fix NV variant for one of WCN3950 SoCs
Dmitry Baryshkov
1
-1
/
+1
2025-04-10
Bluetooth: btrtl: Prevent potential NULL dereference
Dan Carpenter
1
-0
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-11
/
+11
2025-03-25
Bluetooth: btnxpuart: Fix kernel panic during FW release
Neeraj Sanjay Kale
1
-2
/
+4
2025-03-25
Bluetooth: btnxpuart: Handle bootloader error during cmd5 and cmd7
Neeraj Sanjay Kale
1
-18
/
+43
2025-03-25
Bluetooth: btnxpuart: Add correct bootloader error codes
Neeraj Sanjay Kale
1
-22
/
+35
2025-03-25
t blameBluetooth: btintel: Fix leading white space
Kiran K
2
-2
/
+2
2025-03-25
Bluetooth: btintel: Add support to configure TX power
Vijay Satija
2
-0
/
+356
2025-03-25
Bluetooth: btmtksdio: Prevent enabling interrupts after IRQ handler removal
Sean Wang
1
-1
/
+2
2025-03-25
Bluetooth: btmtk: Remove the resetting step before downloading the fw
Hao Qin
1
-10
/
+0
2025-03-25
Bluetooth: hci_vhci: Mark Sync Flow Control as supported
Luiz Augusto von Dentz
1
-0
/
+1
2025-03-25
Bluetooth: btintel_pci: Fix build warning
Luiz Augusto von Dentz
1
-14
/
+0
2025-03-25
Bluetooth: btintel_pcie: Trigger device coredump on hardware exception
Kiran K
1
-0
/
+6
2025-03-25
Bluetooth: btnxpuart: Add support to set BD address
Neeraj Sanjay Kale
1
-5
/
+54
2025-03-25
Bluetooth: btnxpuart: Add support for HCI coredump feature
Neeraj Sanjay Kale
1
-15
/
+132
2025-03-25
Bluetooth: btnxpuart: Move vendor specific initialization to .post_init
Neeraj Sanjay Kale
1
-18
/
+27
2025-03-25
Bluetooth: btintel_pcie: Add support for device coredump
Kiran K
3
-7
/
+291
2025-03-25
Bluetooth: btusb: Fix regression in the initialization of fake Bluetooth controllers
Pedro Nishiyama
1
-0
/
+2
2025-03-25
Bluetooth: btintel_pcie: Read hardware exception data
Kiran K
3
-1
/
+247
2025-03-25
Bluetooth: btintel_pcie: Setup buffers for firmware traces
Kiran K
2
-0
/
+121
2025-03-25
Bluetooth: qca: add WCN3950 support
Dmitry Baryshkov
3
-0
/
+43
2025-03-25
Bluetooth: qca: simplify WCN399x NVM loading
Dmitry Baryshkov
1
-7
/
+6
2025-03-25
bluetooth: btnxpuart: Support for controller wakeup gpio config
Loic Poulain
1
-4
/
+28
[next]