index
:
kernel/linux.git
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.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-16
net: set name_assign_type in alloc_netdev()
Tom Gundersen
2
-3
/
+4
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
2
-0
/
+22
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
2
-2
/
+73
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
5
-86
/
+31
2014-07-09
Bluetooth: Fix enabling Authenticated Payload Timeout Expired event
Marcel Holtmann
1
-1
/
+1
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
2
-14
/
+5
2014-07-08
Bluetooth: Add flag to track the real advertising state
Johan Hedberg
1
-0
/
+4
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
4
-5
/
+13
2014-07-07
Bluetooth: Remove auth_type parameter from hci_connect_le()
Johan Hedberg
4
-11
/
+5
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-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: Fix updating background scan for LE connect complete
Johan Hedberg
1
-3
/
+2
2014-07-06
Bluetooth: Skip unconfigured init procedure for raw-only devices
Marcel Holtmann
1
-0
/
+3
2014-07-06
Bluetooth: Use lower timeout for LE auto-connections
Johan Hedberg
4
-6
/
+9
2014-07-06
Bluetooth: Clear HCI_RAW flag when controller becomes configured
Marcel Holtmann
2
-0
/
+7
2014-07-06
Bluetooth: Add support for changing the public device address
Marcel Holtmann
2
-7
/
+64
2014-07-06
Bluetooth: Run controller setup after external configuration
Marcel Holtmann
3
-6
/
+28
2014-07-06
Bluetooth: Fix sending Device Removed when clearing all parameters
Johan Hedberg
2
-19
/
+14
2014-07-06
Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE
Johan Hedberg
1
-1
/
+5
2014-07-05
Bluetooth: Store Bluetooth address from controller setup
Marcel Holtmann
1
-1
/
+7
2014-07-05
Bluetooth: Run special init procedure for unconfigured controllers
Marcel Holtmann
1
-0
/
+40
2014-07-05
Bluetooth: Use a more simpler style for HCI event callbacks
Marcel Holtmann
1
-54
/
+88
2014-07-04
Bluetooth: Add support for New Configuration Options management event
Marcel Holtmann
1
-0
/
+11
2014-07-04
Bluetooth: Move mgmt_event helper function to different location
Marcel Holtmann
1
-30
/
+30
2014-07-04
Bluetooth: Add support for Set External Configuration management command
Marcel Holtmann
1
-2
/
+75
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
2
-2
/
+10
[next]