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
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
2014-12-24
Bluetooth: Fix accepting connections when not using mgmt
Johan Hedberg
1
-1
/
+6
2014-12-24
Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDR
Marcel Holtmann
1
-3
/
+6
2014-12-19
Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...
Al Viro
1
-0
/
+3
2014-12-19
Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...
Al Viro
1
-0
/
+3
2014-12-19
Bluetooth: hidp_connection_add() unsafe use of l2cap_pi()
Al Viro
1
-1
/
+2
2014-12-19
Bluetooth: 6lowpan: Do not free skb when packet is dropped
Jukka Rissanen
1
-1
/
+0
2014-12-17
Bluetooth: Fix bug with filter in service discovery optimization
Marcel Holtmann
1
-5
/
+9
2014-12-15
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
6
-54
/
+123
2014-12-12
Bluetooth: Fix mgmt response status when removing adapter
Johan Hedberg
1
-3
/
+15
2014-12-12
Bluetooth: Fix enabling BR/EDR SC when powering on
Johan Hedberg
1
-0
/
+5
2014-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
25
-992
/
+3843
2014-12-11
Bluetooth: Fix notifying mgmt power off before flushing connection list
Johan Hedberg
1
-8
/
+6
2014-12-11
Bluetooth: Fix incorrect pending cmd removal in pairing_complete()
Johan Hedberg
1
-13
/
+25
2014-12-11
Bluetooth: Fix calling hci_conn_put too early
Johan Hedberg
1
-2
/
+2
2014-12-11
Bluetooth: Fix check for support for page scan related commands
Marcel Holtmann
1
-10
/
+10
2014-12-11
Bluetooth: Fix missing hci_dev_lock/unlock in hci_event
Jaganath Kanakkassery
1
-0
/
+20
2014-12-11
Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()
Jaganath Kanakkassery
2
-6
/
+14
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
5
-23
/
+8
2014-12-10
Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
12
-595
/
+3193
2014-12-10
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
5
-19
/
+6
2014-12-10
put iov_iter into msghdr
Al Viro
3
-7
/
+5
2014-12-10
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
2
-4
/
+4
2014-12-09
Bluetooth: fix err_cast.cocci warnings
Fengguang Wu
1
-1
/
+1
2014-12-08
Bluetooth: Fix generation of non-resolvable private addresses
Marcel Holtmann
3
-8
/
+20
2014-12-07
Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDR
Marcel Holtmann
1
-1
/
+2
2014-12-06
Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDR
Marcel Holtmann
1
-2
/
+3
2014-12-05
Bluetooth: Enable events for P-256 Public Key and DHKey commands
Marcel Holtmann
1
-0
/
+14
2014-12-05
Bluetooth: Add support for enabling Extended Scanner Filter Policies
Marcel Holtmann
1
-0
/
+13
2014-12-05
Bluetooth: Add support for handling LE Direct Advertising Report events
Marcel Holtmann
1
-2
/
+55
2014-12-05
Bluetooth: Enabled LE Direct Advertising Report event if supported
Marcel Holtmann
1
-0
/
+8
2014-12-05
Bluetooth: Report invalid RSSI for service discovery and background scan
Marcel Holtmann
1
-2
/
+10
2014-12-05
Bluetooth: Fix discovery filter when no RSSI is available
Marcel Holtmann
2
-3
/
+11
2014-12-05
Bluetooth: Remove redundant reverse_base_uuid variable
Johan Hedberg
1
-10
/
+2
2014-12-05
Bluetooth: Fix Get Conn Info to use cmd_complete callback
Johan Hedberg
1
-51
/
+33
2014-12-05
Bluetooth: Fix initializing hci_conn RSSI to invalid value
Johan Hedberg
1
-0
/
+1
2014-12-05
Bluetooth: Convert Get Clock Info to use cmd_complete callback
Johan Hedberg
1
-24
/
+35
2014-12-05
Bluetooth: Convert discovery commands to use cmd_complete callback
Johan Hedberg
1
-11
/
+16
2014-12-05
Bluetooth: Convert Unpair Device to use cmd_complete callback
Johan Hedberg
1
-7
/
+3
2014-12-05
Bluetooth: Convert Pair Device to use cmd_complete callback
Johan Hedberg
1
-3
/
+5
2014-12-05
Bluetooth: Use cmd_complete callback for authentication mgmt commands
Johan Hedberg
1
-22
/
+14
2014-12-05
Bluetooth: Convert Disconnect mgmt command to use cmd_complete callback
Johan Hedberg
1
-14
/
+10
2014-12-05
Bluetooth: Store parameter length with pending mgmt commands
Johan Hedberg
1
-3
/
+3
2014-12-05
Bluetooth: Add callback to create proper cmd_complete events
Johan Hedberg
1
-2
/
+17
2014-12-05
Bluetooth: Clear discovery filter before starting background scan
Marcel Holtmann
1
-11
/
+9
2014-12-05
Bluetooth: Fix memory leaks from discovery filter UUID list
Marcel Holtmann
2
-2
/
+11
2014-12-05
Bluetooth: Add helper function for clearing the discovery filter
Marcel Holtmann
1
-4
/
+1
2014-12-05
Bluetooth: Add support for Start Service Discovery command
Jakub Pawlowski
1
-0
/
+106
2014-12-05
Bluetooth: Add logic for UUID filter handling
Jakub Pawlowski
1
-0
/
+70
2014-12-05
Bluetooth: Add framework for device found filtering based on UUID
Marcel Holtmann
1
-2
/
+52
2014-12-05
Bluetooth: Filter device found events based on RSSI threshold
Marcel Holtmann
1
-0
/
+9
[next]