index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_event.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Always use non-bonding requirement when not bondable
Johan Hedberg
2014-07-30
1
-3
/
+8
*
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
2014-07-30
1
-2
/
+2
*
Bluetooth: Fix clearing HCI_PSCAN flag
Johan Hedberg
2014-07-28
1
-1
/
+1
*
Bluetooth: Fix issue with ADV_IND reports and auto-connection handling
Marcel Holtmann
2014-07-24
1
-1
/
+26
*
Bluetooth: Ignore ADV_DIRECT_IND attempts from unknown devices
Marcel Holtmann
2014-07-24
1
-6
/
+0
*
Bluetooth: Fix allowing initiating pairing when not pairable
Johan Hedberg
2014-07-17
1
-2
/
+7
*
Bluetooth: Introduce a flag to track who really initiates authentication
Johan Hedberg
2014-07-17
1
-0
/
+5
*
Bluetooth: Fix resetting remote authentication requirement after pairing
Johan Hedberg
2014-07-17
1
-0
/
+3
*
Bluetooth: Don't bother user space without IO capabilities
Johan Hedberg
2014-07-17
1
-1
/
+3
*
Bluetooth: Fix using uninitialized variable when pairing
Johan Hedberg
2014-07-17
1
-1
/
+1
*
Bluetooth: Fix always checking the blacklist for incoming connections
Johan Hedberg
2014-07-16
1
-12
/
+11
*
Bluetooth: Fix trying to initiate connections when acting as LE slave
Johan Hedberg
2014-07-16
1
-0
/
+6
*
Bluetooth: Add a role parameter to hci_conn_add()
Johan Hedberg
2014-07-16
1
-11
/
+6
*
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
2014-07-16
1
-3
/
+2
*
Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable
Johan Hedberg
2014-07-16
1
-18
/
+9
*
Bluetooth: Add proper defines for HCI connection role
Johan Hedberg
2014-07-16
1
-1
/
+1
*
Bluetooth: Don't try to reject failed LE connections
Johan Hedberg
2014-07-15
1
-5
/
+5
*
Bluetooth: Remove unnecessary params variable from process_adv_report()
Johan Hedberg
2014-07-15
1
-5
/
+2
*
Bluetooth: Fix tracking local SSP authentication requirement
Johan Hedberg
2014-07-11
1
-9
/
+8
*
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
Marcel Holtmann
2014-07-11
1
-1
/
+1
*
Bluetooth: Remove unneeded mgmt_write_scan_failed function
Johan Hedberg
2014-07-10
1
-1
/
+0
*
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
2014-07-10
1
-14
/
+5
*
Bluetooth: Remove unneeded mgmt_connectable function
Johan Hedberg
2014-07-10
1
-5
/
+1
*
Bluetooth: Add white list lookup for incoming connection requests
Johan Hedberg
2014-07-09
1
-4
/
+12
*
Bluetooth: Refactor connection request handling
Johan Hedberg
2014-07-09
1
-52
/
+60
*
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
2014-07-09
1
-6
/
+9
*
Bluetooth: Fix clearing HCI_LE_ADV for LE connections
Johan Hedberg
2014-07-08
1
-0
/
+5
*
Bluetooth: Fix check for re-enabling advertising
Johan Hedberg
2014-07-08
1
-1
/
+1
*
Bluetooth: Fix advertising and active scanning co-existence
Johan Hedberg
2014-07-08
1
-1
/
+9
*
Bluetooth: Remove unnecessary mgmt_advertising function
Johan Hedberg
2014-07-08
1
-2
/
+0
*
Bluetooth: Add flag to track the real advertising state
Johan Hedberg
2014-07-08
1
-0
/
+4
*
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
2014-07-07
1
-1
/
+2
*
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
2014-07-07
1
-1
/
+1
*
Bluetooth: Remove unnecessary return value from check_pending_le_conn
Johan Hedberg
2014-07-07
1
-7
/
+5
*
Bluetooth: Fix connecting devices during LE device discovery
Johan Hedberg
2014-07-07
1
-18
/
+29
*
Bluetooth: Fix updating background scan for LE connect complete
Johan Hedberg
2014-07-06
1
-3
/
+2
*
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
2014-07-06
1
-3
/
+3
*
Bluetooth: Store Bluetooth address from controller setup
Marcel Holtmann
2014-07-05
1
-1
/
+7
*
Bluetooth: Use a more simpler style for HCI event callbacks
Marcel Holtmann
2014-07-05
1
-54
/
+88
*
Bluetooth: Don't take actions on blocked devices when scanning
Johan Hedberg
2014-07-04
1
-0
/
+4
*
Bluetooth: Use hci_pend_le_action_lookup to look up report entries
Johan Hedberg
2014-07-04
1
-5
/
+3
*
Bluetooth: Make hci_pend_le_conn_lookup more general purposed
Johan Hedberg
2014-07-04
1
-1
/
+1
*
Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add
Johan Hedberg
2014-07-04
1
-1
/
+3
*
Bluetooth: Simplify hci_conn_params->action list usage
Johan Hedberg
2014-07-04
1
-2
/
+4
*
Bluetooth: Convert pend_le_reports into a list
Johan Hedberg
2014-07-04
1
-1
/
+1
*
Bluetooth: Fix missing return statement in process_adv_report
Johan Hedberg
2014-07-04
1
-0
/
+1
*
Bluetooth: Add identity address check in param lookup functions
Johan Hedberg
2014-07-03
1
-4
/
+0
*
Bluetooth: Remove unnecessary checks for auto-connected devices
Johan Hedberg
2014-07-03
1
-5
/
+9
*
Bluetooth: Use hci_conn_params in pend_le_conns
Johan Hedberg
2014-07-03
1
-2
/
+5
*
Bluetooth: Remove redundant IRK lookup
Johan Hedberg
2014-07-03
1
-17
/
+7
[next]