index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-08
Bluetooth: hci_sync: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
1
-0
/
+3
2024-03-08
Bluetooth: Fix eir name length
Frédéric Danis
2
-23
/
+8
2024-03-07
Bluetooth: ISO: Align broadcast sync_timeout with connection timeout
Luiz Augusto von Dentz
1
-2
/
+2
2024-03-07
Bluetooth: Add new quirk for broken read key length on ATS2851
Vinicius Peixoto
1
-1
/
+2
2024-03-07
Bluetooth: mgmt: remove NULL check in add_ext_adv_params_complete()
Roman Smirnov
1
-2
/
+1
2024-03-07
Bluetooth: mgmt: remove NULL check in mgmt_set_connectable_complete()
Roman Smirnov
1
-2
/
+1
2024-03-07
Bluetooth: ISO: Clean up returns values in iso_connect_ind()
Dan Carpenter
1
-6
/
+3
2024-03-07
Bluetooth: fix use-after-free in accessing skb after sending it
Pauli Virtanen
1
-1
/
+1
2024-03-07
Bluetooth: af_bluetooth: Fix deadlock
Luiz Augusto von Dentz
1
-7
/
+3
2024-03-07
Bluetooth: bnep: Fix out-of-bound access
Luiz Augusto von Dentz
1
-1
/
+2
2024-03-07
Bluetooth: msft: Fix memory leak
Luiz Augusto von Dentz
1
-0
/
+3
2024-03-07
Bluetooth: hci_core: Fix possible buffer overflow
Luiz Augusto von Dentz
1
-1
/
+1
2024-03-07
Bluetooth: hci_sync: Fix overwriting request callback
Luiz Augusto von Dentz
4
-27
/
+60
2024-03-07
Bluetooth: hci_sync: Use QoS to determine which PHY to scan
Luiz Augusto von Dentz
1
-11
/
+55
2024-03-07
Bluetooth: hci_sync: Use address filtering when HCI_PA_SYNC is set
Luiz Augusto von Dentz
1
-10
/
+35
2024-03-07
Bluetooth: ISO: Reassemble PA data for bcast sink
Iulia Tanasescu
1
-4
/
+46
2024-03-07
Bluetooth: ISO: Add hcon for listening bis sk
Iulia Tanasescu
2
-16
/
+57
2024-03-07
Bluetooth: hci_sync: Fix UAF on create_le_conn_complete
Luiz Augusto von Dentz
1
-0
/
+3
2024-03-07
Bluetooth: hci_sync: Fix UAF on hci_abort_conn_sync
Luiz Augusto von Dentz
1
-9
/
+4
2024-03-07
Bluetooth: constify the struct device_type usage
Ricardo B. Marliere
2
-2
/
+2
2024-03-07
Bluetooth: hci_sync: Attempt to dequeue connection attempt
Luiz Augusto von Dentz
2
-67
/
+77
2024-03-07
Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue
Luiz Augusto von Dentz
1
-8
/
+124
2024-03-07
Bluetooth: hci_conn: Fix UAF Write in __hci_acl_create_connection_sync
Luiz Augusto von Dentz
2
-7
/
+12
2024-03-07
Bluetooth: hci_conn: Always use sk_timeo as conn_timeout
Luiz Augusto von Dentz
7
-14
/
+17
2024-03-07
Bluetooth: hci_event: Remove code to removed CONFIG_BT_HS
Lukas Bulwahn
1
-163
/
+0
2024-03-07
Bluetooth: Remove pending ACL connection attempts
Jonas Dreßler
2
-33
/
+4
2024-03-07
Bluetooth: hci_conn: Only do ACL connections sequentially
Jonas Dreßler
2
-60
/
+79
2024-03-07
Bluetooth: hci_event: Fix not indicating new connection for BIG Sync
Luiz Augusto von Dentz
2
-7
/
+18
2024-03-07
Bluetooth: Remove BT_HS
Luiz Augusto von Dentz
11
-3013
/
+20
2024-03-07
Bluetooth: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
2
-6
/
+7
2024-03-07
Bluetooth: hci_core: Cancel request on command timeout
Luiz Augusto von Dentz
4
-38
/
+70
2024-03-07
Bluetooth: hci_event: Use HCI error defines instead of magic values
Jonas Dreßler
1
-4
/
+4
2024-03-07
Bluetooth: Remove superfluous call to hci_conn_check_pending()
Jonas Dreßler
1
-2
/
+0
2024-03-07
Bluetooth: Disconnect connected devices before rfkilling adapter
Jonas Dreßler
1
-2
/
+33
2024-03-07
Bluetooth: Add new state HCI_POWERING_DOWN
Jonas Dreßler
2
-5
/
+25
2024-03-07
Bluetooth: mgmt: Remove leftover queuing of power_off work
Jonas Dreßler
1
-16
/
+0
2024-02-28
Bluetooth: Enforce validation on max value of connection interval
Kai-Heng Feng
2
-1
/
+11
2024-02-28
Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUEST
Luiz Augusto von Dentz
1
-1
/
+4
2024-02-28
Bluetooth: mgmt: Fix limited discoverable off timeout
Frédéric Danis
1
-1
/
+3
2024-02-28
Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDR
Zijun Hu
1
-2
/
+2
2024-02-28
Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
Yuxuan Hu
1
-1
/
+1
2024-02-28
Bluetooth: hci_sync: Fix accept_list when attempting to suspend
Luiz Augusto von Dentz
1
-1
/
+4
2024-02-28
Bluetooth: Avoid potential use-after-free in hci_error_reset
Ying Hsu
1
-3
/
+4
2024-02-28
Bluetooth: hci_sync: Check the correct flag before starting a scan
Jonas Dreßler
1
-1
/
+1
2024-01-18
Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2023-12-22
Bluetooth: Fix atomicity violation in {min,max}_key_size_set
Gui-Dong Han
1
-4
/
+8
2023-12-22
Bluetooth: L2CAP: Fix possible multiple reject send
Frédéric Danis
1
-1
/
+2
2023-12-22
Bluetooth: hci_sync: fix BR/EDR wakeup bug
clancy shang
1
-4
/
+6
2023-12-22
Bluetooth: hci_conn: Check non NULL function before calling for HFP offload
Zijun Hu
1
-3
/
+8
2023-12-22
Bluetooth: ISO: Avoid creating child socket if PA sync is terminating
Iulia Tanasescu
1
-3
/
+48
[next]