aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/crypto_user.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Bluetooth: Convert hci_req_sync family of function to new request APIJohan Hedberg2-14/+15
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg5-44/+84
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg1-0/+6
2015-04-02Bluetooth: Export SMP selftest result in debugfsMarcel Holtmann1-9/+34
2015-04-02Bluetooth: Export ECDH selftest result in debugfsMarcel Holtmann1-4/+31
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann1-1/+11
2015-04-02Bluetooth: Restrict HIDP flags to only valid onesMarcel Holtmann1-1/+10
2015-04-02Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann1-1/+10
2015-04-02Bluetooth: Remove unneeded extra ( ) in valid flags checkMarcel Holtmann1-1/+1
2015-04-02Bluetooth: Expose current Device ID information via debugfsMarcel Holtmann1-0/+26
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg5-16/+22
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg4-32/+32
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann1-1/+0
2015-03-29Bluetooth: Fix error returns for Read Local OOB Extended Data commandsMarcel Holtmann1-37/+34
2015-03-29Bluetooth: Move memory location outside of hci_dev lockMarcel Holtmann1-8/+6
2015-03-28Bluetooth: Update adv. parameters when conn. setting changesArman Uguray1-1/+2
2015-03-28Bluetooth: Use ADV_SCAN_IND for adv. instancesArman Uguray1-1/+20
2015-03-28Bluetooth: Fix using global connectable settings for advArman Uguray1-4/+10
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg1-10/+10
2015-03-28Bluetooth: btusb: Consolidate Broadcom based device entriesMarcel Holtmann1-8/+4
2015-03-27at86rf230: fix is_tx while error handlingAlexander Aring1-0/+1
2015-03-27at86rf230: remove unnecessary spinlockAlexander Aring1-9/+0
2015-03-27mac802154: cleanup concurrent checkAlexander Aring1-14/+6
2015-03-26Bluetooth: Unify advertising data code pathsArman Uguray1-91/+64
2015-03-26Bluetooth: Update supported_flags for AD featuresArman Uguray1-3/+29
2015-03-26Bluetooth: Support the "tx-power" adv flagArman Uguray1-0/+19
2015-03-26Bluetooth: Support the "managed-flags" adv flagArman Uguray1-2/+9
2015-03-26Bluetooth: Support the "limited-discoverable" adv flagArman Uguray1-1/+8
2015-03-26Bluetooth: Support the "discoverable" adv flagArman Uguray1-8/+30
2015-03-26Bluetooth: Support the "connectable mode" adv flagArman Uguray1-31/+56
2015-03-26Bluetooth: Add macros for advertising instance flagsArman Uguray1-0/+8
2015-03-25Bluetooth: Fix minor typo in comment for static address settingMarcel Holtmann1-1/+1
2015-03-25Bluetooth: hci_uart: Add setup callbackLoic Poulain2-0/+12
2015-03-24Bluetooth: Filter list of supported commands/events for untrusted usersMarcel Holtmann1-7/+46
2015-03-24Bluetooth: Add support for adv instance timeoutArman Uguray2-20/+83
2015-03-24Bluetooth: Add support for instance scan responseArman Uguray1-14/+52
2015-03-24Bluetooth: Implement the Remove Advertising commandArman Uguray1-0/+103
2015-03-24Bluetooth: Implement the Add Advertising commandArman Uguray1-10/+273
2015-03-24Bluetooth: Add data structure for advertising instanceArman Uguray2-0/+17
2015-03-24Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flagsArman Uguray1-0/+2
2015-03-24Bluetooth: Add definitions for Add/Remove Advertising APIArman Uguray1-0/+34
2015-03-22Bluetooth: Read Broadcom chip info for Apple Bluetooth devicesMarcel Holtmann1-1/+37
2015-03-22Bluetooth: Fix memory leak in le_scan_disable_work_complete()Johan Hedberg1-8/+9
2015-03-21Bluetooth: Read Verbose Config Version Info for Broadcom devicesMarcel Holtmann1-0/+19
2015-03-20Bluetooth: Expose quirks through debugfsJakub Pawlowski1-0/+60
2015-03-20Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded valueMarcel Holtmann1-2/+2
2015-03-20Bluetooth: Gracefully response to enabling LE on LE only devicesMarcel Holtmann1-2/+14
2015-03-19mac802154: fix typo in header guardNicolas Iooss1-2/+2
2015-03-18cc2520: Add support for CC2591 amplifier.Brad Campbell3-8/+52
2015-03-18cc2520: Do not store platform_data in spi_deviceBrad Campbell1-49/+46