aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Bluetooth: Use OOB key pair for LE SC pairing with OOB methodMarcel Holtmann1-0/+20
2015-03-16Bluetooth: Add function for generating LE SC out-of-band dataMarcel Holtmann1-0/+53
2015-03-16Bluetooth: Add support for AES-CMAC hash for security manager deviceMarcel Holtmann1-0/+14
2015-03-16Bluetooth: Create SMP device structure for local crypto contextMarcel Holtmann1-16/+31
2015-03-16Bluetooth: Use kzfree instead of kfree in security managerMarcel Holtmann1-8/+8
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann1-5/+5
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-22/+22
2015-03-12Bluetooth: Remove two else branches that are not neededMarcel Holtmann1-4/+4
2015-02-27Bluetooth: Update New CSRK event to match latest specificationJohan Hedberg1-2/+8
2015-02-20Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creationJohan Hedberg1-17/+7
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann1-1/+1
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsMarcel Holtmann1-0/+12
2015-01-15Bluetooth: Don't register any SMP channel if LE is not supportedMarcel Holtmann1-0/+6
2015-01-15Bluetooth: Fix LE SMP channel source address and source address typeMarcel Holtmann1-4/+23
2015-01-14Bluetooth: Fix valid Identity Address checkJohan Hedberg1-1/+5
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsMarcel Holtmann1-1/+1
2015-01-02Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann1-1/+1
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann1-4/+74
2014-12-30Bluetooth: Add timing information to SMP test case runsMarcel Holtmann1-1/+9
2014-12-30Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg1-0/+186
2014-12-30Bluetooth: Add legacy SMP testsJohan Hedberg1-0/+95
2014-12-30Bluetooth: Add skeleton for SMP self-testsJohan Hedberg1-0/+39
2014-12-30Bluetooth: Fix const declarations for smp_f5 and smp_f6Johan Hedberg1-3/+4
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-2/+3
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller1-4/+1
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro1-3/+1
2014-12-09put iov_iter into msghdrAl Viro1-2/+1
2014-12-09Bluetooth: fix err_cast.cocci warningsFengguang Wu1-1/+1
2014-12-07Bluetooth: Check for force_lesc_support before rejecting SMP over BR/EDRMarcel Holtmann1-1/+2
2014-12-03Bluetooth: Fix false-positive "uninitialized" compiler warningJohan Hedberg1-10/+12
2014-12-03Bluetooth: Fix minor coding style issue in smp.cJohan Hedberg1-1/+1
2014-12-03Bluetooth: Fix SMP debug key handlingJohan Hedberg1-2/+13
2014-12-03Bluetooth: Organize SMP crypto functions to logical sectionsJohan Hedberg1-63/+71
2014-12-03Bluetooth: Fix missing const declarations in SMP functionsJohan Hedberg1-8/+10
2014-12-03Bluetooth: Introduce SMP_DBG macro for low-level debugingJohan Hedberg1-28/+40
2014-12-03Bluetooth: Add basic LE SC OOB support for remote OOB dataJohan Hedberg1-2/+36
2014-12-03Bluetooth: Set SMP OOB flag if OOB data is availableJohan Hedberg1-6/+25
2014-12-03Bluetooth: Add SC-only mode support for SMPJohan Hedberg1-0/+9
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg1-22/+208
2014-12-03Bluetooth: Add skeleton for BR/EDR SMP channelJohan Hedberg1-18/+71
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 Hedberg1-3/+24
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