aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-28Bluetooth: Fix check for SSP when enabling SCJohan Hedberg1-0/+1
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann1-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann1-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann1-20/+26
2015-01-28Bluetooth: Enforce zero-valued hash/rand192 for LE OOBJohan Hedberg1-0/+15
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley3-15/+11
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg2-46/+50
2015-01-23Bluetooth: Remove incorrect check for BDADDR_BREDR address typeJohan Hedberg1-8/+0
2015-01-23Bluetooth: Check for valid bdaddr in add_remote_oob_dataJohan Hedberg1-0/+6
2015-01-22Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsMarcel Holtmann1-0/+5
2015-01-22Bluetooth: Limit BR/EDR switching for LE only with secure connectionsMarcel Holtmann1-1/+8
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann2-7/+12
2015-01-22Bluetooth: Fix reporting invalid RSSI for LE devicesSzymon Janc1-1/+2
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist1-15/+0
2015-01-15Bluetooth: Add paranoid check for existing LE and BR/EDR SMP channelsMarcel Holtmann1-0/+12
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrJohan Hedberg1-8/+7
2015-01-15Bluetooth: Add helpers for src/dst bdaddr type conversionJohan Hedberg1-12/+22
2015-01-15Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann2-3/+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-15Bluetooth: Fix issue with switching BR/EDR back on when disabledMarcel Holtmann1-0/+15
2015-01-15Bluetooth: Show device address type for L2CAP debugfs entriesMarcel Holtmann1-2/+2
2015-01-14Bluetooth: 6lowpan: Remove PSM setting codeJukka Rissanen1-35/+31
2015-01-14Bluetooth: Fix valid Identity Address checkJohan Hedberg1-1/+5
2015-01-14Bluetooth: Remove dead codeGowtham Anandha Babu1-6/+0
2015-01-14Bluetooth: Use %llu for printing duration details of selftestsMarcel Holtmann2-2/+2
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationMarcel Holtmann1-23/+23
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann1-0/+20
2015-01-12Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann1-0/+8
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann1-0/+22
2015-01-12Bluetooth: Replace send_monitor_event with queue_monitor_skbMarcel Holtmann1-29/+1
2015-01-12Bluetooth: Create generic queue_monitor_skb helper functionMarcel Holtmann1-22/+29
2015-01-12Bluetooth: Simplify packet copy in hci_send_to_monitor functionMarcel Holtmann1-16/+12
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_scoMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rcMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann1-0/+2
2015-01-12Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hciMarcel Holtmann1-0/+2
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann4-25/+33
2015-01-03Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE optionMarcel Holtmann1-1/+2
2015-01-03Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann1-39/+11
2015-01-02Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann1-3/+13
2015-01-02Bluetooth: Fix for a leftover debug of pairing credentialsMarcel Holtmann1-1/+1
2015-01-02Bluetooth: Fix scope of sc_only_mode debugfs entryMarcel Holtmann1-22/+23
2015-01-02Bluetooth: Remove no longer needed force_sc_support debugfs optionMarcel Holtmann2-56/+4
2015-01-02Bluetooth: Remove broken force_lesc_support debugfs optionMarcel Holtmann1-49/+0
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2-5/+75
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller16-1662/+2703
2014-12-30Bluetooth: Add timing information to ECDH test case runsMarcel Holtmann1-1/+9
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