summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2014-12-03Bluetooth: Set correct LTK type and authentication for SCJohan Hedberg-1/+12
2014-12-03Bluetooth: Add check for accidentally generating a debug keyJohan Hedberg-3/+11
2014-12-03Bluetooth: Detect SMP SC debug keysJohan Hedberg-0/+27
2014-12-03Bluetooth: Add selection of the SC authentication methodJohan Hedberg-5/+69
2014-12-03Bluetooth: Track authentication method in SMP contextJohan Hedberg-15/+17
2014-12-03Bluetooth: Add support for LE SC key generationJohan Hedberg-0/+57
2014-12-03Bluetooth: Add support for LE SC DHKey check PDUJohan Hedberg-0/+56
2014-12-03Bluetooth: Add support for handling LE SC user responseJohan Hedberg-0/+154
2014-12-03Bluetooth: Add support for LE SC numeric comparisonJohan Hedberg-1/+70
2014-12-03Bluetooth: Add LE SC support for responding to Pairing Confirm PDUJohan Hedberg-0/+22
2014-12-03Bluetooth: Add support for sending LE SC Confirm valueJohan Hedberg-0/+96
2014-12-03Bluetooth: Add handler function for receiving LE SC public keyJohan Hedberg-0/+44
2014-12-03Bluetooth: Add basic support for sending our LE SC public keyJohan Hedberg-1/+44
2014-12-03Bluetooth: Add ECC library for LE Secure ConnectionsJohan Hedberg-1/+871
2014-12-03Bluetooth: Add basic support for AES-CMACJohan Hedberg-0/+11
2014-12-03Bluetooth: Set link key generation bit if necessary for LE SCJohan Hedberg-0/+10
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg-9/+6
2014-12-03Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg-28/+0
2014-12-03Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg-9/+36
2014-12-03Bluetooth: Add mgmt_set_secure_conn support for any LE adapterJohan Hedberg-9/+8
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg-7/+4
2014-12-03Bluetooth: Set the correct security level for SC LTKsJohan Hedberg-2/+6
2014-12-03Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg-7/+39
2014-12-03Bluetooth: Update SMP security level to/from auth_req for SCJohan Hedberg-4/+14
2014-12-03Bluetooth: Add SMP flag for SC and set it when necessary.Johan Hedberg-0/+7
2014-12-03Bluetooth: Make auth_req mask dependent on SC enabled or notJohan Hedberg-7/+10
2014-12-03Bluetooth: Add basic SMP defines for LE Secure ConnectionsJohan Hedberg-1/+24
2014-12-03Bluetooth: Simplify Link Key Notification event handling logicJohan Hedberg-11/+14
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg-19/+18
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter-3/+11
2014-11-24new helper: memcpy_from_msg()Al Viro-4/+4
2014-11-21Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller-229/+393
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg-21/+20
2014-11-19Bluetooth: Fix setting conn->pending_sec_level value from link keyJohan Hedberg-7/+40
2014-11-19Bluetooth: Fix setting state back to TASK_RUNNINGJohan Hedberg-0/+2
2014-11-18Bluetooth: Call drain_workqueue() before resetting stateJohan Hedberg-0/+10
2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg-31/+23
2014-11-18Bluetooth: Fix BR/EDR-only address checks for remote OOB dataJohan Hedberg-0/+22
2014-11-15Bluetooth: Fix clearing remote OOB data through mgmtJohan Hedberg-0/+7
2014-11-15Bluetooth: Add debug logs to help track locking issuesJohan Hedberg-2/+11
2014-11-15Bluetooth: Remove unnecessary hdev locking in smp.cJohan Hedberg-7/+0
2014-11-15Bluetooth: Convert IRK list to RCUJohan Hedberg-24/+32
2014-11-15Bluetooth: Convert LTK list to RCUJohan Hedberg-26/+30
2014-11-15Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg-1/+22
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg-11/+21
2014-11-15Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg-1/+2
2014-11-15Bluetooth: hidp: replace kzalloc/copy_from_user by memdup_userFabian Frederick-7/+3
2014-11-13Bluetooth: Fix correct nesting for 6lowpan server channelJohan Hedberg-0/+2
2014-11-13Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg-3/+3
2014-11-13Bluetooth: Fix L2CAP socket lock nesting levelJohan Hedberg-3/+10