summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
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-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
2014-11-19Bluetooth: Fix setting conn->pending_sec_level value from link keyJohan Hedberg
2014-11-18Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg
2014-11-15Bluetooth: Convert LTK list to RCUJohan Hedberg
2014-11-11Bluetooth: Fix mgmt connected notificationJohan Hedberg
2014-11-07Bluetooth: Send mgmt_connected only if state is BT_CONFIGJaganath Kanakkassery
2014-11-06Bluetooth: Sort switch cases by opcode's numeric valueKuba Pawlak
2014-11-06Bluetooth: Clear role switch pending flagKuba Pawlak
2014-11-02Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann
2014-11-02Bluetooth: Check status of command complete for HCI_ResetMarcel Holtmann
2014-10-30Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann
2014-10-28Bluetooth: spelling fixesStephen Hemminger
2014-10-25Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta
2014-09-11Bluetooth: Expire RPA if encryption failsJohan Hedberg
2014-09-11Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg
2014-09-09Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg
2014-09-08Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg
2014-09-08Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg
2014-09-08Bluetooth: Set addr_type only when it's neededJohan Hedberg
2014-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-08-20Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg
2014-08-14Bluetooth: Disable page scan if all whitelisted devices are connectedJohan Hedberg
2014-07-30Bluetooth: Always use non-bonding requirement when not bondableJohan Hedberg
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg
2014-07-28Bluetooth: Fix clearing HCI_PSCAN flagJohan Hedberg
2014-07-24Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann
2014-07-24Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devicesMarcel Holtmann
2014-07-17Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg
2014-07-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg
2014-07-17Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg
2014-07-17Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg
2014-07-17Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg
2014-07-16Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg
2014-07-16Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg
2014-07-16Bluetooth: Add proper defines for HCI connection roleJohan Hedberg