| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Fix SMP user passkey notification mgmt event | Johan Hedberg | 2014-03-19 | 1 | -2/+3 |
* | Bluetooth: Increase SMP re-encryption delay to 500ms | Johan Hedberg | 2014-03-19 | 1 | -1/+1 |
* | Bluetooth: Simplify logic when checking SMP_FLAG_TK_VALID | Johan Hedberg | 2014-03-19 | 1 | -4/+2 |
* | Bluetooth: Fix MITM flag when initiating SMP pairing | Johan Hedberg | 2014-03-18 | 1 | -0/+6 |
* | Bluetooth: Fix smp_e byte order to be consistent with SMP specification | Johan Hedberg | 2014-03-18 | 1 | -55/+46 |
* | Bluetooth: Fix const declaration for swap function src parameter | Johan Hedberg | 2014-03-18 | 1 | -2/+2 |
* | Bluetooth: Fix updating SMP remote key distribution information | Johan Hedberg | 2014-03-14 | 1 | -0/+5 |
* | Bluetooth: make sure 6LOWPAN_IPHC is built-in if needed | Arnd Bergmann | 2014-03-13 | 1 | -1/+1 |
* | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2014-03-12 | 11 | -96/+96 |
* | Bluetooth: Enable duplicates filter in background scan | Andre Guedes | 2014-03-11 | 1 | -5/+7 |
* | Bluetooth: Fix aborting eSCO connection in case of error 0x20 | Andrew Earl | 2014-03-11 | 1 | -0/+1 |
* | Bluetooth: make bluetooth 6lowpan as an option | Alexander Aring | 2014-03-11 | 3 | -2/+30 |
* | Bluetooth: Make LTK and CSRK only persisent when bonding | Marcel Holtmann | 2014-03-10 | 3 | -10/+20 |
* | Bluetooth: Add support for handling signature resolving keys | Marcel Holtmann | 2014-03-09 | 5 | -5/+114 |
* | Bluetooth: Fix skb allocation check for A2MP | Gustavo Padovan | 2014-03-07 | 1 | -1/+7 |
* | Bluetooth: Fix endianess issue in the ath3k driver | Peng Chen | 2014-03-07 | 1 | -2/+2 |
* | Bluetooth: Fix expected key count debug logs | Johan Hedberg | 2014-03-07 | 1 | -3/+3 |
* | Bluetooth: Add a new PID/VID 0cf3/e005 for AR3012. | Peng Chen | 2014-03-05 | 2 | -0/+3 |
* | Bluetooth: Remove assignments in if-statements | Valentin Ilie | 2014-03-05 | 9 | -35/+59 |
* | Bluetooth: Fix removing Long Term Key | Claudio Takahasi | 2014-03-05 | 1 | -1/+7 |
* | Bluetooth: Stop BCSP/H5 timer before cleaning up | Michael Knudsen | 2014-03-04 | 2 | -3/+5 |
* | Bluetooth: Remove unnecessary stop_scan_complete function | Johan Hedberg | 2014-02-28 | 3 | -43/+16 |
* | Bluetooth: Fix trying to disable scanning twice | Johan Hedberg | 2014-02-28 | 2 | -1/+5 |
* | Bluetooth: Delay LTK encryption to let remote receive all keys | Johan Hedberg | 2014-02-28 | 2 | -3/+22 |
* | Bluetooth: Re-encrypt link after receiving an LTK | Johan Hedberg | 2014-02-28 | 2 | -6/+29 |
* | Bluetooth: Add timeout for LE connection attempts | Johan Hedberg | 2014-02-28 | 4 | -0/+27 |
* | Bluetooth: Add defines for LE initiator filter policy | Johan Hedberg | 2014-02-28 | 1 | -0/+3 |
* | Bluetooth: Use hdev->init/resp_addr values for smp_c1 function | Johan Hedberg | 2014-02-28 | 1 | -16/+6 |
* | Bluetooth: Track LE initiator and responder address information | Johan Hedberg | 2014-02-28 | 2 | -0/+82 |
* | Bluetooth: Fix updating connection state to BT_CONNECT too early | Johan Hedberg | 2014-02-28 | 1 | -1/+2 |
* | Bluetooth: Add protections for updating local random address | Johan Hedberg | 2014-02-28 | 2 | -2/+32 |
* | Bluetooth: Fix clearing SMP keys if pairing fails | Johan Hedberg | 2014-02-28 | 1 | -0/+18 |
* | Bluetooth: Use __le64 type for LE random numbers | Marcel Holtmann | 2014-02-28 | 9 | -32/+29 |
* | Bluetooth: Add timer to force power off | Johan Hedberg | 2014-02-27 | 2 | -3/+14 |
* | Bluetooth: Fix disconnecting connections in non-connected states | Johan Hedberg | 2014-02-27 | 1 | -4/+40 |
* | Bluetooth: Track LE white list modification via HCI commands | Marcel Holtmann | 2014-02-28 | 1 | -0/+55 |
* | Bluetooth: Add support for storing LE white list entries | Marcel Holtmann | 2014-02-28 | 2 | -0/+97 |
* | Bluetooth: Clear all LE white list entries when powering controller | Marcel Holtmann | 2014-02-28 | 1 | -2/+5 |
* | Bluetooth: Add definitions for LE white list HCI commands | Marcel Holtmann | 2014-02-28 | 1 | -0/+14 |
* | Bluetooth: Make hci_blacklist_clear function static | Marcel Holtmann | 2014-02-28 | 2 | -2/+1 |
* | Bluetooth: Add hci_copy_identity_address convenience function | Johan Hedberg | 2014-02-27 | 3 | -26/+28 |
* | Bluetooth: Add tracking of advertising address type | Johan Hedberg | 2014-02-27 | 2 | -0/+24 |
* | Bluetooth: Fix response on confirm_name | Lukasz Rymanowski | 2014-02-27 | 1 | -4/+6 |
* | Bluetooth: Update background scan parameters | Andre Guedes | 2014-02-26 | 1 | -0/+15 |
* | Bluetooth: Create hci_req_add_le_passive_scan helper | Andre Guedes | 2014-02-26 | 2 | -25/+32 |
* | Bluetooth: Add le_auto_conn file on debugfs | Andre Guedes | 2014-02-26 | 1 | -0/+111 |
* | Bluetooth: Support resolvable private addresses | Andre Guedes | 2014-02-26 | 1 | -0/+10 |
* | Bluetooth: Connection parameters and resolvable address | Andre Guedes | 2014-02-26 | 3 | -7/+26 |
* | Bluetooth: Auto connection and power on | Andre Guedes | 2014-02-26 | 2 | -0/+14 |
* | Bluetooth: Temporarily stop background scanning on discovery | Andre Guedes | 2014-02-26 | 2 | -6/+8 |