summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)Author
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-23Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann
2014-07-23Bluetooth: 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
2014-07-15Bluetooth: Don't try to reject failed LE connectionsJohan Hedberg
2014-07-15Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg
2014-07-11Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg
2014-07-11Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann
2014-07-10Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg
2014-07-10Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg
2014-07-09Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg
2014-07-09Bluetooth: Refactor connection request handlingJohan Hedberg
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-08Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg
2014-07-08Bluetooth: Fix check for re-enabling advertisingJohan Hedberg
2014-07-08Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg