summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
2014-06-13Bluetooth: Fix check for connection encryptionJohan Hedberg
2014-06-13Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg
2014-05-29Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-05-20Bluetooth: Make SMP context private to smp.cJohan Hedberg
2014-05-16Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek
2014-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-05-09Bluetooth: Store TX power level for connectionAndrzej Kaczmarek
2014-04-25Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg
2014-03-26Bluetooth: Add directed advertising support through connect()Johan Hedberg
2014-03-26Bluetooth: Move local identity address setting to a central placeJohan Hedberg
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg
2014-02-28Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann
2014-02-27Bluetooth: Introduce LE auto connection infrastructureAndre Guedes
2014-02-27Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes
2014-02-27Bluetooth: Refactor HCI connection codeAndre Guedes
2014-02-27Bluetooth: Remove unused functionAndre Guedes
2014-02-27Bluetooth: Stop scanning on LE connectionAndre Guedes
2014-02-27Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann
2014-02-23Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg
2014-02-23Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg
2014-02-19Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann
2014-02-19Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann
2014-02-18Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg
2014-02-13Bluetooth: Use connection parameters if anyAndre Guedes
2014-02-13Bluetooth: Include security level 4 in connections checkMarcel Holtmann
2014-02-13Bluetooth: Introduce le_conn_failed() helperAndre Guedes
2014-02-13Bluetooth: Save connection interval parameters in hci_connAndre Guedes
2014-02-13Bluetooth: Introduce requirements for security level 4Marcel Holtmann
2014-02-13Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann
2014-02-13Bluetooth: Add definitions for new link key typesMarcel Holtmann
2013-10-19Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann
2013-10-19Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann
2013-10-16Bluetooth: Convert idle timer to use delayed workJohan Hedberg
2013-10-16Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg
2013-10-13Bluetooth: Store source address of HCI connectionsMarcel Holtmann
2013-10-13Bluetooth: Store the source address type of LE connectionsMarcel Holtmann
2013-10-13Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann
2013-10-11Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann
2013-10-10Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann
2013-10-10Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann
2013-10-10Bluetooth: Refactor hci_connect_leAndre Guedes
2013-10-10Bluetooth: Use HCI request for LE connectionAndre Guedes
2013-10-06Bluetooth: Use random address if public address is not availableMarcel Holtmann
2013-10-05Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISINGJohan Hedberg