summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
2014-09-23Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler
2014-09-08Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg
2014-09-08Bluetooth: Update hci_disconnect() to return an error valueJohan Hedberg
2014-09-08Bluetooth: Remove hci_conn_hold/drop from hci_chanJohan Hedberg
2014-09-08Bluetooth: Ignore incoming data after initiating disconnectionJohan Hedberg
2014-09-08Bluetooth: Set disc_timeout to 0 when calling hci_chan_delJohan Hedberg
2014-09-08Bluetooth: Fix hci_conn reference counting with hci_chanJohan Hedberg
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg
2014-07-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg
2014-07-08Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg
2014-07-08Bluetooth: Stop advertising always before initiating a connectionJohan Hedberg
2014-07-08Bluetooth: Use real advertising state to random address update decisionJohan Hedberg
2014-07-07Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg
2014-07-07Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg
2014-07-03Bluetooth: Make hci_le_conn_update return the store hintJohan Hedberg
2014-07-03Bluetooth: Provide defaults for LE connection latency and timeoutMarcel Holtmann
2014-07-03Bluetooth: Use LE connection parameters if knownMarcel Holtmann
2014-07-03Bluetooth: Store latency and supervision timeout in connection paramsMarcel Holtmann
2014-07-03Bluetooth: Restrict access for raw-only controllersMarcel Holtmann
2014-07-03Bluetooth: Send HCI_Read_Clock_Offset before disconnectingMarcel Holtmann
2014-07-03Bluetooth: Remove unneeded hci_conn_disconnect abstractionMarcel Holtmann
2014-07-03Bluetooth: Remove reason parameter from hci_amp_disconn functionMarcel Holtmann
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg
2014-06-20Bluetooth: Fix for ACL disconnect when pairing failsLukasz Rymanowski
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-15Bluetooth: 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-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes