aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-04Bluetooth: Add mgmt_remote_name eventGravatar Johan Hedberg 1-0/+3
2011-04-04Bluetooth: Add mgmt_device_found eventGravatar Johan Hedberg 1-8/+14
2011-03-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar Gustavo F. Padovan 1-1/+3
2011-03-31Bluetooth: Fix HCI_RESET command synchronizationGravatar Gustavo F. Padovan 1-1/+3
2011-03-31Bluetooth: Enable support for out of band association modelGravatar Szymon Janc 1-1/+6
2011-03-31Bluetooth: Add add/remove_remote_oob_data management commandsGravatar Szymon Janc 1-0/+35
2011-03-31Bluetooth: Add read_local_oob_data management commandGravatar Szymon Janc 1-0/+15
2011-03-31Bluetooth: mgmt: Add support for setting the local nameGravatar Johan Hedberg 1-3/+6
2011-03-31Bluetooth: Add define for the maximum name length on HCI levelGravatar Johan Hedberg 1-2/+2
2011-02-21Bluetooth: Add mgmt_auth_failed eventGravatar Johan Hedberg 1-3/+16
2011-02-21Bluetooth: Add management support for user confirmation requestGravatar Johan Hedberg 1-0/+50
2011-02-17Bluetooth: Fix some code style issues in hci_event.cGravatar Szymon Janc 1-8/+10
2011-02-17Bluetooth: Clean up hci_sniff_subrate_evt functionGravatar Szymon Janc 1-9/+0
2011-02-16Bluetooth: Use proper timer for hci command timoutGravatar Ville Tervo 1-0/+6
2011-02-16Bluetooth: Add server socket support for LE connectionGravatar Ville Tervo 1-2/+8
2011-02-16Bluetooth: Use LE buffers for LE trafficGravatar Ville Tervo 1-0/+33
2011-02-16Bluetooth: Add LE connect supportGravatar Ville Tervo 1-0/+93
2011-02-08Bluetooth: Do not use assignments in IF conditionsGravatar Andrei Emeltchenko 1-8/+14
2011-02-08Bluetooth: Add set_io_capability management commandGravatar Johan Hedberg 1-2/+28
2011-02-08Bluetooth: Add support for PIN code handling in the management interfaceGravatar Johan Hedberg 1-0/+46
2011-02-08Bluetooth: Add support for connect failed management eventGravatar Johan Hedberg 1-1/+4
2011-02-08Bluetooth: Add disconnect managment commandGravatar Johan Hedberg 1-1/+8
2011-02-08Bluetooth: Add connected/disconnected management eventsGravatar Johan Hedberg 1-5/+11
2011-02-08Bluetooth: Implement link key handling for the management interfaceGravatar Johan Hedberg 1-0/+51
2011-02-08Bluetooth: Implement a more complete adapter initialization sequenceGravatar Johan Hedberg 1-1/+193
2011-02-08Bluetooth: Add controller side link key clearing to hci_init_reqGravatar Johan Hedberg 1-0/+14
2011-02-08Bluetooth: Reject pairing requests when in non-pairable modeGravatar Johan Hedberg 1-2/+53
2011-02-08Bluetooth: Add set_connectable management commandGravatar Johan Hedberg 1-5/+11
2011-02-08Bluetooth: Add support for set_discoverable management commandGravatar Johan Hedberg 1-1/+4
2011-02-08Bluetooth: Add support for set_powered management commandGravatar Johan Hedberg 1-1/+1
2011-01-19Bluetooth: Fix race condition with conn->sec_levelGravatar Johan Hedberg 1-4/+5
2010-12-22Bluetooth: Fix __hci_request synchronization for hci_open_devGravatar Johan Hedberg 1-10/+23
2010-12-01Bluetooth: clean up hci codeGravatar Andrei Emeltchenko 1-3/+5
2010-12-01Bluetooth: do not use assignment in if conditionGravatar Andrei Emeltchenko 1-6/+12
2010-12-01Bluetooth: Automate remote name requestsGravatar Johan Hedberg 1-18/+54
2010-12-01Bluetooth: Create a unified authentication request functionGravatar Johan Hedberg 1-14/+40
2010-12-01Bluetooth: Simplify remote features callback function logicGravatar Johan Hedberg 1-44/+47
2010-11-09Bluetooth: Fix non-SSP auth request for HIGH security level socketsGravatar Johan Hedberg 1-0/+6
2010-07-27Bluetooth: Defer SCO setup if mode change is pendingGravatar Marcel Holtmann 1-16/+15
2010-07-21Bluetooth: Fix typo in hci_event.cGravatar Gustavo F. Padovan 1-2/+2
2010-07-21Bluetooth: Reassigned copyright to Code Aurora ForumGravatar Ron Shaffer 1-1/+1
2010-07-21Bluetooth: Add blacklist support for incoming connectionsGravatar Johan Hedberg 1-1/+1
2010-07-08Bluetooth: Reset the security level after an authentication failureGravatar Johan Hedberg 1-0/+2
2010-02-27Bluetooth: Add SCO fallback for unsupported feature errorGravatar Stephen Coe 1-0/+1
2010-02-03Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature)Gravatar Nick Pelly 1-0/+1
2009-12-03Bluetooth: Unobfuscate tasklet_schedule usageGravatar Marcel Holtmann 1-3/+3
2009-08-22Bluetooth: Add extra device reference counting for connectionsGravatar Marcel Holtmann 1-0/+2
2009-05-09Bluetooth: Don't trigger disconnect timeout for security mode 3 pairingGravatar Marcel Holtmann 1-1/+1
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingGravatar Marcel Holtmann 1-1/+35
2009-04-19Bluetooth: Add workaround for wrong HCI event in eSCO setupGravatar Marcel Holtmann 1-2/+10