aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c
Commit message (Expand)AuthorAge
...
* Bluetooth: Fix SMP security level when we have no IO capabilitiesJohan Hedberg2014-09-10
* Bluetooth: Centralize disallowing SMP commands to a single placeJohan Hedberg2014-09-10
* Bluetooth: Fix ignoring unknown SMP authentication requirement bitsJohan Hedberg2014-09-10
* Bluetooth: Remove unnecessary early initialization of variableJohan Hedberg2014-09-10
* Bluetooth: Fix allowing SMP Signing info PDUJohan Hedberg2014-09-09
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-08
* Bluetooth: Fix dereferencing conn variable before NULL checkJohan Hedberg2014-09-08
* Bluetooth: Add strict checks for allowed SMP PDUsJohan Hedberg2014-09-08
* Bluetooth: Fix calling smp_distribute_keys() when still waiting for keysJohan Hedberg2014-09-08
* Bluetooth: Add define for key distribution maskJohan Hedberg2014-09-08
* Bluetooth: Fix locking of the SMP contextJohan Hedberg2014-09-08
* Bluetooth: Remove unnecessary deferred work for SMP key distributionJohan Hedberg2014-09-08
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-08
* Bluetooth: Don't take any action in smp_resume_cb if not encryptedJohan Hedberg2014-09-08
* Bluetooth: Remove unnecessary checks after canceling SMP security timerJohan Hedberg2014-09-08
* Bluetooth: Fix SMP error and response to be mutually exclusiveJohan Hedberg2014-09-08
* Bluetooth: Use hci_disconnect for immediate disconnection from SMPJohan Hedberg2014-09-08
* Bluetooth: Make smp_chan_destroy() private to smp.cJohan Hedberg2014-08-14
* Bluetooth: Always call smp_distribute_keys() from a workqueueJohan Hedberg2014-08-14
* Bluetooth: Move canceling security_timer into smp_chan_destroy()Johan Hedberg2014-08-14
* Bluetooth: Add SMP-internal timeout callbackJohan Hedberg2014-08-14
* Bluetooth: Fix double free of SMP data skbJohan Hedberg2014-08-14
* Bluetooth: Call l2cap_conn_shutdown() when SMP recv callback failsJohan Hedberg2014-08-14
* Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg2014-08-14
* Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-14
* Bluetooth: Make AES crypto context private to SMPJohan Hedberg2014-08-14
* Bluetooth: Add SMP L2CAP channel skeletonJohan Hedberg2014-08-14
* Bluetooth: Move SMP (de)initialization to smp.cJohan Hedberg2014-08-14
* Bluetooth: Fix using HCI_CONN_LE_SMP_PEND to check for SMP contextJohan Hedberg2014-08-14
* Bluetooth: Remove redundant check for remote_key_distJohan Hedberg2014-08-14
* Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-30
* Bluetooth: Fix SMP context tracking leading to a kernel crashJohan Hedberg2014-07-30
* Bluetooth: Fix white list handling with resolvable private addressesMarcel Holtmann2014-07-26
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-18
* Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-17
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-16
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-16
* Bluetooth: Fix trying LTK re-encryption when we don't have an LTKJohan Hedberg2014-07-14
* Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not setJohan Hedberg2014-07-10
* Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATORJohan Hedberg2014-07-09
* Bluetooth: Fix forcing SMP just-works with no-bondingJohan Hedberg2014-07-09
* Bluetooth: Always confirm incoming SMP just-works requestsJohan Hedberg2014-07-09
* Bluetooth: Allow re-encryption with LTK when STK is in useJohan Hedberg2014-07-03
* Bluetooth: Add flag to track STK encryptionJohan Hedberg2014-07-03
* Bluetooth: Fix redundant encryption when receiving Security RequestJohan Hedberg2014-07-03
* Bluetooth: Use bool for smp_ltk_encrypt return valueMarcel Holtmann2014-07-03
* Bluetooth: Remove unnecessary hcon->smp_conn variableJohan Hedberg2014-07-03
* Bluetooth: Fix missing check for SMP session in smp_user_confirm_replyJohan Hedberg2014-07-03
* Bluetooth: Update SMP crypto functions to take the SMP contextJohan Hedberg2014-07-03
* Bluetooth: Add dedicated AES instance for each SMP contextJohan Hedberg2014-07-03