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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-11
Bluetooth: Move HCI request internals to net/bluetooth/hci_core.c
Marcel Holtmann
3
-9
/
+16
2014-07-11
Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c
Marcel Holtmann
2
-11
/
+11
2014-07-11
Bluetooth: Delcare the hci_sec_filter as const
Marcel Holtmann
1
-1
/
+1
2014-07-11
Bluetooth: Move struct hci_sec_filter next to its user
Marcel Holtmann
2
-9
/
+8
2014-07-11
Bluetooth: Move HCI socket definitions into its own header file
Marcel Holtmann
4
-150
/
+177
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_write_scan_failed function
Johan Hedberg
3
-15
/
+0
2014-07-10
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
4
-62
/
+50
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
4
-41
/
+4
2014-07-10
Bluetooth: Fix using test_and_clear instead of test_and_set
Johan Hedberg
1
-2
/
+2
2014-07-10
Bluteooth: Reject SMP bonding if HCI_PAIRABLE is not set
Johan Hedberg
1
-0
/
+9
2014-07-10
Bluetooth: Fix advertising parameter update when toggling connectable
Johan Hedberg
1
-2
/
+2
2014-07-09
Bluetooth: Fix incorrect clearing of SMP_FLAG_INITIATOR
Johan Hedberg
1
-4
/
+0
2014-07-09
Bluetooth: Fix forcing SMP just-works with no-bonding
Johan Hedberg
1
-4
/
+0
2014-07-09
Bluetooth: Always confirm incoming SMP just-works requests
Johan Hedberg
1
-5
/
+11
2014-07-09
Bluetooth: Don't send ERTM configuration option when disabled
Marcel Holtmann
1
-0
/
+3
2014-07-09
Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code
Johan Hedberg
3
-0
/
+23
2014-07-09
Bluetooth: Add white list lookup for incoming connection requests
Johan Hedberg
1
-4
/
+12
2014-07-09
Bluetooth: Enable page scan also if there are white list entries
Johan Hedberg
1
-2
/
+4
2014-07-09
Bluetooth: Refactor connection request handling
Johan Hedberg
1
-52
/
+60
2014-07-09
Bluetooth: Fix incorrectly setting HCI_CONNECTABLE
Johan Hedberg
1
-0
/
+8
2014-07-09
Bluetooth: Update page scan when necessary for Add/Remove Device
Johan Hedberg
1
-0
/
+34
2014-07-09
Bluetooth: Introduce a whitelist for BR/EDR devices
Johan Hedberg
3
-2
/
+74
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
6
-96
/
+36
2014-07-09
Bluetooth: Fix enabling Authenticated Payload Timeout Expired event
Marcel Holtmann
2
-1
/
+2
2014-07-08
Bluetooth: Add support for Acer [13D3:3432]
Anantha Krishnan
2
-0
/
+3
2014-07-08
Bluetooth: Fix clearing HCI_LE_ADV for LE connections
Johan Hedberg
1
-0
/
+5
2014-07-08
Bluetooth: Fix toggling background scan when changing connectable state
Johan Hedberg
1
-1
/
+3
2014-07-08
Bluetooth: Fix connectable and discoverable supported settings values
Johan Hedberg
1
-2
/
+2
2014-07-08
Bluetooth: Fix setting STOPPING state for discovery
Johan Hedberg
1
-7
/
+18
2014-07-08
Bluetooth: Fix check for re-enabling advertising
Johan Hedberg
1
-1
/
+1
2014-07-08
Bluetooth: Fix advertising and active scanning co-existence
Johan Hedberg
3
-7
/
+37
2014-07-08
Bluetooth: Stop advertising always before initiating a connection
Johan Hedberg
1
-3
/
+12
2014-07-08
Bluetooth: Use the correct flag to decide to disable advertising
Johan Hedberg
1
-2
/
+2
2014-07-08
Bluetooth: Simplify usage of the enable_advertising function
Johan Hedberg
1
-33
/
+16
2014-07-08
Bluetooth: Use real advertising state to random address update decision
Johan Hedberg
3
-5
/
+5
2014-07-08
Bluetooth: Remove unnecessary mgmt_advertising function
Johan Hedberg
3
-15
/
+5
2014-07-08
Bluetooth: Add flag to track the real advertising state
Johan Hedberg
2
-2
/
+6
2014-07-07
Bluetooth: Don't try background scanning if LE is not enabled
Johan Hedberg
2
-0
/
+6
2014-07-07
Bluetooth: Pass desired connection role to hci_connect_le()
Johan Hedberg
5
-6
/
+15
2014-07-07
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
5
-13
/
+6
2014-07-07
Bluetooth: Enable passive scanning whenever we're connectable
Johan Hedberg
2
-2
/
+5
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-07
Bluetooth: Remove unnecessary return value from check_pending_le_conn
Johan Hedberg
1
-7
/
+5
2014-07-07
Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
Johan Hedberg
1
-10
/
+2
2014-07-07
Bluetooth: Fix connecting devices during LE device discovery
Johan Hedberg
1
-18
/
+29
2014-07-07
Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devices
Marcel Holtmann
1
-4
/
+4
[next]