summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg2014-09-081-2/+2
* Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg2014-09-081-4/+1Star
* Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg2014-09-081-0/+6
* Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg2014-09-081-0/+3
* Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg2014-09-081-1/+3
* Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-081-0/+1
* Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-0/+8
* Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-211-2/+2
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-181-1/+1
* Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+3
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+2
* Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-8/+9
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+4
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-7/+6Star
* Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg2014-07-081-0/+10
* Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg2014-07-081-3/+12
* Bluetooth: Use real advertising state to random address update decisionJohan Hedberg2014-07-081-2/+2
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-2/+4
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-4/+1Star
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-1/+3
* Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg2014-07-031-2/+7
* Bluetooth: Provide defaults for LE connection latency and timeoutMarcel Holtmann2014-07-031-2/+2
* Bluetooth: Use LE connection parameters if knownMarcel Holtmann2014-07-031-1/+6
* Bluetooth: Store latency and supervision timeout in connection paramsMarcel Holtmann2014-07-031-2/+14
* Bluetooth: Restrict access for raw-only controllersMarcel Holtmann2014-07-031-7/+0Star
* Bluetooth: Send HCI_Read_Clock_Offset before disconnectingMarcel Holtmann2014-07-031-0/+19
* Bluetooth: Remove unneeded hci_conn_disconnect abstractionMarcel Holtmann2014-07-031-16/+6Star
* Bluetooth: Remove reason parameter from hci_amp_disconn functionMarcel Holtmann2014-07-031-4/+5
* 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/+0Star
* 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-161-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/+8Star
* Bluetooth: Fix trying to disable scanning twiceJohan Hedberg2014-02-281-1/+0Star
* 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-271-0/+5
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-271-6/+0Star
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-271-20/+4Star