index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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]