summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann1-6/+18
2014-12-05Bluetooth: Enable events for P-256 Public Key and DHKey commandsMarcel Holtmann1-0/+14
2014-12-05Bluetooth: Add support for enabling Extended Scanner Filter PoliciesMarcel Holtmann1-0/+13
2014-12-05Bluetooth: Enabled LE Direct Advertising Report event if supportedMarcel Holtmann1-0/+8
2014-12-05Bluetooth: Clear discovery filter before starting background scanMarcel Holtmann1-11/+9
2014-12-05Bluetooth: Fix memory leaks from discovery filter UUID listMarcel Holtmann1-0/+1
2014-12-05Bluetooth: Add helper function for clearing the discovery filterMarcel Holtmann1-4/+1
2014-12-05Bluetooth: Add extra discovery fields for storing filter informationJakub Pawlowski1-0/+14
2014-12-03Bluetooth: Fix SMP debug key handlingJohan Hedberg1-9/+1
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg1-10/+16
2014-12-03Bluetooth: Unify remote OOB data functionsJohan Hedberg1-31/+15
2014-12-03Bluetooth: Add debugfs switch for forcing SMP over BR/EDRJohan Hedberg1-0/+47
2014-12-03Bluetooth: Fix BR/EDR Link Key type when derived through LE SCJohan Hedberg1-0/+4
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg1-3/+3
2014-12-03Bluetooth: Remove unused hci_find_ltk functionJohan Hedberg1-28/+0
2014-12-03Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg1-7/+23
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg1-3/+1
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg1-19/+18
2014-11-19Bluetooth: Fix setting state back to TASK_RUNNINGJohan Hedberg1-0/+2
2014-11-18Bluetooth: Call drain_workqueue() before resetting stateJohan Hedberg1-0/+10
2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg1-7/+7
2014-11-15Bluetooth: Convert IRK list to RCUJohan Hedberg1-19/+27
2014-11-15Bluetooth: Convert LTK list to RCUJohan Hedberg1-18/+24
2014-11-03Bluetooth: Consolidate whitelist debugfs entry into device_listMarcel Holtmann1-30/+6
2014-11-02Bluetooth: Add hci_reset_dev() for driver triggerd stack resetMarcel Holtmann1-0/+18
2014-11-01Bluetooth: Fix hci_sync missing wakeup interruptChan-yeol Park1-7/+11
2014-10-29Bluetooth: Wrong style spin lock usedJukka Rissanen1-3/+7
2014-10-28Bluetooth: spelling fixesStephen Hemminger1-3/+3
2014-09-17Bluetooth: Remove exported hci_recv_fragment functionMarcel Holtmann1-20/+0
2014-09-15Bluetooth: Provide HCI command opcode information to driverMarcel Holtmann1-0/+1
2014-09-12Bluetooth: Fix re-setting RPA as expired when deferring updateJohan Hedberg1-0/+1
2014-09-08Bluetooth: Refactor connection parameter freeing into its own functionJohan Hedberg1-17/+15
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg1-2/+7
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+12
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg1-2/+12