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