summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bluetooth: Fix tracking local SSP authentication requirementJohan Hedberg2014-07-111-9/+8
* Bluetooth: Move HCI request internals to net/bluetooth/hci_core.cMarcel Holtmann2014-07-111-1/+1
* Bluetooth: Remove unneeded mgmt_write_scan_failed functionJohan Hedberg2014-07-101-1/+0
* Bluetooth: Remove unneeded mgmt_discoverable functionJohan Hedberg2014-07-101-14/+5
* Bluetooth: Remove unneeded mgmt_connectable functionJohan Hedberg2014-07-101-5/+1
* Bluetooth: Add white list lookup for incoming connection requestsJohan Hedberg2014-07-091-4/+12
* Bluetooth: Refactor connection request handlingJohan Hedberg2014-07-091-52/+60
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-6/+9
* Bluetooth: Fix clearing HCI_LE_ADV for LE connectionsJohan Hedberg2014-07-081-0/+5
* Bluetooth: Fix check for re-enabling advertisingJohan Hedberg2014-07-081-1/+1
* Bluetooth: Fix advertising and active scanning co-existenceJohan Hedberg2014-07-081-1/+9
* Bluetooth: Remove unnecessary mgmt_advertising functionJohan Hedberg2014-07-081-2/+0
* Bluetooth: Add flag to track the real advertising stateJohan Hedberg2014-07-081-0/+4
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-1/+2
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-1/+1
* Bluetooth: Remove unnecessary return value from check_pending_le_connJohan Hedberg2014-07-071-7/+5
* Bluetooth: Fix connecting devices during LE device discoveryJohan Hedberg2014-07-071-18/+29
* Bluetooth: Fix updating background scan for LE connect completeJohan Hedberg2014-07-061-3/+2
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-3/+3
* Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann2014-07-051-1/+7
* Bluetooth: Use a more simpler style for HCI event callbacksMarcel Holtmann2014-07-051-54/+88
* Bluetooth: Don't take actions on blocked devices when scanningJohan Hedberg2014-07-041-0/+4
* Bluetooth: Use hci_pend_le_action_lookup to look up report entriesJohan Hedberg2014-07-041-5/+3