aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix check for connection encryptionJohan Hedberg2014-07-111-1/+1
* Bluetooth: Fix redundant encryption request for reauthenticationJohan Hedberg2014-06-091-3/+6
* Bluetooth: Avoid calling undefined smp_conn_security()Ben Hutchings2012-11-161-0/+2
* Bluetooth: Fix sending a HCI Authorization Request over LE linksVinicius Costa Gomes2012-10-101-0/+4
* Bluetooth: Fix l2cap conn failures for ssp devicesPeter Hurley2012-04-131-0/+4
* Revert "Bluetooth: Revert: Fix L2CAP connection establishment"Gustavo F. Padovan2011-12-181-1/+1
* Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa2011-11-071-1/+1
* Bluetooth: use recommended LE connection parametersAnderson Lizardo2011-09-271-7/+7
* Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia2011-09-211-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-0/+3
|\
| * Bluetooth: Fix memory leak under page timeoutsTomas Targownik2011-06-301-0/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-211-3/+3
|\ \ | |/
| * Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky2011-06-151-1/+1
| * Bluetooth: Fix L2CAP security checkLuiz Augusto von Dentz2011-06-131-2/+2
* | Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes2011-06-131-0/+1
* | Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes2011-06-131-0/+49
* | Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz2011-06-081-3/+1
* | Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-06-081-3/+6
* | Bluetooth: Set 'peer_addr_type' in hci_le_connect()Andre Guedes2011-06-081-0/+1
* | Bluetooth: Check advertising cache in hci_connect()Andre Guedes2011-06-081-0/+9
* | Bluetooth: Remove useless check in hci_connect()Andre Guedes2011-06-081-2/+2
* | Bluetooth: Fix auth_complete_evt for legacy unitsWaldemar Rymarkiewicz2011-06-081-0/+2
|/
* Bluetooth: Double check sec req for pre 2.1 deviceWaldemar Rymarkiewicz2011-05-111-0/+17
* Bluetooth: Add variable SSP auto-accept delay supportJohan Hedberg2011-04-281-0/+17
* Bluetooth: Map sec_level to link key requirementsWaldemar Rymarkiewicz2011-04-281-10/+51
* Bluetooth: Use ERR_PTR as return error from hci_connectVille Tervo2011-02-271-2/+2
* Bluetooth: Fix LE conn creationAnderson Briglia2011-02-211-2/+3
* Bluetooth: Fix inititial value for remote authentication requirementsJohan Hedberg2011-02-211-0/+1
* Bluetooth: Send LE Connection Update CommandClaudio Takahasi2011-02-161-0/+20
* Bluetooth: Fix initiated LE connectionsVinicius Costa Gomes2011-02-161-0/+1
* Bluetooth: Use LE buffers for LE trafficVille Tervo2011-02-161-0/+5
* Bluetooth: Add LE connect supportVille Tervo2011-02-161-3/+48
* Bluetooth: Add set_io_capability management commandJohan Hedberg2011-02-081-0/+1
* Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2011-01-191-2/+6
* Bluetooth: Fix MITM protection requirement preservationJohan Hedberg2011-01-191-0/+3
* Revert "Bluetooth: Update sec_level/auth_type for already existing connections"Johan Hedberg2011-01-191-5/+0
* Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-011-8/+15
* Bluetooth: Defer SCO setup if mode change is pendingMarcel Holtmann2010-07-271-4/+28
* Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer2010-07-211-1/+1
* Bluetooth: Update sec_level/auth_type for already existing connectionsVille Tervo2010-07-081-0/+5
* Bluetooth: Enter active mode before establishing a SCO link.Nick Pelly2010-02-031-0/+3
* Bluetooth: Set general bonding security for ACL by defaultAndrei Emeltchenko2009-11-161-0/+1
* Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann2009-08-221-1/+16
* Bluetooth: Don't use hci_acl_connect_cancel() for incoming connectionsMarcel Holtmann2009-05-091-3/+1
* Bluetooth: Fix wrong module refcount when connection setup failsMarcel Holtmann2009-05-091-0/+2
* Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann2009-05-041-0/+2
* Bluetooth: Fix connection establishment with low security requirementMarcel Holtmann2009-04-281-6/+3
* Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann2009-04-281-0/+1
* Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyDave Young2009-02-271-2/+2
* Bluetooth: Set authentication requirement before requesting itMarcel Holtmann2009-02-271-6/+4