index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
1
-8
/
+11
2014-07-13
Bluetooth: Allocate struct inquiry_entry with GFP_KERNEL
Marcel Holtmann
1
-1
/
+1
2014-07-13
Bluetooth: Enable LE Long Term Key Request event only when supported
Marcel Holtmann
1
-1
/
+4
2014-07-13
Bluetooth: Enable LE encryption events only when supported
Marcel Holtmann
1
-4
/
+7
2014-07-13
Bluetooth: Read LE Advertising Channel TX Power only when available
Marcel Holtmann
1
-3
/
+5
2014-07-11
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
Marcel Holtmann
1
-0
/
+14
2014-07-10
Bluetooth: Set HCI_PAIRABLE during power on for legacy ioctl
Marcel Holtmann
1
-6
/
+10
2014-07-10
Bluetooth: Mark controller is down when HCI_AUTO_OFF is set
Marcel Holtmann
1
-6
/
+19
2014-07-10
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
1
-4
/
+20
2014-07-10
Bluetooth: Refactor ioctl scan state update to its own function
Johan Hedberg
1
-13
/
+22
2014-07-10
Bluetooth: Remove unneeded mgmt_connectable function
Johan Hedberg
1
-3
/
+3
2014-07-10
Bluetooth: Fix using test_and_clear instead of test_and_set
Johan Hedberg
1
-2
/
+2
2014-07-09
Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code
Johan Hedberg
1
-0
/
+17
2014-07-09
Bluetooth: Introduce a whitelist for BR/EDR devices
Johan Hedberg
1
-0
/
+29
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
1
-73
/
+12
2014-07-09
Bluetooth: Fix enabling Authenticated Payload Timeout Expired event
Marcel Holtmann
1
-1
/
+1
2014-07-08
Bluetooth: Use real advertising state to random address update decision
Johan Hedberg
1
-1
/
+1
2014-07-07
Bluetooth: Don't try background scanning if LE is not enabled
Johan Hedberg
1
-0
/
+4
2014-07-07
Bluetooth: Enable passive scanning whenever we're connectable
Johan Hedberg
1
-1
/
+2
2014-07-07
Bluetooth: Don't let background scanning interfering with discovery
Johan Hedberg
1
-0
/
+4
2014-07-07
Bluetooth: Update discovery state earlier in hci_discovery_set_state
Johan Hedberg
1
-4
/
+6
2014-07-06
Bluetooth: Enforce providing hdev->send driver callback
Marcel Holtmann
1
-1
/
+1
2014-07-06
Bluetooth: Fix memory leaking when hdev->send returns an error
Marcel Holtmann
1
-2
/
+7
2014-07-06
Bluetooth: Skip unconfigured init procedure for raw-only devices
Marcel Holtmann
1
-0
/
+3
2014-07-06
Bluetooth: Clear HCI_RAW flag when controller becomes configured
Marcel Holtmann
1
-0
/
+6
2014-07-06
Bluetooth: Add support for changing the public device address
Marcel Holtmann
1
-6
/
+8
2014-07-06
Bluetooth: Run controller setup after external configuration
Marcel Holtmann
1
-3
/
+14
2014-07-06
Bluetooth: Fix sending Device Removed when clearing all parameters
Johan Hedberg
1
-18
/
+0
2014-07-05
Bluetooth: Run special init procedure for unconfigured controllers
Marcel Holtmann
1
-0
/
+40
2014-07-04
Bluetooth: Fix quirks that are valid during setup driver callback
Marcel Holtmann
1
-2
/
+9
2014-07-04
Bluetooth: Add quirk for external configuration requirement
Marcel Holtmann
1
-1
/
+2
2014-07-04
Bluetooth: Add quirk for invalid controller address setting
Marcel Holtmann
1
-1
/
+5
2014-07-04
Bluetooth: Make hci_pend_le_conn_lookup more general purposed
Johan Hedberg
1
-3
/
+3
2014-07-04
Bluetooth: Remove unused hci_pend_le_conn_add function
Johan Hedberg
1
-10
/
+0
2014-07-04
Bluetooth: Fix clearing and restarting all LE actions on power cycle
Johan Hedberg
1
-11
/
+12
2014-07-04
Bluetooth: Remove unused hci_pend_le_conn_del() function
Johan Hedberg
1
-10
/
+0
2014-07-04
Bluetooth: Simplify hci_conn_params->action list usage
Johan Hedberg
1
-17
/
+11
2014-07-04
Bluetooth: Don't bother doing anything if auto_connect doesn't change
Johan Hedberg
1
-0
/
+3
2014-07-04
Bluetooth: Simplify use of hci_pend_le_conns_clear()
Johan Hedberg
1
-6
/
+4
2014-07-04
Bluetooth: Convert pend_le_reports into a list
Johan Hedberg
1
-6
/
+11
2014-07-04
Bluetooth: Convert pend_le_conn list to a generic action list
Johan Hedberg
1
-5
/
+5
2014-07-03
Bluetooth: Add identity address check in param lookup functions
Johan Hedberg
1
-0
/
+8
2014-07-03
Bluetooth: Use hci_conn_params in pend_le_conns
Johan Hedberg
1
-47
/
+21
2014-07-03
Bluetooth: Add support for background LE scanning
Johan Hedberg
1
-3
/
+4
2014-07-03
Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORT
Johan Hedberg
1
-2
/
+15
2014-07-03
Bluetooth: Add support for Unconfigured Index Added events
Marcel Holtmann
1
-7
/
+10
2014-07-03
Bluetooth: Introduce unconfigured controller state
Marcel Holtmann
1
-17
/
+26
2014-07-03
Bluetooth: Make is_identity_address a global function
Johan Hedberg
1
-13
/
+1
2014-07-03
Bluetooth: Add new auto_conn value matching mgmt action 0x00
Johan Hedberg
1
-0
/
+1
2014-07-03
Bluetooth: Add specific connection parameter clear functions
Johan Hedberg
1
-0
/
+32
[next]