Age | Commit message (Expand) | Author | Files | Lines |
2014-06-13 | Bluetooth: Fix locking of hdev when calling into SMP code | Johan Hedberg | 1 | -1/+6 |
2014-06-13 | Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI state | Johan Hedberg | 1 | -3/+1 |
2014-06-13 | Bluetooth: Refactor discovery stopping into its own function | Johan Hedberg | 1 | -44/+49 |
2014-05-30 | Bluetooth: Fix properly ignoring LTKs of unknown types | Johan Hedberg | 1 | -2/+8 |
2014-05-23 | Bluetooth: Clearly distinguish mgmt LTK type from authenticated property | Johan Hedberg | 1 | -3/+16 |
2014-05-20 | Bluetooth: Make SMP context private to smp.c | Johan Hedberg | 1 | -0/+1 |
2014-05-16 | Bluetooth: Add missing msecs to jiffies conversion | Andrzej Kaczmarek | 1 | -1/+2 |
2014-05-15 | Bluetooth: Add support for max_tx_power in Get Conn Info | Andrzej Kaczmarek | 1 | -6/+17 |
2014-05-15 | Bluetooth: Avoid polling TX power for LE links | Andrzej Kaczmarek | 1 | -4/+10 |
2014-05-15 | Bluetooth: Add support to get connection information | Andrzej Kaczmarek | 1 | -0/+196 |
2014-05-09 | Bluetooth: Increment management interface revision | Marcel Holtmann | 1 | -1/+1 |
2014-04-11 | Bluetooth: Refactor code for outgoing dedicated bonding | Mikel Astiz | 1 | -4/+1 |
2014-03-28 | Bluetooth: Keep msec in DISCOV_LE_TIMEOUT | Lukasz Rymanowski | 1 | -1/+1 |
2014-03-28 | Bluetooth: Add new debugfs parameter | Lukasz Rymanowski | 1 | -1/+1 |
2014-03-28 | Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUT | Lukasz Rymanowski | 1 | -4/+9 |
2014-03-26 | Bluetooth: Fix line splitting of mgmt_device_found parameters | Johan Hedberg | 1 | -2/+2 |
2014-03-26 | Bluetooth: Add scan_rsp parameter to mgmt_device_found() | Johan Hedberg | 1 | -5/+11 |
2014-03-20 | Bluetooth: Fix address value for early disconnection events | Johan Hedberg | 1 | -14/+2 |
2014-03-19 | Bluetooth: Fix passkey endianess in user_confirm and notify_passkey | Johan Hedberg | 1 | -2/+2 |
2014-03-19 | Bluetooth: Fix Pair Device response parameters for pairing failure | Johan Hedberg | 1 | -2/+14 |
2014-03-12 | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -13/+13 |
2014-03-10 | Bluetooth: Make LTK and CSRK only persisent when bonding | Marcel Holtmann | 1 | -4/+5 |
2014-03-09 | Bluetooth: Add support for handling signature resolving keys | Marcel Holtmann | 1 | -0/+30 |
2014-03-07 | Bluetooth: Fix expected key count debug logs | Johan Hedberg | 1 | -3/+3 |
2014-02-28 | Bluetooth: Add protections for updating local random address | Johan Hedberg | 1 | -0/+7 |
2014-02-28 | Bluetooth: Use __le64 type for LE random numbers | Marcel Holtmann | 1 | -1/+1 |
2014-02-27 | Bluetooth: Add timer to force power off | Johan Hedberg | 1 | -3/+13 |
2014-02-27 | Bluetooth: Fix disconnecting connections in non-connected states | Johan Hedberg | 1 | -4/+40 |
2014-02-27 | Bluetooth: Fix response on confirm_name | Lukasz Rymanowski | 1 | -4/+6 |
2014-02-26 | Bluetooth: Update background scan parameters | Andre Guedes | 1 | -0/+15 |
2014-02-26 | Bluetooth: Connection parameters and resolvable address | Andre Guedes | 1 | -0/+2 |
2014-02-26 | Bluetooth: Auto connection and power on | Andre Guedes | 1 | -0/+13 |
2014-02-26 | Bluetooth: Temporarily stop background scanning on discovery | Andre Guedes | 1 | -6/+6 |
2014-02-26 | Bluetooth: Move address type conversion to outside hci_connect_le | Andre Guedes | 1 | -3/+13 |
2014-02-26 | Bluetooth: Refactor HCI connection code | Andre Guedes | 1 | -4/+4 |
2014-02-26 | Bluetooth: Create hci_req_add_le_scan_disable helper | Andre Guedes | 1 | -10/+2 |
2014-02-25 | Bluetooth: Fix advertising address type when toggling connectable | Johan Hedberg | 1 | -10/+11 |
2014-02-24 | Bluetooth: Clean up HCI state when doing power off | Johan Hedberg | 1 | -4/+66 |
2014-02-24 | Bluetooth: Don't clear HCI_ADVERTISING when powering off | Johan Hedberg | 1 | -0/+4 |
2014-02-24 | Bluetooth: Don't clear HCI_CONNECTABLE when powering off | Johan Hedberg | 1 | -0/+4 |
2014-02-24 | Bluetooth: Don't clear HCI_DISCOVERABLE when powering off | Johan Hedberg | 1 | -0/+4 |
2014-02-24 | Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.c | Johan Hedberg | 1 | -1/+5 |
2014-02-24 | Bluetooth: Move HCI_ADVERTISING handling into mgmt.c | Johan Hedberg | 1 | -0/+8 |
2014-02-24 | Bluetooth: Enable RPA resolving if mgmt_set_privacy is called | Johan Hedberg | 1 | -0/+5 |
2014-02-24 | Bluetooth: Use privacy mode for non-connectable advertising | Marcel Holtmann | 1 | -2/+4 |
2014-02-24 | Bluetooth: Use unresolvable private address for active scanning | Marcel Holtmann | 1 | -2/+6 |
2014-02-23 | Bluetooth: Add support for Set Privacy command | Johan Hedberg | 1 | -1/+47 |
2014-02-23 | Bluetooth: Don't write static address during power on | Johan Hedberg | 1 | -5/+0 |
2014-02-23 | Bluetooth: Use hci_update_random_address() for initiating LE scan | Johan Hedberg | 1 | -2/+11 |
2014-02-23 | Bluetooth: Use hci_update_random_address() for enabling advertising | Johan Hedberg | 1 | -2/+6 |