aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Add controller side link key clearing to hci_init_reqJohan Hedberg2011-02-081-0/+14
* Bluetooth: Reject pairing requests when in non-pairable modeJohan Hedberg2011-02-081-2/+53
* Bluetooth: Add set_connectable management commandJohan Hedberg2011-02-081-5/+11
* Bluetooth: Add support for set_discoverable management commandJohan Hedberg2011-02-081-1/+4
* Bluetooth: Add support for set_powered management commandJohan Hedberg2011-02-081-1/+1
* Bluetooth: Fix race condition with conn->sec_levelJohan Hedberg2011-01-191-4/+5
* Bluetooth: Fix __hci_request synchronization for hci_open_devJohan Hedberg2010-12-221-10/+23
* Bluetooth: clean up hci codeAndrei Emeltchenko2010-12-011-3/+5
* Bluetooth: do not use assignment in if conditionAndrei Emeltchenko2010-12-011-6/+12
* Bluetooth: Automate remote name requestsJohan Hedberg2010-12-011-18/+54
* Bluetooth: Create a unified authentication request functionJohan Hedberg2010-12-011-14/+40
* Bluetooth: Simplify remote features callback function logicJohan Hedberg2010-12-011-44/+47
* Bluetooth: Fix non-SSP auth request for HIGH security level socketsJohan Hedberg2010-11-091-0/+6
* Bluetooth: Defer SCO setup if mode change is pendingMarcel Holtmann2010-07-271-16/+15
* Bluetooth: Fix typo in hci_event.cGustavo F. Padovan2010-07-211-2/+2
* Bluetooth: Reassigned copyright to Code Aurora ForumRon Shaffer2010-07-211-1/+1
* Bluetooth: Add blacklist support for incoming connectionsJohan Hedberg2010-07-211-1/+1
* Bluetooth: Reset the security level after an authentication failureJohan Hedberg2010-07-081-0/+2
* Bluetooth: Add SCO fallback for unsupported feature errorStephen Coe2010-02-271-0/+1
* Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Nick Pelly2010-02-031-0/+1
* Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-031-3/+3
* Bluetooth: Add extra device reference counting for connectionsMarcel Holtmann2009-08-221-0/+2
* Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingMarcel Holtmann2009-05-091-1/+1
* Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann2009-04-281-1/+35
* Bluetooth: Add workaround for wrong HCI event in eSCO setupMarcel Holtmann2009-04-191-2/+10
* Bluetooth: Fallback from eSCO to SCO on unspecified errorMarcel Holtmann2009-04-191-9/+17
* Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too earlyDave Young2009-02-271-2/+0
* Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann2009-02-271-1/+1
* Bluetooth: Add SCO fallback for eSCO connection attemptsMarcel Holtmann2009-02-271-0/+16
* Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann2009-02-271-1/+2
* Bluetooth: Fix SCO state handling for incoming connectionsMarcel Holtmann2009-02-271-1/+2
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* [Bluetooth] Fix reference counting during ACL config stageMarcel Holtmann2008-09-091-7/+4
* [Bluetooth] Use a more unique bus name for connectionsMarcel Holtmann2008-07-141-0/+7
* [Bluetooth] Initiate authentication during connection establishmentMarcel Holtmann2008-07-141-11/+103
* [Bluetooth] Use ACL config stage to retrieve remote featuresMarcel Holtmann2008-07-141-20/+107
* [Bluetooth] Track status of remote Simple Pairing modeMarcel Holtmann2008-07-141-0/+43
* [Bluetooth] Track status of Simple Pairing modeMarcel Holtmann2008-07-141-0/+37
* [Bluetooth] Disable disconnect timer during Simple PairingMarcel Holtmann2008-07-141-0/+40
* [Bluetooth] Update class of device value whenever possibleMarcel Holtmann2008-07-141-0/+4
* [Bluetooth] Some cleanups for HCI event handlingMarcel Holtmann2008-07-141-16/+23
* [Bluetooth] Make use of the default link policy settingsMarcel Holtmann2008-07-141-12/+63
* [Bluetooth] Track connection packet type changesMarcel Holtmann2008-07-141-7/+25
* [Bluetooth] Support the case when headset falls back to SCO linkMarcel Holtmann2008-07-141-2/+10
* [Bluetooth] Update authentication status after successful encryptionMarcel Holtmann2008-07-141-2/+4
* bluetooth: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-5/+4
* [Bluetooth] Add support for handling simple eSCO linksMarcel Holtmann2007-10-221-13/+86
* [Bluetooth] Switch from OGF+OCF to using only opcodesMarcel Holtmann2007-10-221-736/+862
* [Bluetooth] Add basics to better support and handle eSCO linksMarcel Holtmann2007-07-111-8/+21
* [NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate.YOSHIFUJI Hideaki2007-04-251-4/+4