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
2014-02-18
Bluetooth: Remove SMP data specific crypto context
Johan Hedberg
2
-13
/
+15
2014-02-18
Bluetooth: Fix removing any IRKs when unpairing devices
Johan Hedberg
2
-0
/
+17
2014-02-18
Bluetooth: Fix completing SMP as peripheral when no keys are expected
Johan Hedberg
1
-1
/
+1
2014-02-18
Bluetooth: Fix hci_remove_ltk failure when no match is found
Johan Hedberg
1
-1
/
+3
2014-02-18
Bluetooth: Remove return values from functions that don't need them
Johan Hedberg
2
-18
/
+10
2014-02-18
Bluetooth: Fix missing address type check for removing LTKs
Johan Hedberg
2
-5
/
+13
2014-02-18
Bluetooth: Fix properly ignoring unexpected SMP PDUs
Johan Hedberg
1
-0
/
+16
2014-02-18
Bluetooth: Enable support for remote IRK distribution
Johan Hedberg
2
-7
/
+77
2014-02-18
Bluetooth: Implement mgmt_load_irks command
Johan Hedberg
1
-0
/
+79
2014-02-18
Bluetooth: Add basic IRK management support
Johan Hedberg
1
-0
/
+70
2014-02-18
Bluetooth: Add AES crypto context for each HCI device
Johan Hedberg
1
-1
/
+16
2014-02-18
Bluetooth: Add smp_irk_matches helper function
Johan Hedberg
2
-0
/
+49
2014-02-18
Bluetooth: Fix minor whitespace issues in SMP code
Johan Hedberg
2
-2
/
+0
2014-02-18
Bluetooth: Fix missing PDU length checks for SMP
Johan Hedberg
1
-0
/
+25
2014-02-17
Bluetooth: Allow HCI User Channel usage for controllers without address
Marcel Holtmann
1
-1
/
+6
2014-02-17
Bluetooth: Add missing index added event on user channel failure
Marcel Holtmann
1
-0
/
+1
2014-02-17
Bluetooth: Fix sending wrong store hint for new long term keys
Marcel Holtmann
1
-1
/
+7
2014-02-17
Bluetooth: Restrict long term keys to public and static addresses
Marcel Holtmann
1
-3
/
+13
2014-02-15
Bluetooth: Fix write_room() calculation
Peter Hurley
1
-9
/
+5
2014-02-15
Bluetooth: Refactor write_room() calculation
Peter Hurley
1
-12
/
+15
2014-02-15
Bluetooth: Don't fail RFCOMM tty writes
Peter Hurley
2
-16
/
+21
2014-02-15
Bluetooth: Force -EIO from tty read/write if .activate() fails
Peter Hurley
1
-1
/
+5
2014-02-15
Bluetooth: Cleanup RFCOMM device registration error handling
Peter Hurley
1
-9
/
+7
2014-02-15
Bluetooth: Refactor rfcomm_dev_add()
Peter Hurley
1
-14
/
+24
2014-02-15
Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls
Peter Hurley
1
-2
/
+25
2014-02-15
Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup()
Peter Hurley
1
-2
/
+2
2014-02-15
Bluetooth: Fix RFCOMM parent device for reused dlc
Peter Hurley
1
-0
/
+1
2014-02-15
Bluetooth: Fix unsafe RFCOMM device parenting
Peter Hurley
1
-6
/
+14
2014-02-15
Bluetooth: Directly close dlc for not yet started RFCOMM session
Peter Hurley
1
-3
/
+9
2014-02-15
Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()
Peter Hurley
1
-8
/
+15
2014-02-15
Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
Peter Hurley
1
-10
/
+8
2014-02-15
Bluetooth: Simplify RFCOMM session state eval
Peter Hurley
1
-3
/
+2
2014-02-15
Bluetooth: Verify dlci not in use before rfcomm_dev create
Peter Hurley
2
-1
/
+33
2014-02-15
Bluetooth: Fix RFCOMM tty teardown race
Peter Hurley
1
-4
/
+4
2014-02-15
Bluetooth: Fix unreleased rfcomm_dev reference
Peter Hurley
1
-2
/
+4
2014-02-15
Bluetooth: Release rfcomm_dev only once
Peter Hurley
1
-2
/
+9
2014-02-15
Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl
Peter Hurley
1
-1
/
+2
2014-02-15
Bluetooth: Fix racy acquire of rfcomm_dev reference
Peter Hurley
1
-6
/
+2
2014-02-15
Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()"
Peter Hurley
1
-16
/
+16
2014-02-15
Revert "Bluetooth: Always wait for a connection on RFCOMM open()"
Peter Hurley
1
-38
/
+8
2014-02-15
Revert "Bluetooth: Remove rfcomm_carrier_raised()"
Peter Hurley
1
-0
/
+8
2014-02-15
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
2
-40
/
+0
2014-02-13
Bluetooth: Use connection parameters if any
Andre Guedes
1
-2
/
+10
2014-02-13
Bluetooth: Introduce connection parameters list
Andre Guedes
1
-0
/
+77
2014-02-13
Bluetooth: Track if link is using P-256 authenticated combination key
Marcel Holtmann
1
-0
/
+4
2014-02-13
Bluetooth: Include security level 4 in connections check
Marcel Holtmann
1
-4
/
+8
2014-02-13
Bluetooth: Add management command for Secure Connection Only Mode
Marcel Holtmann
1
-11
/
+30
2014-02-13
Bluetooth: Rename authentication to key_type in mgmt_ltk_info
Marcel Holtmann
1
-2
/
+2
2014-02-13
Bluetooth: Remove check for valid LTK authenticated parameter
Marcel Holtmann
1
-2
/
+0
2014-02-13
Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR links
Marcel Holtmann
1
-1
/
+7
[prev]
[next]