summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix missing hci_dev_lock/unlock in hci_eventJaganath Kanakkassery2014-12-111-0/+20
* Bluetooth: Add support for handling LE Direct Advertising Report eventsMarcel Holtmann2014-12-051-2/+55
* Bluetooth: Fix discovery filter when no RSSI is availableMarcel Holtmann2014-12-051-2/+3
* Bluetooth: Store address type with OOB dataJohan Hedberg2014-12-031-2/+2
* Bluetooth: Add hci_conn flag for new link key generationJohan Hedberg2014-12-031-0/+3
* Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltkJohan Hedberg2014-12-031-2/+1
* Bluetooth: Update LTK lookup to correctly deal with SC LTKsJohan Hedberg2014-12-031-2/+13
* Bluetooth: Use custom macro for testing BR/EDR SC enabledJohan Hedberg2014-12-031-1/+1
* Bluetooth: Simplify Link Key Notification event handling logicJohan Hedberg2014-12-031-11/+14
* Bluetooth: Convert link keys list to use RCUJohan Hedberg2014-11-191-2/+2
* Bluetooth: Fix setting conn->pending_sec_level value from link keyJohan Hedberg2014-11-191-7/+40
* Bluetooth: Use shorter "rand" name for "randomizer"Johan Hedberg2014-11-181-10/+7
* Bluetooth: Convert LTK list to RCUJohan Hedberg2014-11-151-2/+2
* Bluetooth: Fix mgmt connected notificationJohan Hedberg2014-11-111-1/+7
* Bluetooth: Send mgmt_connected only if state is BT_CONFIGJaganath Kanakkassery2014-11-071-1/+2
* Bluetooth: Sort switch cases by opcode's numeric valueKuba Pawlak2014-11-061-12/+12
* Bluetooth: Clear role switch pending flagKuba Pawlak2014-11-061-0/+27
* Bluetooth: Print error message for HCI_Hardware_Error eventMarcel Holtmann2014-11-021-0/+11
* Bluetooth: Check status of command complete for HCI_ResetMarcel Holtmann2014-11-021-0/+3
* Bluetooth: Clear LE white list when resetting controllerMarcel Holtmann2014-10-301-0/+2
* Bluetooth: spelling fixesStephen Hemminger2014-10-281-1/+1
* Bluetooth: Include ADV_IND report in Device Connected eventAlfonso Acosta2014-10-251-10/+22
* Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta2014-10-251-10/+4
* Bluetooth: Expire RPA if encryption failsJohan Hedberg2014-09-111-0/+6
* Bluetooth: Add smp_ltk_sec_level() helper functionJohan Hedberg2014-09-111-4/+1
* Bluetooth: Fix mgmt pairing failure when authentication failsJohan Hedberg2014-09-091-4/+2
* Bluetooth: Fix using hci_conn_get() for hci_conn pointersJohan Hedberg2014-09-081-1/+2
* Bluetooth: Optimize connection parameter lookup for LE connectionsJohan Hedberg2014-09-081-1/+2
* Bluetooth: Set addr_type only when it's neededJohan Hedberg2014-09-081-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-09-081-2/+15
|\
| * Bluetooth: Fix hci_conn reference counting for auto-connectionsJohan Hedberg2014-08-201-2/+15
* | Bluetooth: Disable page scan if all whitelisted devices are connectedJohan Hedberg2014-08-141-3/+8
|/
* Bluetooth: Always use non-bonding requirement when not bondableJohan Hedberg2014-07-301-3/+8
* Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLEJohan Hedberg2014-07-301-2/+2
* Bluetooth: Fix clearing HCI_PSCAN flagJohan Hedberg2014-07-281-1/+1
* Bluetooth: Fix issue with ADV_IND reports and auto-connection handlingMarcel Holtmann2014-07-241-1/+26
* Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devicesMarcel Holtmann2014-07-241-6/+0
* Bluetooth: Fix allowing initiating pairing when not pairableJohan Hedberg2014-07-171-2/+7
* Bluetooth: Introduce a flag to track who really initiates authenticationJohan Hedberg2014-07-171-0/+5
* Bluetooth: Fix resetting remote authentication requirement after pairingJohan Hedberg2014-07-171-0/+3
* Bluetooth: Don't bother user space without IO capabilitiesJohan Hedberg2014-07-171-1/+3
* Bluetooth: Fix using uninitialized variable when pairingJohan Hedberg2014-07-171-1/+1
* Bluetooth: Fix always checking the blacklist for incoming connectionsJohan Hedberg2014-07-161-12/+11
* Bluetooth: Fix trying to initiate connections when acting as LE slaveJohan Hedberg2014-07-161-0/+6
* Bluetooth: Add a role parameter to hci_conn_add()Johan Hedberg2014-07-161-11/+6
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+2
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-18/+9
* Bluetooth: Add proper defines for HCI connection roleJohan Hedberg2014-07-161-1/+1
* Bluetooth: Don't try to reject failed LE connectionsJohan Hedberg2014-07-151-5/+5
* Bluetooth: Remove unnecessary params variable from process_adv_report()Johan Hedberg2014-07-151-5/+2
OpenPOWER on IntegriCloud