Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1af95de6f0119d5bde02d3a811a9f3a3661e954e
/
net
/
bluetooth
/
hci_core.c
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
04422da
Bluetooth: Remove dead code for manufacturer inquiry mode quirks
by Marcel Holtmann
· 10 years ago
ec6cef9
Bluetooth: Fix SMP channel registration for unconfigured controllers
by Marcel Holtmann
· 10 years ago
0f3adea
Bluetooth: Remove BlueFritz! specific check from initialization
by Marcel Holtmann
· 10 years ago
a8e1bfa
Bluetooth: Store default and maximum LE data length settings
by Marcel Holtmann
· 10 years ago
a9f6068
Bluetooth: Enable basics for LE Data Length Extension feature
by Marcel Holtmann
· 10 years ago
3a5c82b
Bluetooth: Move LE debugfs file creation into hci_debugfs.c
by Marcel Holtmann
· 10 years ago
71c3b60
Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c
by Marcel Holtmann
· 10 years ago
40ce72b
Bluetooth: Move common debugfs file creation into hci_debugfs.c
by Marcel Holtmann
· 10 years ago
60c5f5f
Bluetooth: Add skeleton functions for debugfs creation
by Marcel Holtmann
· 10 years ago
50b5b95
Bluetooth: Support static address when BR/EDR has been disabled
by Marcel Holtmann
· 10 years ago
405a261
Bluetooth: Move hci_update_page_scan to hci_request.c
by Johan Hedberg
· 10 years ago
5a154e6
Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete
by Johan Hedberg
· 10 years ago
2cf2221
Bluetooth: Add hci_request support for hci_update_background_scan
by Johan Hedberg
· 10 years ago
0857dd3
Bluetooth: Split hci_request helpers to hci_request.[ch]
by Johan Hedberg
· 10 years ago
1d2dc5b
Bluetooth: Split hci_update_page_scan into two functions
by Johan Hedberg
· 10 years ago
1aeb9c6
Bluetooth: Fix notifying mgmt power off before flushing connection list
by Johan Hedberg
· 10 years ago
417287d
Bluetooth: Fix check for support for page scan related commands
by Marcel Holtmann
· 10 years ago
3ad6758
Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete()
by Jaganath Kanakkassery
· 10 years ago
9437d2e
Bluetooth: Fix generation of non-resolvable private addresses
by Marcel Holtmann
· 10 years ago
5a34bd5
Bluetooth: Enable events for P-256 Public Key and DHKey commands
by Marcel Holtmann
· 10 years ago
4efbb2c
Bluetooth: Add support for enabling Extended Scanner Filter Policies
by Marcel Holtmann
· 10 years ago
4b71bba
Bluetooth: Enabled LE Direct Advertising Report event if supported
by Marcel Holtmann
· 10 years ago
ee3c3ca
Bluetooth: Clear discovery filter before starting background scan
by Marcel Holtmann
· 10 years ago
2207880
Bluetooth: Fix memory leaks from discovery filter UUID list
by Marcel Holtmann
· 10 years ago
0256325
Bluetooth: Add helper function for clearing the discovery filter
by Marcel Holtmann
· 10 years ago
37eab04
Bluetooth: Add extra discovery fields for storing filter information
by Jakub Pawlowski
· 10 years ago
923e241
Bluetooth: Fix SMP debug key handling
by Johan Hedberg
· 10 years ago
6928a92
Bluetooth: Store address type with OOB data
by Johan Hedberg
· 10 years ago
81328d5c
Bluetooth: Unify remote OOB data functions
by Johan Hedberg
· 10 years ago
858cdc7
Bluetooth: Add debugfs switch for forcing SMP over BR/EDR
by Johan Hedberg
· 10 years ago
e3befab
Bluetooth: Fix BR/EDR Link Key type when derived through LE SC
by Johan Hedberg
· 11 years ago
f3a73d9
Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk
by Johan Hedberg
· 11 years ago
0ac3dbf
Bluetooth: Remove unused hci_find_ltk function
by Johan Hedberg
· 11 years ago
5378bc5
Bluetooth: Update LTK lookup to correctly deal with SC LTKs
by Johan Hedberg
· 11 years ago
710f11c
Bluetooth: Use custom macro for testing BR/EDR SC enabled
by Johan Hedberg
· 11 years ago
0378b59
Bluetooth: Convert link keys list to use RCU
by Johan Hedberg
· 10 years ago
22a3cea
Bluetooth: Fix setting state back to TASK_RUNNING
by Johan Hedberg
· 10 years ago
76727c0
Bluetooth: Call drain_workqueue() before resetting state
by Johan Hedberg
· 10 years ago
38da170
Bluetooth: Use shorter "rand" name for "randomizer"
by Johan Hedberg
· 10 years ago
adae20c
Bluetooth: Convert IRK list to RCU
by Johan Hedberg
· 10 years ago
970d0f1
Bluetooth: Convert LTK list to RCU
by Johan Hedberg
· 10 years ago
40f4938
Bluetooth: Consolidate whitelist debugfs entry into device_list
by Marcel Holtmann
· 10 years ago
75e0569
Bluetooth: Add hci_reset_dev() for driver triggerd stack reset
by Marcel Holtmann
· 10 years ago
039fada
Bluetooth: Fix hci_sync missing wakeup interrupt
by Chan-yeol Park
· 10 years ago
9cfd5a2
Bluetooth: Wrong style spin lock used
by Jukka Rissanen
· 10 years ago
49c922b
Bluetooth: spelling fixes
by Stephen Hemminger
· 10 years ago
0097db0
Bluetooth: Remove exported hci_recv_fragment function
by Marcel Holtmann
· 10 years ago
43e73e4
Bluetooth: Provide HCI command opcode information to driver
by Marcel Holtmann
· 10 years ago
9a783a1
Bluetooth: Fix re-setting RPA as expired when deferring update
by Johan Hedberg
· 10 years ago
f6c6324
Bluetooth: Refactor connection parameter freeing into its own function
by Johan Hedberg
· 10 years ago
f8aaf9b
Bluetooth: Fix using hci_conn_get() for hci_conn pointers
by Johan Hedberg
· 10 years ago
61a3d4f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 10 years ago
f161dd4
Bluetooth: Fix hci_conn reference counting for auto-connections
by Johan Hedberg
· 10 years ago
defce9e
Bluetooth: Make AES crypto context private to SMP
by Johan Hedberg
· 10 years ago
711eafe
Bluetooth: Move SMP (de)initialization to smp.c
by Johan Hedberg
· 10 years ago
5450691
Bluetooth: Move SMP initialization after HCI init
by Johan Hedberg
· 10 years ago
222916e
Bluetooth: Refactor SMP (de)initialization into separate functions
by Johan Hedberg
· 10 years ago
893eded
Bluetooth: Fix IRK lookup when tfm_aes is not available
by Johan Hedberg
· 10 years ago
fabed38
Bluetooth: Fix hci_update_random_address() error return for no crypto
by Johan Hedberg
· 10 years ago
22f433d
Bluetooth: Disable page scan if all whitelisted devices are connected
by Johan Hedberg
· 10 years ago
Next »