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