| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Add support for sending connection events for LE links | Vinicius Costa Gomes | 2011-05-11 | 1 | -1/+4 |
* | Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evt | Johan Hedberg | 2011-04-28 | 1 | -1/+2 |
* | Bluetooth: Fix link key persistent storage criteria | Johan Hedberg | 2011-04-28 | 1 | -1/+1 |
* | Bluetooth: Fix logic in hci_pin_code_request_evt | Johan Hedberg | 2011-04-28 | 1 | -2/+1 |
* | Bluetooth: Fix reason code for pairing rejection | Johan Hedberg | 2011-04-28 | 1 | -1/+1 |
* | Bluetooth: Add confirm_hint parameter to user confirmation requests | Johan Hedberg | 2011-04-28 | 1 | -2/+14 |
* | Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requests | Johan Hedberg | 2011-04-28 | 1 | -2/+16 |
* | Bluetooth: Add variable SSP auto-accept delay support | Johan Hedberg | 2011-04-28 | 1 | -1/+9 |
* | Bluetooth: Add automated SSP user confirmation responses | Johan Hedberg | 2011-04-28 | 1 | -2/+35 |
* | Bluetooth: Add secure flag for mgmt_pin_code_req | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -2/+10 |
* | Bluetooth: Respect local MITM req in io_cap reply | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -1/+1 |
* | Bluetooth: Ignore key unauthenticated for high security | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -4/+16 |
* | Bluetooth: Map sec_level to link key requirements | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -0/+4 |
* | Bluetooth: Don't modify sec_level if auth failed | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -1/+0 |
* | Bluetooth: Add definitions for link key types | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -3/+4 |
* | Bluetooth: Add discovering event to the Management interface | Johan Hedberg | 2011-04-28 | 1 | -6/+34 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 | Gustavo F. Padovan | 2011-04-20 | 1 | -2/+0 |
|\ |
|
| * | Bluetooth: Fix refcount balance for hci connection | Ville Tervo | 2011-04-18 | 1 | -2/+0 |
| * | Bluetooth: Fix HCI_RESET command synchronization | Gustavo F. Padovan | 2011-03-24 | 1 | -1/+3 |
* | | Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled | Szymon Janc | 2011-04-13 | 1 | -0/+4 |
* | | Bluetooth: Add mgmt_remote_name event | Johan Hedberg | 2011-04-04 | 1 | -0/+3 |
* | | Bluetooth: Add mgmt_device_found event | Johan Hedberg | 2011-04-04 | 1 | -8/+14 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | Gustavo F. Padovan | 2011-03-31 | 1 | -1/+3 |
|\ \ |
|
| * | | Bluetooth: Fix HCI_RESET command synchronization | Gustavo F. Padovan | 2011-03-31 | 1 | -1/+3 |
| |/ |
|
* | | Bluetooth: Enable support for out of band association model | Szymon Janc | 2011-03-31 | 1 | -1/+6 |
* | | Bluetooth: Add add/remove_remote_oob_data management commands | Szymon Janc | 2011-03-31 | 1 | -0/+35 |
* | | Bluetooth: Add read_local_oob_data management command | Szymon Janc | 2011-03-31 | 1 | -0/+15 |
* | | Bluetooth: mgmt: Add support for setting the local name | Johan Hedberg | 2011-03-31 | 1 | -3/+6 |
* | | Bluetooth: Add define for the maximum name length on HCI level | Johan Hedberg | 2011-03-31 | 1 | -2/+2 |
|/ |
|
* | Bluetooth: Add mgmt_auth_failed event | Johan Hedberg | 2011-02-21 | 1 | -3/+16 |
* | Bluetooth: Add management support for user confirmation request | Johan Hedberg | 2011-02-21 | 1 | -0/+50 |
* | Bluetooth: Fix some code style issues in hci_event.c | Szymon Janc | 2011-02-17 | 1 | -8/+10 |
* | Bluetooth: Clean up hci_sniff_subrate_evt function | Szymon Janc | 2011-02-17 | 1 | -9/+0 |
* | Bluetooth: Use proper timer for hci command timout | Ville Tervo | 2011-02-16 | 1 | -0/+6 |
* | Bluetooth: Add server socket support for LE connection | Ville Tervo | 2011-02-16 | 1 | -2/+8 |
* | Bluetooth: Use LE buffers for LE traffic | Ville Tervo | 2011-02-16 | 1 | -0/+33 |
* | Bluetooth: Add LE connect support | Ville Tervo | 2011-02-16 | 1 | -0/+93 |
* | Bluetooth: Do not use assignments in IF conditions | Andrei Emeltchenko | 2011-02-08 | 1 | -8/+14 |
* | Bluetooth: Add set_io_capability management command | Johan Hedberg | 2011-02-08 | 1 | -2/+28 |
* | Bluetooth: Add support for PIN code handling in the management interface | Johan Hedberg | 2011-02-08 | 1 | -0/+46 |
* | Bluetooth: Add support for connect failed management event | Johan Hedberg | 2011-02-08 | 1 | -1/+4 |
* | Bluetooth: Add disconnect managment command | Johan Hedberg | 2011-02-08 | 1 | -1/+8 |
* | Bluetooth: Add connected/disconnected management events | Johan Hedberg | 2011-02-08 | 1 | -5/+11 |
* | Bluetooth: Implement link key handling for the management interface | Johan Hedberg | 2011-02-08 | 1 | -0/+51 |
* | Bluetooth: Implement a more complete adapter initialization sequence | Johan Hedberg | 2011-02-08 | 1 | -1/+193 |
* | Bluetooth: Add controller side link key clearing to hci_init_req | Johan Hedberg | 2011-02-08 | 1 | -0/+14 |
* | Bluetooth: Reject pairing requests when in non-pairable mode | Johan Hedberg | 2011-02-08 | 1 | -2/+53 |
* | Bluetooth: Add set_connectable management command | Johan Hedberg | 2011-02-08 | 1 | -5/+11 |
* | Bluetooth: Add support for set_discoverable management command | Johan Hedberg | 2011-02-08 | 1 | -1/+4 |
* | Bluetooth: Add support for set_powered management command | Johan Hedberg | 2011-02-08 | 1 | -1/+1 |