Age | Commit message (Expand) | Author | Files | Lines |
2012-05-09 | Bluetooth: Fixed checkpatch warnings | Cristian Chilipirea | 1 | -1/+2 |
2012-05-09 | Bluetooth: Enable Low Energy support by default | Marcel Holtmann | 1 | -9/+3 |
2012-05-09 | Bluetooth: Add dst_type parameter to hci_connect | Andre Guedes | 1 | -4/+4 |
2012-05-09 | Bluetooth: Move bdaddr_to_le to hci_core | Andre Guedes | 1 | -12/+0 |
2012-05-09 | Bluetooth: Rename mgmt_to_le to bdaddr_to_le | Andre Guedes | 1 | -3/+3 |
2012-05-09 | Bluetooth: Rename link_to_mgmt to link_to_bdaddr | Andre Guedes | 1 | -14/+14 |
2012-05-09 | Bluetooth: Move address type macros to bluetooth.h | Andre Guedes | 1 | -15/+15 |
2012-05-09 | Bluetooth: mgmt: Fix address type while loading Long Term Key | Hemant Gupta | 1 | -1/+14 |
2012-05-09 | Bluetooth: mgmt: Remove unwanted goto statements | Syam Sidhardhan | 1 | -12/+4 |
2012-05-09 | Bluetooth: Remove MGMT_ADDR_INVALID macro | Andre Guedes | 1 | -7/+7 |
2012-05-09 | Bluetooth: Send correct address type for LTK | Hemant Gupta | 1 | -1/+1 |
2012-05-09 | Bluetooth: Update management interface revision | Marcel Holtmann | 1 | -1/+1 |
2012-05-09 | Bluetooth: Check HCI_PERIODIC_INQ in start_discovery | Andre Guedes | 1 | -0/+6 |
2012-05-09 | Bluetooth: Refactor stop_discovery | Andre Guedes | 1 | -16/+24 |
2012-05-09 | Bluetooth: Silence sparse warning | Andrei Emeltchenko | 1 | -3/+1 |
2012-05-09 | Bluetooth: mgmt: Don't allow to set invalid value to DeviceID source | Szymon Janc | 1 | -1/+8 |
2012-05-09 | Bluetooth: mgmt: Fix some code style and indentation issues | Szymon Janc | 1 | -6/+6 |
2012-05-09 | Bluetooth: LE support for MGMT stop discovery | Andre Guedes | 1 | -1/+5 |
2012-05-09 | Bluetooth: trivial: Remove sparse warnings | Andrei Emeltchenko | 1 | -3/+3 |
2012-05-09 | Bluetooth: Fix broken usage of get_unaligned_le16 | Marcel Holtmann | 1 | -6/+6 |
2012-05-09 | Bluetooth: Fix broken usage of put_unaligned_le16 | Marcel Holtmann | 1 | -17/+16 |
2012-05-09 | Bluetooth: Add management command for setting Device ID | Marcel Holtmann | 1 | -0/+26 |
2012-05-09 | Bluetooth: Handle EIR tags for Device ID | Marcel Holtmann | 1 | -0/+13 |
2012-05-09 | Bluetooth: Add TX power tag to EIR data | Marcel Holtmann | 1 | -0/+9 |
2012-05-09 | Bluetooth: Fix extra conversion to __le32 | Andrei Emeltchenko | 1 | -1/+1 |
2012-04-16 | Bluetooth: hci_persistent_key should return bool | Vishal Agarwal | 1 | -1/+1 |
2012-03-28 | Bluetooth: mgmt: Add missing endian conversion | Andrei Emeltchenko | 1 | -3/+8 |
2012-03-28 | Bluetooth: mgmt: Fix corruption of device_connected pkt | Brian Gix | 1 | -1/+1 |
2012-03-08 | Bluetooth: fix conding style issues all over the tree | Gustavo F. Padovan | 1 | -247/+242 |
2012-03-03 | Bluetooth: mgmt: Fix updating local name when powering on | Johan Hedberg | 1 | -8/+14 |
2012-03-03 | Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets | Johan Hedberg | 1 | -10/+8 |
2012-03-02 | Bluetooth: mgmt: Add new error code for invalid index | Johan Hedberg | 1 | -3/+3 |
2012-03-02 | Bluetooth: mgmt: Fix command status error code values | Johan Hedberg | 1 | -2/+2 |
2012-03-02 | Bluetooth: Update MGMT and SMP timeout constants to use msecs_to_jiffies | Marcel Holtmann | 1 | -3/+2 |
2012-03-02 | Bluetooth: mgmt: Centralize message length checks | Johan Hedberg | 1 | -168/+52 |
2012-03-02 | Bluetooth: mgmt: Move command handlers into a table | Johan Hedberg | 1 | -140/+79 |
2012-03-02 | Bluetooth: mgmt: Initialize HCI_MGMT flag for any command | Johan Hedberg | 1 | -4/+6 |
2012-03-02 | Bluetooth: mgmt: Refactor hci_dev lookup for commands | Johan Hedberg | 1 | -490/+274 |
2012-03-01 | Bluetooth: Check capabilities in BR/EDR and LE-Only discovery | Andre Guedes | 1 | -2/+8 |
2012-03-01 | Bluetooth: mgmt: Add missing hci_dev locking to set_le() | Johan Hedberg | 1 | -7/+10 |
2012-03-01 | Bluetooth: Fix coding style with breaking lines | Gustavo F. Padovan | 1 | -2/+1 |
2012-02-29 | Bluetooth: Change interleaved discovery behavior | Andre Guedes | 1 | -24/+5 |
2012-02-28 | Bluetooth: Don't send unnecessary write_le_enable command | Johan Hedberg | 1 | -2/+3 |
2012-02-27 | Bluetooth: Use kernel int types instead of ones from stdint.h | Johan Hedberg | 1 | -2/+2 |
2012-02-24 | Bluetooth: mgmt: Fix clear_uuids response | Johan Hedberg | 1 | -4/+19 |
2012-02-24 | Bluetooth: mgmt: Fix dev_class related command response timing | Johan Hedberg | 1 | -5/+65 |
2012-02-24 | Bluetooth: mgmt: Track pending class changes | Johan Hedberg | 1 | -2/+27 |
2012-02-24 | Bluetooth: mgmt: Add flags parameter to device_connected | Johan Hedberg | 1 | -2/+4 |
2012-02-24 | Bluetooth: mgmt: Fix clear UUIDs response | Johan Hedberg | 1 | -1/+2 |
2012-02-24 | Bluetooth: mgmt: Move service cache setting to a more sensible place | Johan Hedberg | 1 | -4/+6 |