summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
2015-04-09Bluetooth: Read LE remote features during connection establishmentMarcel Holtmann
2015-04-02Bluetooth: Convert local OOB data reading to use HCI requestJohan Hedberg
2015-04-02Bluetooth: Move hci_get_cmd_complete() to hci_event.cJohan Hedberg
2015-04-02Bluetooth: Remove unneeded recv_event variableJohan Hedberg
2015-04-02Bluetooth: Add second hci_request callback option for full skbJohan Hedberg
2015-04-02Bluetooth: Add clarifying comment to command status handlingJohan Hedberg
2015-03-30Bluetooth: Refactor HCI request variables into own structJohan Hedberg
2015-03-29Bluetooth: Remove superfluous extra empty line between functionsMarcel Holtmann
2015-03-28Bluetooth: Fix race condition with HCI_RESET flagJohan Hedberg
2015-03-17Bluetooth: Add simultaneous dual mode scanJakub Pawlowski
2015-03-16Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flagMarcel Holtmann
2015-03-16Bluetooth: Fix BR/EDR out-of-band pairing with only initiator dataMarcel Holtmann
2015-03-13Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags fieldMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_and_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-03-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-03-02net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrlEyal Birger
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann
2014-12-20Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery
2014-12-05Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann
2014-12-05Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg
2014-12-03Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg
2014-12-03Bluetooth: Simplify Link Key Notification event handling logicJohan Hedberg
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg