aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Bluetooth: Fix potential NULL dereferenceGravatar Johan Hedberg 1-4/+3
2015-02-02Bluetooth: Remove mgmt_rp_read_local_oob_ext_data structGravatar Johan Hedberg 1-16/+9
2015-02-02Bluetooth: Add restarting to service discoveryGravatar Jakub Pawlowski 1-5/+48
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingGravatar Jakub Pawlowski 2-1/+92
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeGravatar Marcel Holtmann 1-17/+21
2015-02-01Bluetooth: Expose remote OOB information as debugfs entryGravatar Marcel Holtmann 1-0/+31
2015-02-01Bluetooth: Expose hardware error code as debugfs entryGravatar Marcel Holtmann 1-0/+3
2015-02-01Bluetooth: Expose debug keys usage setting via debugfsGravatar Marcel Holtmann 1-0/+22
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandGravatar Marcel Holtmann 1-0/+19
2015-02-01Bluetooth: Expose Secure Simple Pairing debug mode setting in debugfsGravatar Marcel Holtmann 1-1/+22
2015-01-31Bluetooth: Allow remote OOB data to only provide P-192 or P-256 valuesGravatar Marcel Holtmann 1-4/+25
2015-01-31Bluetooth: Fix OOB data present value for SMP pairingGravatar Marcel Holtmann 1-1/+1
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsGravatar Marcel Holtmann 1-1/+18
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataGravatar Marcel Holtmann 1-0/+8
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandGravatar Szymon Janc 1-1/+2
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionGravatar Marcel Holtmann 1-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventGravatar Marcel Holtmann 2-1/+24
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionGravatar Marcel Holtmann 1-23/+34
2015-01-28Bluetooth: Fix notifying discovery state when powering offGravatar Johan Hedberg 1-0/+2
2015-01-28Bluetooth: Fix notifying discovery state upon resetGravatar Johan Hedberg 1-1/+2
2015-01-28Bluetooth: Fix check for SSP when enabling SCGravatar Johan Hedberg 1-0/+1
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeGravatar Marcel Holtmann 1-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentGravatar Marcel Holtmann 1-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeGravatar Marcel Holtmann 1-20/+26
2015-01-28Bluetooth: Enforce zero-valued hash/rand192 for LE OOBGravatar Johan Hedberg 1-0/+15
2015-01-23Bluetooth: Fix nested sleepsGravatar Peter Hurley 3-15/+11
2015-01-23Bluetooth: Convert Set SC to use HCI RequestGravatar Johan Hedberg 2-46/+50
2015-01-23Bluetooth: Remove incorrect check for BDADDR_BREDR address typeGravatar Johan Hedberg 1-8/+0
2015-01-23Bluetooth: Check for valid bdaddr in add_remote_oob_dataGravatar Johan Hedberg 1-0/+6
2015-01-22Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsGravatar Marcel Holtmann 1-0/+5
2015-01-22Bluetooth: Limit BR/EDR switching for LE only with secure connectionsGravatar Marcel Holtmann 1-1/+8
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPGravatar Marcel Holtmann 2-7/+12
2015-01-22Bluetooth: Fix reporting invalid RSSI for LE devicesGravatar Szymon Janc 1-1/+2
2015-01-16Bluetooth: Remove unused functionGravatar Rickard Strandqvist 1-15/+0
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsGravatar Marcel Holtmann 1-0/+12
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrGravatar Johan Hedberg 1-8/+7
2015-01-15Bluetooth: Add helpers for src/dst bdaddr type conversionGravatar Johan Hedberg 1-12/+22
2015-01-15Bluetooth: Bind the SMP channel registration to management power stateGravatar Marcel Holtmann 2-3/+12
2015-01-15Bluetooth: Don't register any SMP channel if LE is not supportedGravatar Marcel Holtmann 1-0/+6
2015-01-15Bluetooth: Fix LE SMP channel source address and source address typeGravatar Marcel Holtmann 1-4/+23
2015-01-15Bluetooth: Fix issue with switching BR/EDR back on when disabledGravatar Marcel Holtmann 1-0/+15
2015-01-15Bluetooth: Show device address type for L2CAP debugfs entriesGravatar Marcel Holtmann 1-2/+2
2015-01-14Bluetooth: 6lowpan: Remove PSM setting codeGravatar Jukka Rissanen 1-35/+31
2015-01-14Bluetooth: Fix valid Identity Address checkGravatar Johan Hedberg 1-1/+5
2015-01-14Bluetooth: Remove dead codeGravatar Gowtham Anandha Babu 1-6/+0
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsGravatar Marcel Holtmann 2-2/+2
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationGravatar Marcel Holtmann 1-23/+23
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandGravatar Marcel Holtmann 1-0/+20
2015-01-12Bluetooth: Read stored link key information when powering on controllerGravatar Marcel Holtmann 1-0/+8
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysGravatar Marcel Holtmann 1-0/+22