| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 2014-03-12 | 1 | -13/+13 |
* | Bluetooth: Remove unnecessary stop_scan_complete function | Johan Hedberg | 2014-02-28 | 1 | -43/+8 |
* | Bluetooth: Fix trying to disable scanning twice | Johan Hedberg | 2014-02-28 | 1 | -1/+0 |
* | Bluetooth: Add timeout for LE connection attempts | Johan Hedberg | 2014-02-28 | 1 | -0/+13 |
* | Bluetooth: Fix updating connection state to BT_CONNECT too early | Johan Hedberg | 2014-02-28 | 1 | -1/+2 |
* | Bluetooth: Use __le64 type for LE random numbers | Marcel Holtmann | 2014-02-28 | 1 | -3/+3 |
* | Bluetooth: Introduce LE auto connection infrastructure | Andre Guedes | 2014-02-26 | 1 | -0/+5 |
* | Bluetooth: Move address type conversion to outside hci_connect_le | Andre Guedes | 2014-02-26 | 1 | -6/+0 |
* | Bluetooth: Refactor HCI connection code | Andre Guedes | 2014-02-26 | 1 | -20/+4 |
* | Bluetooth: Remove unused function | Andre Guedes | 2014-02-26 | 1 | -43/+0 |
* | Bluetooth: Stop scanning on LE connection | Andre Guedes | 2014-02-26 | 1 | -2/+90 |
* | Bluetooth: Declare le_conn_failed in hci_core.h | Andre Guedes | 2014-02-26 | 1 | -2/+2 |
* | Bluetooth: Use unresolvable private address for active scanning | Marcel Holtmann | 2014-02-24 | 1 | -1/+4 |
* | Bluetooth: Fix setting correct src_type when connecting LE | Johan Hedberg | 2014-02-23 | 1 | -1/+2 |
* | Bluetooth: Use hci_update_random_address() when connecting LE | Johan Hedberg | 2014-02-23 | 1 | -1/+7 |
* | Bluetooth: Use same LE min/max connection event length during update | Marcel Holtmann | 2014-02-19 | 1 | -2/+2 |
* | Bluetooth: Fix wrong identity address during connection failures | Marcel Holtmann | 2014-02-19 | 1 | -0/+13 |
* | Bluetooth: Look up RPA for connection requests with Identity Address | Johan Hedberg | 2014-02-18 | 1 | -5/+14 |
* | Bluetooth: Use connection parameters if any | Andre Guedes | 2014-02-13 | 1 | -2/+10 |
* | Bluetooth: Include security level 4 in connections check | Marcel Holtmann | 2014-02-13 | 1 | -4/+8 |
* | Bluetooth: Introduce le_conn_failed() helper | Andre Guedes | 2014-02-13 | 1 | -8/+16 |
* | Bluetooth: Save connection interval parameters in hci_conn | Andre Guedes | 2014-02-13 | 1 | -2/+4 |
* | Bluetooth: Introduce requirements for security level 4 | Marcel Holtmann | 2014-02-13 | 1 | -5/+13 |
* | Bluetooth: Add support for handling P-256 derived link keys | Marcel Holtmann | 2014-02-13 | 1 | -2/+4 |
* | Bluetooth: Add definitions for new link key types | Marcel Holtmann | 2014-02-13 | 1 | -2/+2 |
* | Bluetooth: Expose debugfs settings for LE connection interval | Marcel Holtmann | 2013-10-19 | 1 | -2/+3 |
* | Bluetooth: Select the own address type during initial setup phase | Marcel Holtmann | 2013-10-19 | 1 | -6/+1 |
* | Bluetooth: Convert idle timer to use delayed work | Johan Hedberg | 2013-10-16 | 1 | -15/+7 |
* | Bluetooth: Convert auto accept timer to use delayed work | Johan Hedberg | 2013-10-16 | 1 | -8/+6 |
* | Bluetooth: Store source address of HCI connections | Marcel Holtmann | 2013-10-13 | 1 | -2/+5 |
* | Bluetooth: Store the source address type of LE connections | Marcel Holtmann | 2013-10-13 | 1 | -4/+7 |
* | Bluetooth: Remove pointless bdaddr_to_le() helper function | Marcel Holtmann | 2013-10-13 | 1 | -1/+4 |
* | Bluetooth: Make LE scan interval and window a controller option | Marcel Holtmann | 2013-10-11 | 1 | -2/+2 |
* | Bluetooth: Move smp.h header file into net/bluetooth/ | Marcel Holtmann | 2013-10-11 | 1 | -1/+1 |
* | Bluetooth: Move a2mp.h header file into net/bluetooth/ | Marcel Holtmann | 2013-10-11 | 1 | -1/+2 |
* | Bluetooth: Refactor hci_connect_le | Andre Guedes | 2013-10-10 | 1 | -18/+33 |
* | Bluetooth: Use HCI request for LE connection | Andre Guedes | 2013-10-10 | 1 | -24/+67 |
* | Bluetooth: Use random address if public address is not available | Marcel Holtmann | 2013-10-06 | 1 | -0/+4 |
* | Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING | Johan Hedberg | 2013-10-05 | 1 | -1/+1 |
* | Bluetooth: Initialize hci_conn fields in hci_connect_le | Andre Guedes | 2013-10-03 | 1 | -5/+5 |
* | Bluetooth: Rename hci_conn variable in hci_connect_le() | Andre Guedes | 2013-10-03 | 1 | -13/+13 |
* | Bluetooth: Introduce a new HCI_BREDR_ENABLED flag | Johan Hedberg | 2013-10-02 | 1 | -0/+3 |
* | Bluetooth: Disable upper layer connections when user channel is active | Marcel Holtmann | 2013-09-16 | 1 | -0/+1 |
* | Bluetooth: Add SCO connection fallback | Frédéric Dalleau | 2013-08-21 | 1 | -8/+36 |
* | Bluetooth: Parameters for outgoing SCO connections | Frédéric Dalleau | 2013-08-21 | 1 | -5/+19 |
* | Bluetooth: Use hci_connect_sco directly | Frédéric Dalleau | 2013-08-21 | 1 | -6/+2 |
* | Bluetooth: introduce hci_conn ref-counting | David Herrmann | 2013-04-17 | 1 | -2/+1 |
* | Bluetooth: remove unneeded hci_conn_hold/put_device() | David Herrmann | 2013-04-17 | 1 | -16/+1 |
* | Bluetooth: Reject SCO when hci connection timeouts | Claudio Takahasi | 2013-04-11 | 1 | -0/+12 |
* | Bluetooth: rename hci_conn_put to hci_conn_drop | David Herrmann | 2013-04-11 | 1 | -3/+3 |