summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix setting correct security level when initiating SMPJohan Hedberg2014-09-181-1/+4
* Bluetooth: Avoid hard-coded IO capability values in SMPJohan Hedberg2014-09-111-2/+2
* Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg2014-09-111-1/+1
* Bluetooth: Fix SMP security level when we have no IO capabilitiesJohan Hedberg2014-09-111-2/+10
* Bluetooth: Centralize disallowing SMP commands to a single placeJohan Hedberg2014-09-111-16/+1
* Bluetooth: Fix ignoring unknown SMP authentication requirement bitsJohan Hedberg2014-09-111-9/+13
* Bluetooth: Remove unnecessary early initialization of variableJohan Hedberg2014-09-111-6/+2
* Bluetooth: Fix allowing SMP Signing info PDUJohan Hedberg2014-09-101-0/+2
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-091-2/+1
* Bluetooth: Fix dereferencing conn variable before NULL checkJohan Hedberg2014-09-081-1/+3
* Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg2014-09-081-38/+82
* Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg2014-09-081-2/+3
* Bluetooth: Add define for key distribution maskJohan Hedberg2014-09-081-2/+3
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-081-32/+44
* Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg2014-09-081-16/+5
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-081-1/+1
* Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg2014-09-081-2/+4
* Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg2014-09-081-5/+1
* Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg2014-09-081-8/+5
* Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg2014-09-081-2/+2
* Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2014-08-141-50/+50
* Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg2014-08-141-16/+26
* Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg2014-08-141-6/+6
* Bluetooth: Add SMP-internal timeout callbackJohan Hedberg2014-08-141-9/+43
* Bluetooth: Fix double free of SMP data skbJohan Hedberg2014-08-141-7/+6
* Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg2014-08-141-1/+19
* Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg2014-08-141-184/+196
* Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-141-56/+66
* Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-141-13/+28
* Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-141-1/+130
* Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg2014-08-141-0/+26
* Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP contextJohan Hedberg2014-08-141-1/+1
* Bluetooth: Remove redundant check for remote_key_distJohan Hedberg2014-08-141-2/+1
* Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-301-3/+3
* Bluetooth: Fix SMP context tracking leading to a kernel crashJohan Hedberg2014-07-301-5/+8
* Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann2014-07-261-0/+16
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-181-2/+2
* Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-171-0/+4
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-2/+2
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-6/+6
* Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg2014-07-141-2/+5
* Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg2014-07-101-0/+9
* Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg2014-07-091-4/+0
* Bluetooth: Fix forcing SMP just-works with no-bondingJohan Hedberg2014-07-091-4/+0
* Bluetooth: Always confirm incoming SMP just-works requestsJohan Hedberg2014-07-091-5/+11
* Bluetooth: Allow re-encryption with LTK when STK is in useJohan Hedberg2014-07-031-0/+8
* Bluetooth: Add flag to track STK encryptionJohan Hedberg2014-07-031-0/+4
* Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg2014-07-031-11/+14
* Bluetooth: Use bool for smp_ltk_encrypt return valueMarcel Holtmann2014-07-031-5/+5
* Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg2014-07-031-3/+1