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