index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
mgmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix mgmt pairing failure when authentication fails
Johan Hedberg
2014-09-09
1
-6
/
+13
*
Bluetooth: Use hci_disconnect() for mgmt_disconnect_device()
Johan Hedberg
2014-09-08
1
-5
/
+1
*
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
Johan Hedberg
2014-09-08
1
-4
/
+8
*
Bluetooth: Create unified helper function for updating page scan
Johan Hedberg
2014-08-14
1
-60
/
+12
*
Bluetooth: Add convenience function to check for pending power off
Johan Hedberg
2014-08-14
1
-24
/
+28
*
Bluetooth: Rename pairable mgmt setting to bondable
Johan Hedberg
2014-07-30
1
-7
/
+7
*
Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE
Johan Hedberg
2014-07-30
1
-4
/
+4
*
Bluetooth: Fix check for connected state when pairing
Johan Hedberg
2014-07-30
1
-1
/
+1
*
Bluetooth: Fix incorrectly disabling page scan when toggling connectable
Johan Hedberg
2014-07-28
1
-1
/
+13
*
Bluetooth: Set Simultaneous LE and BR/EDR controller option to zero
Marcel Holtmann
2014-07-27
1
-3
/
+3
*
Bluetooth: Provide defaults for LE advertising interval
Georg Lukas
2014-07-26
1
-2
/
+2
*
Bluetooth: Fix issue with ADV_IND reports and auto-connection handling
Marcel Holtmann
2014-07-24
1
-3
/
+6
*
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
2014-07-17
1
-1
/
+1
*
Bluetooth: Use explicit role instead of a bool in function parameters
Johan Hedberg
2014-07-16
1
-2
/
+2
*
Bluetooth: Remove unneeded mgmt_write_scan_failed function
Johan Hedberg
2014-07-10
1
-13
/
+0
*
Bluetooth: Remove unneeded mgmt_discoverable function
Johan Hedberg
2014-07-10
1
-43
/
+24
*
Bluetooth: Remove unneeded mgmt_connectable function
Johan Hedberg
2014-07-10
1
-32
/
+0
*
Bluetooth: Fix advertising parameter update when toggling connectable
Johan Hedberg
2014-07-10
1
-2
/
+2
*
Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code
Johan Hedberg
2014-07-09
1
-0
/
+5
*
Bluetooth: Enable page scan also if there are white list entries
Johan Hedberg
2014-07-09
1
-2
/
+4
*
Bluetooth: Fix incorrectly setting HCI_CONNECTABLE
Johan Hedberg
2014-07-09
1
-0
/
+8
*
Bluetooth: Update page scan when necessary for Add/Remove Device
Johan Hedberg
2014-07-09
1
-0
/
+34
*
Bluetooth: Introduce a whitelist for BR/EDR devices
Johan Hedberg
2014-07-09
1
-2
/
+44
*
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
2014-07-09
1
-2
/
+4
*
Bluetooth: Fix toggling background scan when changing connectable state
Johan Hedberg
2014-07-08
1
-1
/
+3
*
Bluetooth: Fix connectable and discoverable supported settings values
Johan Hedberg
2014-07-08
1
-2
/
+2
*
Bluetooth: Fix setting STOPPING state for discovery
Johan Hedberg
2014-07-08
1
-7
/
+18
*
Bluetooth: Fix advertising and active scanning co-existence
Johan Hedberg
2014-07-08
1
-6
/
+18
*
Bluetooth: Use the correct flag to decide to disable advertising
Johan Hedberg
2014-07-08
1
-2
/
+2
*
Bluetooth: Simplify usage of the enable_advertising function
Johan Hedberg
2014-07-08
1
-33
/
+16
*
Bluetooth: Use real advertising state to random address update decision
Johan Hedberg
2014-07-08
1
-2
/
+2
*
Bluetooth: Remove unnecessary mgmt_advertising function
Johan Hedberg
2014-07-08
1
-12
/
+5
*
Bluetooth: Don't try background scanning if LE is not enabled
Johan Hedberg
2014-07-07
1
-0
/
+2
*
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
-2
/
+1
*
Bluetooth: Enable passive scanning whenever we're connectable
Johan Hedberg
2014-07-07
1
-1
/
+3
*
Bluetooth: Remove redundant IRK lookup in mgmt_device_found()
Johan Hedberg
2014-07-07
1
-10
/
+2
*
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
2014-07-06
1
-1
/
+2
*
Bluetooth: Clear HCI_RAW flag when controller becomes configured
Marcel Holtmann
2014-07-06
1
-0
/
+1
*
Bluetooth: Add support for changing the public device address
Marcel Holtmann
2014-07-06
1
-1
/
+56
*
Bluetooth: Run controller setup after external configuration
Marcel Holtmann
2014-07-06
1
-2
/
+12
*
Bluetooth: Fix sending Device Removed when clearing all parameters
Johan Hedberg
2014-07-06
1
-1
/
+14
*
Bluetooth: Add support for New Configuration Options management event
Marcel Holtmann
2014-07-04
1
-0
/
+11
*
Bluetooth: Move mgmt_event helper function to different location
Marcel Holtmann
2014-07-04
1
-30
/
+30
*
Bluetooth: Add support for Set External Configuration management command
Marcel Holtmann
2014-07-04
1
-2
/
+75
*
Bluetooth: Add quirk for external configuration requirement
Marcel Holtmann
2014-07-04
1
-1
/
+8
*
Bluetooth: Allow reading configuration info when unconfigured
Marcel Holtmann
2014-07-04
1
-1
/
+7
*
Bluetooth: Add quirk for invalid controller address setting
Marcel Holtmann
2014-07-04
1
-4
/
+17
*
Bluetooth: Use list_del when freeing the list entry
Johan Hedberg
2014-07-04
1
-1
/
+1
*
Bluetooth: Fix clearing and restarting all LE actions on power cycle
Johan Hedberg
2014-07-04
1
-17
/
+16
[next]