summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
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
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann-29/+1
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann-22/+29
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann-16/+12
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann-0/+2
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann-25/+33
2015-01-03Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann-1/+2
2015-01-03Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann-39/+11
2015-01-02Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann-3/+13
2015-01-02Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann-1/+1
2015-01-02Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann-22/+23
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann-56/+4
2015-01-02Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann-49/+0
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann-5/+75
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-1662/+2703
2014-12-30Bluetooth: Add timing information to ECDH test case runsMarcel Holtmann-1/+9
2014-12-30Bluetooth: Add timing information to SMP test case runsMarcel Holtmann-1/+9
2014-12-30Bluetooth: Add LE Secure Connections tests for SMPJohan Hedberg-0/+186