aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-01Bluetooth: Fix OOB data present for BR/EDR Secure Connections Only modeMarcel Holtmann1-17/+21
2015-02-01Bluetooth: Track changes from HCI Write Simple Pairing Debug Mode commandMarcel Holtmann1-0/+19
2015-01-31Bluetooth: Fix OOB data present value for BR/EDR Secure ConnectionsMarcel Holtmann1-1/+18
2015-01-29Bluetooth: Fix sending Read Remote Extended Features commandSzymon Janc1-1/+2
2015-01-28Bluetooth: Perform a power cycle when receiving hardware error eventMarcel Holtmann1-1/+3
2015-01-28Bluetooth: Fix notifying discovery state upon resetJohan Hedberg1-1/+2
2015-01-28Bluetooth: Check for P-256 OOB values in Secure Connections Only modeMarcel Holtmann1-0/+13
2015-01-28Bluetooth: Use helper function to determine BR/EDR OOB data presentMarcel Holtmann1-6/+16
2015-01-28Bluetooth: Clear P-192 values for OOB when in Secure Connections Only modeMarcel Holtmann1-20/+26
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg1-3/+1
2015-01-12Bluetooth: Process result of HCI Delete Stored Link Key commandMarcel Holtmann1-0/+20
2015-01-12Bluetooth: Handle command complete event for HCI Read Stored Link KeysMarcel Holtmann1-0/+22
2015-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-2/+69
2014-12-24Bluetooth: Fix accepting connections when not using mgmtJohan Hedberg1-1/+6
2014-12-24Bluetooth: Fix controller configuration with HCI_QUIRK_INVALID_BDADDRMarcel Holtmann1-3/+6
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann1-0/+5
2014-12-20Bluetooth: Store default and maximum LE data length settingsMarcel Holtmann1-0/+61
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg1-0/+1
2014-12-19Bluetooth: Split hci_update_page_scan into two functionsJohan Hedberg1-2/+2
2014-12-11Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery1-0/+20
2014-12-05Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann1-2/+55
2014-12-05Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann1-2/+3
2014-12-03Bluetooth: Store address type with OOB dataJohan Hedberg1-2/+2
2014-12-03Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg1-0/+3
2014-12-03Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg1-2/+1
2014-12-03Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg1-2/+13
2014-12-03Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg1-1/+1
2014-12-03Bluetooth: Simplify Link Key Notification event handling logicJohan Hedberg1-11/+14
2014-11-19Bluetooth: Convert link keys list to use RCUJohan Hedberg1-2/+2
2014-11-19Bluetooth: Fix setting conn->pending_sec_level value from link keyJohan Hedberg1-7/+40
2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg1-10/+7
2014-11-15Bluetooth: Convert LTK list to RCUJohan Hedberg1-2/+2
2014-11-11Bluetooth: Fix mgmt connected notificationJohan Hedberg1-1/+7
2014-11-07Bluetooth: Send mgmt_connected only if state is BT_CONFIGJaganath Kanakkassery1-1/+2
2014-11-06Bluetooth: Sort switch cases by opcode's numeric valueKuba Pawlak1-12/+12
2014-11-06Bluetooth: Clear role switch pending flagKuba Pawlak1-0/+27
2014-11-02Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann1-0/+11
2014-11-02Bluetooth: Check status of command complete for HCI_ResetMarcel Holtmann1-0/+3
2014-10-30Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann1-0/+2
2014-10-28Bluetooth: spelling fixesStephen Hemminger1-1/+1
2014-10-25Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta1-10/+22
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta1-10/+4
2014-09-11Bluetooth: Expire RPA if encryption failsJohan Hedberg1-0/+6
2014-09-11Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg1-4/+1
2014-09-09Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg1-4/+2
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg1-1/+2
2014-09-08Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg1-1/+2
2014-09-08Bluetooth: Set addr_type only when it's neededJohan Hedberg1-5/+5
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-2/+15
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg1-2/+15