summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-12-03Bluetooth: Set SMP OOB flag if OOB data is availableJohan Hedberg1-6/+25
2014-12-03Bluetooth: Add support for adding remote OOB data for LEJohan Hedberg1-3/+11
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg3-17/+24
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg2-35/+20
2014-12-03Bluetooth: Add SC-only mode support for SMPJohan Hedberg1-0/+9
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg2-22/+212
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg1-18/+71
2014-12-03Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg1-0/+47
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg1-0/+3
2014-12-03Bluetooth: Use debug keys for SMP when HCI_USE_DEBUG_KEYS is setJohan Hedberg1-9/+18
2014-12-03Bluetooth: Add dummy handler for LE SC keypress notificationJohan Hedberg1-0/+14
2014-12-03Bluetooth: Fix DHKey Check sending order for slave roleJohan Hedberg1-17/+43
2014-12-03Bluetooth: Add passkey entry support for LE SCJohan Hedberg1-11/+180
2014-12-03Bluetooth: Fix BR/EDR Link Key type when derived through LE SCJohan Hedberg2-3/+28
2014-12-03Bluetooth: Add support for SC just-works pairingJohan Hedberg1-12/+27
2014-12-03Bluetooth: Set correct LTK type and authentication for SCJohan Hedberg1-1/+12
2014-12-03Bluetooth: Add check for accidentally generating a debug keyJohan Hedberg1-3/+11
2014-12-03Bluetooth: Detect SMP SC debug keysJohan Hedberg1-0/+27
2014-12-03Bluetooth: Add selection of the SC authentication methodJohan Hedberg1-5/+69
2014-12-03Bluetooth: Track authentication method in SMP contextJohan Hedberg1-15/+17
2014-12-03Bluetooth: Add support for LE SC key generationJohan Hedberg1-0/+57
2014-12-03Bluetooth: Add support for LE SC DHKey check PDUJohan Hedberg1-0/+56
2014-12-03Bluetooth: Add support for handling LE SC user responseJohan Hedberg1-0/+154
2014-12-03Bluetooth: Add support for LE SC numeric comparisonJohan Hedberg1-1/+70
2014-12-03Bluetooth: Add LE SC support for responding to Pairing Confirm PDUJohan Hedberg1-0/+22
2014-12-03Bluetooth: Add support for sending LE SC Confirm valueJohan Hedberg1-0/+96
2014-12-03Bluetooth: Add handler function for receiving LE SC public keyJohan Hedberg1-0/+44
2014-12-03Bluetooth: Add basic support for sending our LE SC public keyJohan Hedberg1-1/+44
2014-12-03Bluetooth: Add ECC library for LE Secure ConnectionsJohan Hedberg3-1/+871
2014-12-03Bluetooth: Add basic support for AES-CMACJohan Hedberg2-0/+11
2014-12-03Bluetooth: Set link key generation bit if necessary for LE SCJohan Hedberg1-0/+10
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg3-9/+6
2014-12-03Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg1-28/+0
2014-12-03Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg2-9/+36
2014-12-03Bluetooth: Add mgmt_set_secure_conn support for any LE adapterJohan Hedberg1-9/+8
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg3-7/+4
2014-12-03Bluetooth: Set the correct security level for SC LTKsJohan Hedberg1-2/+6
2014-12-03Bluetooth: Add mgmt support for LE Secure Connections LTK typesJohan Hedberg2-7/+39
2014-12-03Bluetooth: Update SMP security level to/from auth_req for SCJohan Hedberg1-4/+14
2014-12-03Bluetooth: Add SMP flag for SC and set it when necessary.Johan Hedberg1-0/+7
2014-12-03Bluetooth: Make auth_req mask dependent on SC enabled or notJohan Hedberg1-7/+10
2014-12-03Bluetooth: Add basic SMP defines for LE Secure ConnectionsJohan Hedberg1-1/+24
2014-12-03Bluetooth: Simplify Link Key Notification event handling logicJohan Hedberg1-11/+14
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg1-19/+18
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter1-3/+11
2014-11-26mac802154: remove unnecessary if statementVarka Bhadram1-5/+3
2014-11-26ieee802154: fix spelling mistakesVarka Bhadram4-4/+4
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg2-21/+20
2014-11-19Bluetooth: Fix setting conn->pending_sec_level value from link keyJohan Hedberg1-7/+40
2014-11-19Bluetooth: Fix setting state back to TASK_RUNNINGJohan Hedberg1-0/+2