summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix packet size provided to the controllerGustavo Padovan2012-05-161-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2012-05-161-0/+8
|\
| * Bluetooth: mgmt: Fix device_connected sending orderJohan Hedberg2012-05-141-0/+8
* | Bluetooth: Remove advertising cacheAndre Guedes2012-05-091-74/+0
* | Bluetooth: Move bdaddr_to_le to hci_coreAndre Guedes2012-05-091-0/+12
* | Bluetooth: Remove unneeded initialization in hci_alloc_dev()David Herrmann2012-05-091-10/+0
* | Bluetooth: Move device initialization to hci_alloc_dev()David Herrmann2012-05-091-63/+52
* | Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_devDavid Herrmann2012-05-091-26/+26
* | Bluetooth: Fix registering hci with duplicate nameUlisses Furquim2012-05-091-6/+10
* | Bluetooth: Fix debug printing unallocated nameAndrei Emeltchenko2012-05-091-2/+3
* | Bluetooth: Use unsigned int instead of signed intMikel Astiz2012-05-091-2/+2
* | Bluetooth: Add Read Local AMP Info to initAndrei Emeltchenko2012-05-091-0/+3
* | Bluetooth: Fix clearing discovery type when stopping discoveryHemant Gupta2012-05-091-1/+0
* | Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiryAndre Guedes2012-05-091-1/+1
* | Bluetooth: Add hci_cancel_le_scan() to hci_coreAndre Guedes2012-05-091-0/+18
* | Bluetooth: Fix opcode access in hci_completeAndrei Emeltchenko2012-05-091-1/+2
* | Bluetooth: Correct type for ediv to __le16Andrei Emeltchenko2012-05-091-1/+1
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2012-04-271-14/+13
|\
| * Bluetooth: Temporary keys should be retained during connectionVishal Agarwal2012-04-161-4/+2
| * Bluetooth: hci_persistent_key should return boolVishal Agarwal2012-04-161-10/+11
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-091-0/+7
|\ \ | |/
| * Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-03-281-0/+7
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-27/+22
* Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flushAndre Guedes2012-03-031-1/+0
* Bluetooth: Fix init sequence for some CSR based controllersJohan Hedberg2012-03-011-1/+21
* Bluetooth: change min_t() cast in hci_reassembly()Dan Carpenter2012-02-291-1/+1
* Bluetooth: mgmt: Add legacy pairing info to dev_found eventsJohan Hedberg2012-02-231-1/+7
* Bluetooth: Fix clearing of dev_class when powering downJohan Hedberg2012-02-231-0/+1
* Bluetooth: Fix EIR data clearing when powering offJohan Hedberg2012-02-231-0/+2
* Bluetooth: Fix two minor style issues in HCI codeMarcel Holtmann2012-02-231-1/+1
* Bluetooth: mgmt: Allow connectable/discoverable changes in off stateJohan Hedberg2012-02-211-0/+1
* Bluetooth: Don't send New Settings event during setup power downMarcel Holtmann2012-02-211-9/+11
* Bluetooth: mgmt: Add address type parameter to Discovering eventJohan Hedberg2012-02-211-2/+1
* Bluetooth: Set supported settings based on enabled HS and/or LEMarcel Holtmann2012-02-201-5/+0
* Bluetooth: Add support for HCI monitor channelMarcel Holtmann2012-02-201-3/+10
* Bluetooth: Remove HCI notifier handlingMarcel Holtmann2012-02-201-15/+1
* Bluetooth: Split sending for HCI raw and control socketsMarcel Holtmann2012-02-201-2/+2
* Bluetooth: Merge INQUIRY and LE_SCAN discovery statesAndre Guedes2012-02-191-4/+2
* Bluetooth: Track discovery typeAndre Guedes2012-02-191-0/+2
* Bluetooth: Fix event sending with DISCOVERY_STOPPED stateAndre Guedes2012-02-151-1/+2
* Bluetooth: Add address type to mgmt blacklist messagesJohan Hedberg2012-02-131-4/+4
* Bluetooth: Add hci_le_scan()Andre Guedes2012-02-131-0/+35
* Bluetooth: Add hci_do_le_scan()Andre Guedes2012-02-131-0/+74
* Bluetooth: Minor code refactoringAndre Guedes2012-02-131-4/+7
* Bluetooth: LE scan should send Discovering eventsAndre Guedes2012-02-131-0/+2
* Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_closeJohan Hedberg2012-02-131-1/+2
* Bluetooth: Helper removes duplicated codeAndrei Emeltchenko2012-02-131-18/+13
* Bluetooth: Recalculate sched HCI blk/pkt flow ctrlAndrei Emeltchenko2012-02-131-6/+79
* Bluetooth: Add support for notifying userspace of new LTK'sVinicius Costa Gomes2012-02-131-0/+3
OpenPOWER on IntegriCloud