summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Remove dead code for manufacturer inquiry mode quirksMarcel Holtmann2015-01-031-39/+11Star
* Bluetooth: Fix SMP channel registration for unconfigured controllersMarcel Holtmann2015-01-021-3/+13
* Bluetooth: Remove BlueFritz! specific check from initializationMarcel Holtmann2014-12-261-3/+9
* Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann2014-12-201-0/+6
* Bluetooth: Enable basics for LE Data Length Extension featureMarcel Holtmann2014-12-201-0/+14
* Bluetooth: Move LE debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-201-478/+0Star
* Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-201-349/+1Star
* Bluetooth: Move common debugfs file creation into hci_debugfs.cMarcel Holtmann2014-12-201-201/+0Star
* Bluetooth: Add skeleton functions for debugfs creationMarcel Holtmann2014-12-201-0/+7
* Bluetooth: Support static address when BR/EDR has been disabledMarcel Holtmann2014-12-201-1/+7
* Bluetooth: Move hci_update_page_scan to hci_request.cJohan Hedberg2014-12-191-56/+0Star
* Bluetooth: Fix Add Device to wait for HCI before sending cmd_completeJohan Hedberg2014-12-191-58/+0Star
* Bluetooth: Add hci_request support for hci_update_background_scanJohan Hedberg2014-12-191-89/+0Star
* Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-369/+1Star
* Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg2014-12-191-5/+12
* Bluetooth: Fix notifying mgmt power off before flushing connection listJohan Hedberg2014-12-111-8/+6Star
* Bluetooth: Fix check for support for page scan related commandsMarcel Holtmann2014-12-111-10/+10
* Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()Jaganath Kanakkassery2014-12-111-0/+2
* Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann2014-12-081-6/+18
* Bluetooth: Enable events for P-256 Public Key and DHKey commandsMarcel Holtmann2014-12-051-0/+14
* Bluetooth: Add support for enabling Extended Scanner Filter PoliciesMarcel Holtmann2014-12-051-0/+13
* Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann2014-12-051-0/+8
* Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann2014-12-051-11/+9Star
* Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann2014-12-051-0/+1
* Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann2014-12-051-4/+1Star
* Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski2014-12-051-0/+14
* Bluetooth: Fix SMP debug key handlingJohan Hedberg2014-12-031-9/+1Star
* Bluetooth: Store address type with OOB dataJohan Hedberg2014-12-031-10/+16
* Bluetooth: Unify remote OOB data functionsJohan Hedberg2014-12-031-31/+15Star
* Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg2014-12-031-0/+47
* Bluetooth: Fix BR/EDR Link Key type when derived through LE SCJohan Hedberg2014-12-031-0/+4
* Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg2014-12-031-3/+3
* Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg2014-12-031-28/+0Star
* Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg2014-12-031-7/+23
* Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg2014-12-031-3/+1Star
* Bluetooth: Convert link keys list to use RCUJohan Hedberg2014-11-191-19/+18Star
* Bluetooth: Fix setting state back to TASK_RUNNINGJohan Hedberg2014-11-191-0/+2
* Bluetooth: Call drain_workqueue() before resetting stateJohan Hedberg2014-11-181-0/+10
* Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg2014-11-181-7/+7
* Bluetooth: Convert IRK list to RCUJohan Hedberg2014-11-151-19/+27
* Bluetooth: Convert LTK list to RCUJohan Hedberg2014-11-151-18/+24
* Bluetooth: Consolidate whitelist debugfs entry into device_listMarcel Holtmann2014-11-031-30/+6Star
* Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann2014-11-021-0/+18
* Bluetooth: Fix hci_sync missing wakeup interruptChan-yeol Park2014-11-011-7/+11
* Bluetooth: Wrong style spin lock usedJukka Rissanen2014-10-291-3/+7
* Bluetooth: spelling fixesStephen Hemminger2014-10-281-3/+3
* Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann2014-09-171-20/+0Star
* Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann2014-09-151-0/+1
* Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg2014-09-121-0/+1
* Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg2014-09-081-17/+15Star