summaryrefslogtreecommitdiff
path: root/net/bluetooth/smp.c
AgeCommit message (Expand)Author
2014-12-03Bluetooth: Add basic support for AES-CMACJohan Hedberg
2014-12-03Bluetooth: Set link key generation bit if necessary for LE SCJohan Hedberg
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg
2014-12-03Bluetooth: Update SMP security level to/from auth_req for SCJohan Hedberg
2014-12-03Bluetooth: Add SMP flag for SC and set it when necessary.Johan Hedberg
2014-12-03Bluetooth: Make auth_req mask dependent on SC enabled or notJohan Hedberg
2014-11-15Bluetooth: Remove unnecessary hdev locking in smp.cJohan Hedberg
2014-11-15Bluetooth: Convert IRK list to RCUJohan Hedberg
2014-11-15Bluetooth: Convert LTK list to RCUJohan Hedberg
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg
2014-11-13Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg
2014-11-12Bluetooth: Remove unnecessary hci_dev_lock/unlock in smp.cJohan Hedberg
2014-10-28Bluetooth: spelling fixesStephen Hemminger
2014-10-28Bluetooth: Revert SMP self-test patchesJohan Hedberg
2014-10-25Bluetooth: Add self-tests for SMP crypto functionsJohan Hedberg
2014-10-25Bluetooth: Add skeleton for SMP self-testsJohan Hedberg
2014-10-25Bluetooth: Pass only crypto context to SMP crypto functionsJohan Hedberg
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