aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg
2015-04-02Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann
2015-04-02Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann
2015-04-02Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann
2015-04-02Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann
2015-03-29Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann
2015-03-28Bluetooth: Update adv. parameters when conn. setting changesArman Uguray
2015-03-28Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray
2015-03-28Bluetooth: Fix using global connectable settings for advArman Uguray
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray
2015-03-24Bluetooth: Add support for instance scan responseArman Uguray
2015-03-24Bluetooth: Implement the Remove Advertising commandArman Uguray
2015-03-24Bluetooth: Implement the Add Advertising commandArman Uguray
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray
2015-03-22Bluetooth: Fix memory leak in le_scan_disable_work_complete()Johan Hedberg
2015-03-20Bluetooth: Expose quirks through debugfsJakub Pawlowski
2015-03-20Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded valueMarcel Holtmann
2015-03-20Bluetooth: Gracefully response to enabling LE on LE only devicesMarcel Holtmann
2015-03-18Bluetooth: Fix potential NULL dereference in SMP channel setupMarcel Holtmann
2015-03-17Bluetooth: Add workaround for broken OS X legacy SMP pairingJohan Hedberg
2015-03-17Bluetooth: Move generic mgmt command dispatcher to hci_sock.cJohan Hedberg
2015-03-17Bluetooth: Add hdev_init callback for HCI channelsJohan Hedberg
2015-03-17Bluetooth: Add generic mgmt helper APIJohan Hedberg
2015-03-17Bluetooth: Add channel parameter to mgmt_pending_find() APIJohan Hedberg
2015-03-17Bluetooth: Add helper to get HCI channel of a socketJohan Hedberg
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski
2015-03-17Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.Jakub Pawlowski
2015-03-17Bluetooth: Add support for Local OOB Extended Data Update eventsMarcel Holtmann
2015-03-17Bluetooth: Fix length for Read Local OOB Extended Data respone packetMarcel Holtmann
2015-03-16Bluetooth: Do not include LE SC out-of-band data if not enabledMarcel Holtmann
2015-03-16Bluetooth: The P-256 randomizer is 16 octets long and not 19 octetsMarcel Holtmann
2015-03-16Bluetooth: Rename smp->local_rr into smp->local_randMarcel Holtmann
2015-03-16Bluetooth: Add extra SMP_DBG statement for remote OOB dataMarcel Holtmann
2015-03-16Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]Marcel Holtmann