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
/
smp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-18
Bluetooth: Fix setting correct security level when initiating SMP
Johan Hedberg
1
-1
/
+4
2014-09-11
Bluetooth: Avoid hard-coded IO capability values in SMP
Johan Hedberg
1
-2
/
+2
2014-09-11
Bluetooth: Add smp_ltk_sec_level() helper function
Johan Hedberg
1
-1
/
+1
2014-09-11
Bluetooth: Fix SMP security level when we have no IO capabilities
Johan Hedberg
1
-2
/
+10
2014-09-11
Bluetooth: Centralize disallowing SMP commands to a single place
Johan Hedberg
1
-16
/
+1
2014-09-11
Bluetooth: Fix ignoring unknown SMP authentication requirement bits
Johan Hedberg
1
-9
/
+13
2014-09-11
Bluetooth: Remove unnecessary early initialization of variable
Johan Hedberg
1
-6
/
+2
2014-09-10
Bluetooth: Fix allowing SMP Signing info PDU
Johan Hedberg
1
-0
/
+2
2014-09-09
Bluetooth: Fix mgmt pairing failure when authentication fails
Johan Hedberg
1
-2
/
+1
2014-09-08
Bluetooth: Fix dereferencing conn variable before NULL check
Johan Hedberg
1
-1
/
+3
2014-09-08
Bluetooth: Add strict checks for allowed SMP PDUs
Johan Hedberg
1
-38
/
+82
2014-09-08
Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys
Johan Hedberg
1
-2
/
+3
2014-09-08
Bluetooth: Add define for key distribution mask
Johan Hedberg
1
-2
/
+3
2014-09-08
Bluetooth: Fix locking of the SMP context
Johan Hedberg
1
-32
/
+44
2014-09-08
Bluetooth: Remove unnecessary deferred work for SMP key distribution
Johan Hedberg
1
-16
/
+5
2014-09-08
Bluetooth: Move identity address update behind a workqueue
Johan Hedberg
1
-1
/
+1
2014-09-08
Bluetooth: Don't take any action in smp_resume_cb if not encrypted
Johan Hedberg
1
-2
/
+4
2014-09-08
Bluetooth: Remove unnecessary checks after canceling SMP security timer
Johan Hedberg
1
-5
/
+1
2014-09-08
Bluetooth: Fix SMP error and response to be mutually exclusive
Johan Hedberg
1
-8
/
+5
2014-09-08
Bluetooth: Use hci_disconnect for immediate disconnection from SMP
Johan Hedberg
1
-2
/
+2
2014-08-14
Bluetooth: Make smp_chan_destroy() private to smp.c
Johan Hedberg
1
-50
/
+50
2014-08-14
Bluetooth: Always call smp_distribute_keys() from a workqueue
Johan Hedberg
1
-16
/
+26
2014-08-14
Bluetooth: Move canceling security_timer into smp_chan_destroy()
Johan Hedberg
1
-6
/
+6
2014-08-14
Bluetooth: Add SMP-internal timeout callback
Johan Hedberg
1
-9
/
+43
2014-08-14
Bluetooth: Fix double free of SMP data skb
Johan Hedberg
1
-7
/
+6
2014-08-14
Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback fails
Johan Hedberg
1
-1
/
+19
2014-08-14
Bluetooth: Use L2CAP resume callback to call smp_distribute_keys
Johan Hedberg
1
-184
/
+196
2014-08-14
Bluetooth: Convert SMP to use l2cap_chan infrastructure
Johan Hedberg
1
-56
/
+66
2014-08-14
Bluetooth: Make AES crypto context private to SMP
Johan Hedberg
1
-13
/
+28
2014-08-14
Bluetooth: Add SMP L2CAP channel skeleton
Johan Hedberg
1
-1
/
+130
2014-08-14
Bluetooth: Move SMP (de)initialization to smp.c
Johan Hedberg
1
-0
/
+26
2014-08-14
Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP context
Johan Hedberg
1
-1
/
+1
2014-08-14
Bluetooth: Remove redundant check for remote_key_dist
Johan Hedberg
1
-2
/
+1
2014-07-30
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
1
-3
/
+3
2014-07-30
Bluetooth: Fix SMP context tracking leading to a kernel crash
Johan Hedberg
1
-5
/
+8
2014-07-26
Bluetooth: Fix white list handling with resolvable private addresses
Marcel Holtmann
1
-0
/
+16
2014-07-18
Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP
Johan Hedberg
1
-2
/
+2
2014-07-17
Bluetooth: Don't bother user space without IO capabilities
Johan Hedberg
1
-0
/
+4
2014-07-16
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
1
-2
/
+2
2014-07-16
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
1
-6
/
+6
2014-07-14
Bluetooth: Fix trying LTK re-encryption when we don't have an LTK
Johan Hedberg
1
-2
/
+5
2014-07-10
Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set
Johan Hedberg
1
-0
/
+9
2014-07-09
Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR
Johan Hedberg
1
-4
/
+0
2014-07-09
Bluetooth: Fix forcing SMP just-works with no-bonding
Johan Hedberg
1
-4
/
+0
2014-07-09
Bluetooth: Always confirm incoming SMP just-works requests
Johan Hedberg
1
-5
/
+11
2014-07-03
Bluetooth: Allow re-encryption with LTK when STK is in use
Johan Hedberg
1
-0
/
+8
2014-07-03
Bluetooth: Add flag to track STK encryption
Johan Hedberg
1
-0
/
+4
2014-07-03
Bluetooth: Fix redundant encryption when receiving Security Request
Johan Hedberg
1
-11
/
+14
2014-07-03
Bluetooth: Use bool for smp_ltk_encrypt return value
Marcel Holtmann
1
-5
/
+5
2014-07-03
Bluetooth: Remove unnecessary hcon->smp_conn variable
Johan Hedberg
1
-3
/
+1
[next]