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