aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray1-0/+1
2015-03-22Bluetooth: Fix memory leak in le_scan_disable_work_complete()Johan Hedberg1-8/+9
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski1-5/+19
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann1-4/+4
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_test_and_set_flag helper macroMarcel Holtmann1-4/+4
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann1-10/+10
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann1-6/+6
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann1-12/+12
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann1-60/+60
2015-03-11Bluetooth: Check for matching IRK when looking for paired LE devicesJohan Hedberg1-0/+7
2015-03-11Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()Johan Hedberg1-1/+3
2015-03-10Bluetooth: Add 'Already Paired' error for Pair Device commandJohan Hedberg1-0/+27
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-16/+32
2015-03-02net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fieldsEyal Birger1-1/+1
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger1-6/+6
2015-02-19Bluetooth: Convert hci_cb_list_lock to a mutexJohan Hedberg1-5/+5
2015-02-19Bluetooth: Add new hci_cb entries to the tail rather than the headJohan Hedberg1-1/+1
2015-02-17Bluetooth: Fix AMP init for certain AMP controllersJohan Hedberg1-10/+20
2015-02-15Bluetooth: Add shutdown callback before closing the deviceTedd Ho-Jeong An1-0/+6
2015-02-02Bluetooth: Add le_scan_restart work for LE scan restartingJakub Pawlowski1-0/+74
2015-01-31Bluetooth: Store OOB data present value for each set of remote OOB dataMarcel Holtmann1-0/+8
2015-01-29Bluetooth: Move smp_unregister() into hci_dev_do_close() functionMarcel Holtmann1-6/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann1-0/+21
2015-01-28Bluetooth: Introduce hci_dev_do_reset helper functionMarcel Holtmann1-23/+34
2015-01-28Bluetooth: Fix notifying discovery state when powering offJohan Hedberg1-0/+2
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann1-1/+4
2015-01-15Bluetooth: Bind the SMP channel registration to management power stateMarcel Holtmann1-3/+3
2015-01-14Bluetooth: Move Delete Stored Link Key to 4th phase of initializationMarcel Holtmann1-23/+23
2015-01-12Bluetooth: Read stored link key information when powering on controllerMarcel Holtmann1-0/+8
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann1-4/+5
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
2014-12-26Bluetooth: Remove BlueFritz! specific check from initializationMarcel Holtmann1-3/+9
2014-12-20Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann1-0/+6
2014-12-20Bluetooth: Enable basics for LE Data Length Extension featureMarcel Holtmann1-0/+14
2014-12-20Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann1-478/+0
2014-12-20Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann1-349/+1
2014-12-20Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann1-201/+0
2014-12-20Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann1-0/+7
2014-12-20Bluetooth: Support static address when BR/EDR has been disabledMarcel Holtmann1-1/+7
2014-12-19Bluetooth: Move hci_update_page_scan to hci_request.cJohan Hedberg1-56/+0
2014-12-19Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg1-58/+0
2014-12-19Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg1-89/+0
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg1-369/+1
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg1-5/+12
2014-12-11Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg1-8/+6
2014-12-11Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann1-10/+10
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery1-0/+2