| Commit message (Expand) | Author | Age | Files | Lines |
* | Bluetooth: Define HCI reasons instead of magic number | Andrei Emeltchenko | 2011-11-08 | 1 | -1/+1 |
* | Bluetooth: prioritizing data over HCI | Luiz Augusto von Dentz | 2011-11-07 | 1 | -0/+53 |
* | Bluetooth: replace list_for_each with list_for_each_entry whenever possible | Luiz Augusto von Dentz | 2011-11-07 | 1 | -10/+4 |
* | Bluetooth: use recommended LE connection parameters | Anderson Lizardo | 2011-09-27 | 1 | -7/+7 |
* | Bluetooth: Fix wrong memcpy size on LE start encryption | Anderson Briglia | 2011-09-21 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-07-14 | 1 | -0/+3 |
|\ |
|
| * | Bluetooth: Fix memory leak under page timeouts | Tomas Targownik | 2011-06-30 | 1 | -0/+3 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 | Gustavo F. Padovan | 2011-06-21 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Bluetooth: Fix L2CAP connection establishment | Ilia Kolomisnky | 2011-06-15 | 1 | -1/+1 |
| * | Bluetooth: Fix L2CAP security check | Luiz Augusto von Dentz | 2011-06-13 | 1 | -2/+2 |
* | | Bluetooth: Fix initial security level of LE links | Vinicius Costa Gomes | 2011-06-13 | 1 | -0/+1 |
* | | Bluetooth: Add support for LE Start Encryption | Vinicius Costa Gomes | 2011-06-13 | 1 | -0/+49 |
* | | Bluetooth: Simplify hci_conn_accept_secure check | Waldemar Rymarkiewicz | 2011-06-08 | 1 | -3/+1 |
* | | Bluetooth: Add BT_POWER L2CAP socket option. | Jaikumar Ganesh | 2011-06-08 | 1 | -3/+6 |
* | | Bluetooth: Set 'peer_addr_type' in hci_le_connect() | Andre Guedes | 2011-06-08 | 1 | -0/+1 |
* | | Bluetooth: Check advertising cache in hci_connect() | Andre Guedes | 2011-06-08 | 1 | -0/+9 |
* | | Bluetooth: Remove useless check in hci_connect() | Andre Guedes | 2011-06-08 | 1 | -2/+2 |
* | | Bluetooth: Fix auth_complete_evt for legacy units | Waldemar Rymarkiewicz | 2011-06-08 | 1 | -0/+2 |
|/ |
|
* | Bluetooth: Double check sec req for pre 2.1 device | Waldemar Rymarkiewicz | 2011-05-11 | 1 | -0/+17 |
* | Bluetooth: Add variable SSP auto-accept delay support | Johan Hedberg | 2011-04-28 | 1 | -0/+17 |
* | Bluetooth: Map sec_level to link key requirements | Waldemar Rymarkiewicz | 2011-04-28 | 1 | -10/+51 |
* | Bluetooth: Use ERR_PTR as return error from hci_connect | Ville Tervo | 2011-02-27 | 1 | -2/+2 |
* | Bluetooth: Fix LE conn creation | Anderson Briglia | 2011-02-21 | 1 | -2/+3 |
* | Bluetooth: Fix inititial value for remote authentication requirements | Johan Hedberg | 2011-02-21 | 1 | -0/+1 |
* | Bluetooth: Send LE Connection Update Command | Claudio Takahasi | 2011-02-16 | 1 | -0/+20 |
* | Bluetooth: Fix initiated LE connections | Vinicius Costa Gomes | 2011-02-16 | 1 | -0/+1 |
* | Bluetooth: Use LE buffers for LE traffic | Ville Tervo | 2011-02-16 | 1 | -0/+5 |
* | Bluetooth: Add LE connect support | Ville Tervo | 2011-02-16 | 1 | -3/+48 |
* | Bluetooth: Add set_io_capability management command | Johan Hedberg | 2011-02-08 | 1 | -0/+1 |
* | Bluetooth: Fix race condition with conn->sec_level | Johan Hedberg | 2011-01-19 | 1 | -2/+6 |
* | Bluetooth: Fix MITM protection requirement preservation | Johan Hedberg | 2011-01-19 | 1 | -0/+3 |
* | Revert "Bluetooth: Update sec_level/auth_type for already existing connections" | Johan Hedberg | 2011-01-19 | 1 | -5/+0 |
* | Bluetooth: clean up hci code | Andrei Emeltchenko | 2010-12-01 | 1 | -8/+15 |
* | Bluetooth: Defer SCO setup if mode change is pending | Marcel Holtmann | 2010-07-27 | 1 | -4/+28 |
* | Bluetooth: Reassigned copyright to Code Aurora Forum | Ron Shaffer | 2010-07-21 | 1 | -1/+1 |
* | Bluetooth: Update sec_level/auth_type for already existing connections | Ville Tervo | 2010-07-08 | 1 | -0/+5 |
* | Bluetooth: Enter active mode before establishing a SCO link. | Nick Pelly | 2010-02-03 | 1 | -0/+3 |
* | Bluetooth: Set general bonding security for ACL by default | Andrei Emeltchenko | 2009-11-16 | 1 | -0/+1 |
* | Bluetooth: Add extra device reference counting for connections | Marcel Holtmann | 2009-08-22 | 1 | -1/+16 |
* | Bluetooth: Don't use hci_acl_connect_cancel() for incoming connections | Marcel Holtmann | 2009-05-09 | 1 | -3/+1 |
* | Bluetooth: Fix wrong module refcount when connection setup fails | Marcel Holtmann | 2009-05-09 | 1 | -0/+2 |
* | Bluetooth: Fix issue with sysfs handling for connections | Marcel Holtmann | 2009-05-04 | 1 | -0/+2 |
* | Bluetooth: Fix connection establishment with low security requirement | Marcel Holtmann | 2009-04-28 | 1 | -6/+3 |
* | Bluetooth: Add different pairing timeout for Legacy Pairing | Marcel Holtmann | 2009-04-28 | 1 | -0/+1 |
* | Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too early | Dave Young | 2009-02-27 | 1 | -2/+2 |
* | Bluetooth: Set authentication requirement before requesting it | Marcel Holtmann | 2009-02-27 | 1 | -6/+4 |
* | Bluetooth: Ask upper layers for HCI disconnect reason | Marcel Holtmann | 2009-02-27 | 1 | -2/+4 |
* | Bluetooth: Set authentication requirements if not available | Marcel Holtmann | 2009-02-27 | 1 | -0/+3 |
* | Bluetooth: Use general bonding whenever possible | Marcel Holtmann | 2009-02-27 | 1 | -14/+9 |
* | Bluetooth: Add SCO fallback for eSCO connection attempts | Marcel Holtmann | 2009-02-27 | 1 | -2/+7 |