Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7de40b4bd5395260b22072a8e2c37c5f4a7a546d
/
net
/
bluetooth
/
hci_core.c
5177a83
Bluetooth: Add debugfs fields for hardware and firmware info
by Marcel Holtmann
· 8 years ago
ca8bee5
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
by Marcel Holtmann
· 8 years ago
bf389cab
Bluetooth: fix power_on vs close race
by Jiri Slaby
· 8 years ago
d82142a
Bluetooth: hci_core: cancel power off delayed work properly
by Wei-Ning Huang
· 9 years ago
b6e402f
Bluetooth: Use managed version of led_trigger_register in LED trigger
by Heiner Kallweit
· 9 years ago
6d5d2ee
Bluetooth: add LED trigger for indicating HCI is powered up
by Heiner Kallweit
· 9 years ago
3bd7594
Bluetooth: hci_core: Avoid mixing up req_complete and req_complete_skb
by Douglas Anderson
· 9 years ago
7eb7404
Bluetooth: use list_for_each_entry*
by Geliang Tang
· 9 years ago
cab054a
Bluetooth: Clean up current advertising instance tracking
by Johan Hedberg
· 9 years ago
2ff1389
Bluetooth: Perform HCI update for power on synchronously
by Johan Hedberg
· 9 years ago
c366f55
Bluetooth: Move discoverable timeout behind hdev->req_workqueue
by Johan Hedberg
· 9 years ago
f225257
Bluetooth: Move advertising instance management to hci_request.c
by Johan Hedberg
· 9 years ago
74b93e9
Bluetooth: Clean up hci_core code
by Prasanna Karthik
· 9 years ago
7df0f73
Bluetooth: Simplify request cleanup code
by Johan Hedberg
· 9 years ago
a1d01db
Bluetooth: Add error return value to hci_req_sync callback
by Johan Hedberg
· 9 years ago
7c1fbed
Bluetooth: Move LE scan disable/restart behind req_workqueue
by Johan Hedberg
· 9 years ago
4ebeee2
Bluetooth: Add HCI status return parameter to hci_req_sync()
by Johan Hedberg
· 9 years ago
5fc16cc
Bluetooth: Add stubs for synchronous HCI request functionality
by Johan Hedberg
· 9 years ago
b504430
Bluetooth: Add 'sync' specifier to synchronous request APIs
by Johan Hedberg
· 9 years ago
be91cd0
Bluetooth: Move synchronous request handling into hci_request.c
by Johan Hedberg
· 9 years ago
030e7f8
Bluetooth: Remove unnecessary call to hci_update_background_scan
by Johan Hedberg
· 9 years ago
44d2713
Bluetooth: Compress the size of struct hci_ctrl
by Johan Hedberg
· 9 years ago
d79f34e
Bluetooth: Use new hci_skb_pkt_* wrappers for core packet handling
by Marcel Holtmann
· 9 years ago
5c3d3b4
Bluetooth: Make LE only events conditional on supported commands
by Marcel Holtmann
· 9 years ago
9fe759c
Bluetooth: Fix issue with HCI_QUIRK_FIXUP_INQUIRY_MODE and event mask
by Marcel Holtmann
· 9 years ago
7d26f5c
Bluetooth: Build LE event mask based on supported commands
by Marcel Holtmann
· 9 years ago
70f56aa
Bluetooth: Move BR/EDR default events behind its features
by Marcel Holtmann
· 9 years ago
2ab216a
Bluetooth: Check for supported white list before issuing commands
by Marcel Holtmann
· 9 years ago
05fcd4c
Bluetooth: Replace hci_notify with hci_sock_dev_event
by Marcel Holtmann
· 9 years ago
242c0eb
Bluetooth: Rename bt_cb()->req into bt_cb()->hci
by Marcel Holtmann
· 9 years ago
17bc08f
Bluetooth: Remove unnecessary hci_explicit_connect_lookup function
by Johan Hedberg
· 9 years ago
98a63aa
Bluetooth: Introduce driver specific post init callback
by Marcel Holtmann
· 9 years ago
e131d74
Bluetooth: Add support setup stage internal notification event
by Marcel Holtmann
· 9 years ago
7e995b9
Bluetooth: Add new quirk for non-persistent diagnostic settings
by Marcel Holtmann
· 9 years ago
581d6fd
Bluetooth: Queue diagnostic messages together with HCI packets
by Marcel Holtmann
· 9 years ago
26440c8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
49c5092
Bluetooth: Fix LE reconnection logic
by Johan Hedberg
· 9 years ago
f640ee9
Bluetooth: Fix basic debugfs entries for unconfigured controllers
by Marcel Holtmann
· 9 years ago
fe806dc
Bluetooth: Enforce packet types in hci_recv_frame driver function
by Marcel Holtmann
· 9 years ago
acc649c
Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFF
by Marcel Holtmann
· 9 years ago
4b4113d
Bluetooth: Add debugfs entry for setting vendor diagnostic mode
by Marcel Holtmann
· 9 years ago
e875ff8
Bluetooth: Add support for vendor specific diagnostic channel
by Marcel Holtmann
· 9 years ago
e9ca8bf
Bluetooth: Move handling of HCI_RUNNING flag into core
by Marcel Holtmann
· 9 years ago
73d0d3c
Bluetooth: Move HCI_RUNNING check into hci_send_frame
by Marcel Holtmann
· 9 years ago
4a3f95b
Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events
by Marcel Holtmann
· 9 years ago
fbef168
Bluetooth: Add hci_cmd_sync function
by Loic Poulain
· 9 years ago
6b3cc1d
Bluetooth: close HCI device when user channel socket gets closed
by Simon Fels
· 9 years ago
e81be90
Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_Key
by Johan Hedberg
· 9 years ago
f75113a
Bluetooth: add hci_connect_le_scan
by Jakub Pawlowski
· 9 years ago
9a0a8a8
Bluetooth: Move IRK checking logic in preparation to new connect method
by Jakub Pawlowski
· 9 years ago
39ecfad
Bluetooth: Use zalloc when possible
by Johan Hedberg
· 9 years ago
d4c5af8
Bluetooth: hci_core: remove obsolete adv_instance
by Florian Grandel
· 9 years ago
fffd38b
Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()
by Florian Grandel
· 9 years ago
5d900e4
Bluetooth: hci_core/mgmt: move adv timeout to hdev
by Florian Grandel
· 9 years ago
d2609b3
Bluetooth: hci_core/mgmt: Introduce multi-adv list
by Florian Grandel
· 9 years ago
867146a
Bluetooth: Don't call shutdown when leaving user channel
by Loic Poulain
· 9 years ago
9d52bf0
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 9 years ago
cffd2ee
Bluetooth: Fix calls to __hci_cmd_sync()
by Frederic Danis
· 9 years ago
177d050
Bluetooth: Fix remote name event return directly.
by Wesley Kuo
· 9 years ago
d24d814
Bluetooth: Skip the shutdown routine if the interface is not up
by Gabriele Mazzotta
· 10 years ago
2d7cc19
Bluetooth: Remove hci_recv_stream_fragment function
by Marcel Holtmann
· 10 years ago
5c7d2dd
Bluetooth: Make data pointer of hci_recv_stream_fragment const
by Marcel Holtmann
· 10 years ago
757aa0b
Bluetooth: Move hci_get_cmd_complete() to hci_event.c
by Johan Hedberg
· 10 years ago
abe66a4
Bluetooth: Remove unused hci_req_pending() function
by Johan Hedberg
· 10 years ago
f7d9e97
Bluetooth: Remove unneeded recv_event variable
by Johan Hedberg
· 10 years ago
f60cb30
Bluetooth: Convert hci_req_sync family of function to new request API
by Johan Hedberg
· 10 years ago
e6214487
Bluetooth: Add second hci_request callback option for full skb
by Johan Hedberg
· 10 years ago
db6e3e8
Bluetooth: Refactor HCI request variables into own struct
by Johan Hedberg
· 10 years ago
203fea0
Bluetooth: Add data structure for advertising instance
by Arman Uguray
· 10 years ago
baf880a
Bluetooth: Fix memory leak in le_scan_disable_work_complete()
by Johan Hedberg
· 10 years ago
07d2334
Bluetooth: Add simultaneous dual mode scan
by Jakub Pawlowski
· 10 years ago
b7cb93e
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
by Marcel Holtmann
· 10 years ago
eacb44d
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
by Marcel Holtmann
· 10 years ago
238be78
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
by Marcel Holtmann
· 10 years ago
a69d892
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
by Marcel Holtmann
· 10 years ago
a358dc1
Bluetooth: Introduce hci_dev_clear_flag helper macro
by Marcel Holtmann
· 10 years ago
a1536da
Bluetooth: Introduce hci_dev_set_flag helper macro
by Marcel Holtmann
· 10 years ago
d7a5a11
Bluetooth: Introduce hci_dev_test_flag helper macro
by Marcel Holtmann
· 10 years ago
4ba9faf
Bluetooth: Check for matching IRK when looking for paired LE devices
by Johan Hedberg
· 10 years ago
87c8b28
Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()
by Johan Hedberg
· 10 years ago
55e76b3
Bluetooth: Add 'Already Paired' error for Pair Device command
by Johan Hedberg
· 10 years ago
70c836a4
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 10 years ago
6368c23
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields
by Eyal Birger
· 10 years ago
49a6fe0
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
by Eyal Birger
· 10 years ago
fba7ecf
Bluetooth: Convert hci_cb_list_lock to a mutex
by Johan Hedberg
· 10 years ago
00629e0
Bluetooth: Add new hci_cb entries to the tail rather than the head
by Johan Hedberg
· 10 years ago
0af801b
Bluetooth: Fix AMP init for certain AMP controllers
by Johan Hedberg
· 10 years ago
a44fecb
Bluetooth: Add shutdown callback before closing the device
by Tedd Ho-Jeong An
· 10 years ago
2d28cfe
Bluetooth: Add le_scan_restart work for LE scan restarting
by Jakub Pawlowski
· 10 years ago
f7697b1
Bluetooth: Store OOB data present value for each set of remote OOB data
by Marcel Holtmann
· 10 years ago
64dae96
Bluetooth: Move smp_unregister() into hci_dev_do_close() function
by Marcel Holtmann
· 10 years ago
c7741d1
Bluetooth: Perform a power cycle when receiving hardware error event
by Marcel Holtmann
· 10 years ago
5c91249
Bluetooth: Introduce hci_dev_do_reset helper function
by Marcel Holtmann
· 10 years ago
8f502f8
Bluetooth: Fix notifying discovery state when powering off
by Johan Hedberg
· 10 years ago
574ea3c
Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP
by Marcel Holtmann
· 10 years ago
162a3ba
Bluetooth: Bind the SMP channel registration to management power state
by Marcel Holtmann
· 10 years ago
36f260c
Bluetooth: Move Delete Stored Link Key to 4th phase of initialization
by Marcel Holtmann
· 10 years ago
48ce62c
Bluetooth: Read stored link key information when powering on controller
by Marcel Holtmann
· 10 years ago
1904a85
Bluetooth: Add opcode parameter to hci_req_complete_t callback
by Marcel Holtmann
· 10 years ago
043ec9b
Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE option
by Marcel Holtmann
· 10 years ago
Next »