summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg-4/+3
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structJohan Hedberg-16/+9
2015-02-02Bluetooth: Add restarting to service discoveryJakub Pawlowski-5/+48
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski-1/+92
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann-17/+21
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryMarcel Holtmann-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryMarcel Holtmann-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsMarcel Holtmann-0/+22
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann-0/+19
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsMarcel Holtmann-1/+22
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesMarcel Holtmann-4/+25
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingMarcel Holtmann-1/+1
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann-1/+18
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann-0/+8
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc-1/+2
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann-1/+24
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann-23/+34
2015-01-28Bluetooth: Fix notifying discovery state when powering offJohan Hedberg-0/+2
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg-1/+2
2015-01-28Bluetooth: Fix check for SSP when enabling SCJohan Hedberg-0/+1
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann-20/+26
2015-01-28Bluetooth: Enforce zero-valued hash/rand192 for LE OOBJohan Hedberg-0/+15
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley-15/+11
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg-46/+50
2015-01-23Bluetooth: Remove incorrect check for BDADDR_BREDR address typeJohan Hedberg-8/+0
2015-01-23Bluetooth: Check for valid bdaddr in add_remote_oob_dataJohan Hedberg-0/+6
2015-01-22Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsMarcel Holtmann-0/+5
2015-01-22Bluetooth: Limit BR/EDR switching for LE only with secure connectionsMarcel Holtmann-1/+8
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann-7/+12
2015-01-22Bluetooth: Fix reporting invalid RSSI for LE devicesSzymon Janc-1/+2
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist-15/+0
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsMarcel Holtmann-0/+12
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrJohan Hedberg-8/+7
2015-01-15Bluetooth: Add helpers for src/dst bdaddr type conversionJohan Hedberg-12/+22
2015-01-15Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann-3/+12
2015-01-15Bluetooth: Don't register any SMP channel if LE is not supportedMarcel Holtmann-0/+6
2015-01-15Bluetooth: Fix LE SMP channel source address and source address typeMarcel Holtmann-4/+23
2015-01-15Bluetooth: Fix issue with switching BR/EDR back on when disabledMarcel Holtmann-0/+15
2015-01-15Bluetooth: Show device address type for L2CAP debugfs entriesMarcel Holtmann-2/+2
2015-01-14Bluetooth: 6lowpan: Remove PSM setting codeJukka Rissanen-35/+31
2015-01-14Bluetooth: Fix valid Identity Address checkJohan Hedberg-1/+5
2015-01-14Bluetooth: Remove dead codeGowtham Anandha Babu-6/+0
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsMarcel Holtmann-2/+2
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationMarcel Holtmann-23/+23
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann-0/+20
2015-01-12Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann-0/+8
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann-0/+22