summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unneeded extra ( ) in valid flags checkMarcel Holtmann2015-04-021-1/+1
* Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann2015-04-021-0/+26
* Bluetooth: Refactor HCI request variables into own structJohan Hedberg2015-03-305-16/+22
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-304-32/+32
* Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann2015-03-291-1/+0Star
* Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann2015-03-291-37/+34Star
* Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann2015-03-291-8/+6Star
* Bluetooth: Update adv. parameters when conn. setting changesArman Uguray2015-03-281-1/+2
* Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray2015-03-281-1/+20
* Bluetooth: Fix using global connectable settings for advArman Uguray2015-03-281-4/+10
* Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg2015-03-281-10/+10
* Bluetooth: btusb: Consolidate Broadcom based device entriesMarcel Holtmann2015-03-281-8/+4Star
* at86rf230: fix is_tx while error handlingAlexander Aring2015-03-271-0/+1
* at86rf230: remove unnecessary spinlockAlexander Aring2015-03-271-9/+0Star
* mac802154: cleanup concurrent checkAlexander Aring2015-03-271-14/+6Star
* Bluetooth: Unify advertising data code pathsArman Uguray2015-03-261-91/+64Star
* Bluetooth: Update supported_flags for AD featuresArman Uguray2015-03-261-3/+29
* Bluetooth: Support the "tx-power" adv flagArman Uguray2015-03-261-0/+19
* Bluetooth: Support the "managed-flags" adv flagArman Uguray2015-03-261-2/+9
* Bluetooth: Support the "limited-discoverable" adv flagArman Uguray2015-03-261-1/+8
* Bluetooth: Support the "discoverable" adv flagArman Uguray2015-03-261-8/+30
* Bluetooth: Support the "connectable mode" adv flagArman Uguray2015-03-261-31/+56
* Bluetooth: Add macros for advertising instance flagsArman Uguray2015-03-261-0/+8
* Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann2015-03-261-1/+1
* Bluetooth: hci_uart: Add setup callbackLoic Poulain2015-03-252-0/+12
* Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann2015-03-251-7/+46
* Bluetooth: Add support for adv instance timeoutArman Uguray2015-03-242-20/+83
* Bluetooth: Add support for instance scan responseArman Uguray2015-03-241-14/+52
* Bluetooth: Implement the Remove Advertising commandArman Uguray2015-03-241-0/+103
* Bluetooth: Implement the Add Advertising commandArman Uguray2015-03-241-10/+273
* Bluetooth: Add data structure for advertising instanceArman Uguray2015-03-242-0/+17
* Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsArman Uguray2015-03-241-0/+2
* Bluetooth: Add definitions for Add/Remove Advertising APIArman Uguray2015-03-241-0/+34
* Bluetooth: Read Broadcom chip info for Apple Bluetooth devicesMarcel Holtmann2015-03-231-1/+37
* Bluetooth: Fix memory leak in le_scan_disable_work_complete()Johan Hedberg2015-03-221-8/+9
* Bluetooth: Read Verbose Config Version Info for Broadcom devicesMarcel Holtmann2015-03-211-0/+19
* Bluetooth: Expose quirks through debugfsJakub Pawlowski2015-03-201-0/+60
* Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded valueMarcel Holtmann2015-03-201-2/+2
* Bluetooth: Gracefully response to enabling LE on LE only devicesMarcel Holtmann2015-03-201-2/+14
* mac802154: fix typo in header guardNicolas Iooss2015-03-191-2/+2
* cc2520: Add support for CC2591 amplifier.Brad Campbell2015-03-183-8/+52
* cc2520: Do not store platform_data in spi_deviceBrad Campbell2015-03-181-49/+46Star
* Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann2015-03-181-3/+5
* Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg2015-03-171-8/+67
* Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg2015-03-173-115/+115
* Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg2015-03-172-2/+4
* Bluetooth: Add generic mgmt helper APIJohan Hedberg2015-03-174-197/+265
* Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg2015-03-171-46/+62
* Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg2015-03-172-0/+6
* Bluetooth: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for BTUSB_CSRJakub Pawlowski2015-03-171-0/+2