aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2014-08-14Bluetooth: Disable page scan if all whitelisted devices are connectedJohan Hedberg1-3/+8
2014-07-30Bluetooth: Always use non-bonding requirement when not bondableJohan Hedberg1-3/+8
2014-07-30Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg1-2/+2
2014-07-28Bluetooth: Fix clearing HCI_PSCAN flagJohan Hedberg1-1/+1
2014-07-24Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann1-1/+26
2014-07-24Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devicesMarcel Holtmann1-6/+0
2014-07-17Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg1-2/+7
2014-07-17Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg1-0/+5
2014-07-17Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg1-0/+3
2014-07-17Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg1-1/+3
2014-07-17Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg1-1/+1
2014-07-16Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg1-12/+11
2014-07-16Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg1-0/+6
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg1-11/+6
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-3/+2
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-18/+9
2014-07-16Bluetooth: Add proper defines for HCI connection roleJohan Hedberg1-1/+1