summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2014-07-031-10/+33
* Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski2014-06-201-1/+11
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-06-131-1/+1
* Bluetooth: Fix incorrectly overriding conn->src_typeJohan Hedberg2014-06-131-5/+0
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-05-291-0/+3
|\
| * Bluetooth: Make SMP context private to smp.cJohan Hedberg2014-05-201-0/+1
| * Bluetooth: Store max TX power level for connectionAndrzej Kaczmarek2014-05-151-0/+1
| * Bluetooth: Store TX power level for connectionAndrzej Kaczmarek2014-05-091-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-05-131-3/+6
|\ \ | |/ |/|
| * Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-04-251-3/+6
* | Bluetooth: Add directed advertising support through connect()Johan Hedberg2014-03-261-8/+69
* | Bluetooth: Move local identity address setting to a central placeJohan Hedberg2014-03-261-0/+4
|/
* Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann2014-03-191-0/+11
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-13/+13
* Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg2014-02-281-43/+8
* Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2014-02-281-1/+0
* Bluetooth: Add timeout for LE connection attemptsJohan Hedberg2014-02-281-0/+13
* Bluetooth: Fix updating connection state to BT_CONNECT too earlyJohan Hedberg2014-02-281-1/+2
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-281-3/+3
* Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-261-0/+5
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-261-6/+0
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-261-20/+4
* Bluetooth: Remove unused functionAndre Guedes2014-02-261-43/+0
* Bluetooth: Stop scanning on LE connectionAndre Guedes2014-02-261-2/+90
* Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2014-02-261-2/+2
* Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-241-1/+4
* Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg2014-02-231-1/+2
* Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg2014-02-231-1/+7
* Bluetooth: Use same LE min/max connection event length during updateMarcel Holtmann2014-02-191-2/+2
* Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann2014-02-191-0/+13
* Bluetooth: Look up RPA for connection requests with Identity AddressJohan Hedberg2014-02-181-5/+14
* Bluetooth: Use connection parameters if anyAndre Guedes2014-02-131-2/+10
* Bluetooth: Include security level 4 in connections checkMarcel Holtmann2014-02-131-4/+8
* Bluetooth: Introduce le_conn_failed() helperAndre Guedes2014-02-131-8/+16
* Bluetooth: Save connection interval parameters in hci_connAndre Guedes2014-02-131-2/+4
* Bluetooth: Introduce requirements for security level 4Marcel Holtmann2014-02-131-5/+13
* Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann2014-02-131-2/+4
* Bluetooth: Add definitions for new link key typesMarcel Holtmann2014-02-131-2/+2
* Bluetooth: Expose debugfs settings for LE connection intervalMarcel Holtmann2013-10-191-2/+3
* Bluetooth: Select the own address type during initial setup phaseMarcel Holtmann2013-10-191-6/+1
* Bluetooth: Convert idle timer to use delayed workJohan Hedberg2013-10-161-15/+7
* Bluetooth: Convert auto accept timer to use delayed workJohan Hedberg2013-10-161-8/+6
* Bluetooth: Store source address of HCI connectionsMarcel Holtmann2013-10-131-2/+5
* Bluetooth: Store the source address type of LE connectionsMarcel Holtmann2013-10-131-4/+7
* Bluetooth: Remove pointless bdaddr_to_le() helper functionMarcel Holtmann2013-10-131-1/+4
* Bluetooth: Make LE scan interval and window a controller optionMarcel Holtmann2013-10-111-2/+2
* Bluetooth: Move smp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+1
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+2
* Bluetooth: Refactor hci_connect_leAndre Guedes2013-10-101-18/+33
* Bluetooth: Use HCI request for LE connectionAndre Guedes2013-10-101-24/+67
OpenPOWER on IntegriCloud