aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+2
2014-04-25Bluetooth: Fix triggering BR/EDR L2CAP Connect too earlyJohan Hedberg1-0/+6
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-2/+2
2014-03-24Bluetooth: Add missing cmd_status handler for LE_Start_EncryptionJohan Hedberg1-0/+34
2014-03-21Bluetooth: Track current configured LE scan type parameterMarcel Holtmann1-0/+25
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg1-2/+2
2014-03-19Bluetooth: Enforce strict Secure Connections Only mode securityMarcel Holtmann1-0/+12
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-3/+3
2014-03-11Bluetooth: Fix aborting eSCO connection in case of error 0x20Andrew Earl1-0/+1
2014-03-05Bluetooth: Fix removing Long Term KeyClaudio Takahasi1-1/+7
2014-02-28Bluetooth: Remove unnecessary stop_scan_complete functionJohan Hedberg1-0/+7
2014-02-28Bluetooth: Fix trying to disable scanning twiceJohan Hedberg1-0/+5
2014-02-28Bluetooth: Add timeout for LE connection attemptsJohan Hedberg1-0/+12
2014-02-28Bluetooth: Track LE initiator and responder address informationJohan Hedberg1-0/+78
2014-02-28Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann1-1/+1
2014-02-28Bluetooth: Track LE white list modification via HCI commandsMarcel Holtmann1-0/+55
2014-02-27Bluetooth: Add hci_copy_identity_address convenience functionJohan Hedberg1-16/+1
2014-02-27Bluetooth: Add tracking of advertising address typeJohan Hedberg1-0/+23
2014-02-26Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes1-0/+18
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes1-0/+38
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes1-5/+1
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg1-3/+4
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg1-6/+2
2014-02-23Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg1-0/+20
2014-02-20Bluetooth: Track the current configured random addressMarcel Holtmann1-0/+24
2014-02-19Bluetooth: Fix wrong identity address during connection failuresMarcel Holtmann1-2/+10
2014-02-19Bluetooth: Use connection address for reporting connection failuresMarcel Holtmann1-1/+1
2014-02-19Bluetooth: Report identity address when remote device connectsMarcel Holtmann1-1/+1
2014-02-18Bluetooth: Track the LE Identity Address in struct hci_connJohan Hedberg1-0/+8
2014-02-13Bluetooth: Track if link is using P-256 authenticated combination keyMarcel Holtmann1-0/+4
2014-02-13Bluetooth: Track the AES-CCM encryption status of LE and BR/EDR linksMarcel Holtmann1-1/+7
2014-02-13Bluetooth: Remove one level of indentation from hci_encrypt_change_evtMarcel Holtmann1-24/+25
2014-02-13Bluetooth: Fix differentiating stored master vs slave LTK typesJohan Hedberg1-1/+1
2014-02-13Bluetooth: Track Secure Connections support of remote devicesMarcel Holtmann1-0/+3
2014-02-13Bluetooth: Provide remote OOB data for Secure ConnectionsMarcel Holtmann1-8/+24
2014-02-13Bluetooth: Add support for local OOB data with Secure ConnectionsMarcel Holtmann1-5/+23
2014-02-13Bluetooth: Add management command for enabling Secure ConnectionsMarcel Holtmann1-0/+32
2014-02-13Bluetooth: Add support for handling P-256 derived link keysMarcel Holtmann1-1/+2
2014-02-13Bluetooth: Add definitions for new link key typesMarcel Holtmann1-1/+1
2014-02-13Bluetooth: Fix outgoing authentication requirement checkJohan Hedberg1-2/+5
2013-12-11Bluetooth: Enable 6LoWPAN support for BT LE devicesJukka Rissanen1-0/+3
2013-12-04Bluetooth: Refactor hci_disconn_complete_evtAndre Guedes1-22/+21
2013-12-04Bluetooth: Remove unneeded check in hci_disconn_complete_evt()Andre Guedes1-10/+9
2013-12-04Bluetooth: Remove link type check in hci_disconn_complete_evt()Andre Guedes1-2/+1
2013-12-04Bluetooth: Store supported commands only during setup procedureMarcel Holtmann1-1/+4
2013-12-04Bluetooth: Remove debug statement for features complete eventMarcel Holtmann1-6/+0
2013-10-19Bluetooth: Add support for setting SSP debug modeMarcel Holtmann1-0/+2
2013-10-19Bluetooth: Remove interval parameter from HCI connectionMarcel Holtmann1-1/+0
2013-10-19Bluetooth: Store local version information only during setup phaseMarcel Holtmann1-8/+7