Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
7f971041cf591d8cf3b289c9d78739638ca7e629
/
net
/
bluetooth
/
mgmt.c
7f97104
Bluetooth: Use system workqueue to schedule power_on
by Gustavo F. Padovan
· 13 years ago
80b7ab3
Bluetooth: move power_off to system workqueue
by Gustavo F. Padovan
· 13 years ago
09fd0de
Bluetooth: Replace spin_lock by mutex in hci_dev
by Gustavo F. Padovan
· 13 years ago
604086b
Bluetooth: Add User Passkey Response handling
by Brian Gix
· 13 years ago
47c15e2
Bluetooth: Differentiate LE User Pairing Responses
by Brian Gix
· 13 years ago
0df4c18
Bluetooth: User Pairing Response restructuring
by Brian Gix
· 13 years ago
450dfda
Bluetooth: Pass all message parameters to mgmt_start_discovery
by Johan Hedberg
· 13 years ago
0e5f875
Bluetooth: Add missing cmd_complete for mgmt_load_link_keys
by Johan Hedberg
· 13 years ago
ca69b79
Bluetooth: Create a unique mgmt error code hierarchy
by Johan Hedberg
· 13 years ago
8680570
Bluetooth: Return success instead of EALREADY for mgmt commands
by Johan Hedberg
· 13 years ago
1425acb
Bluetooth: Fix mgmt_pair_device imediate error responses
by Johan Hedberg
· 13 years ago
ba4e564
Bluetooth: Add address type to mgmt_pair_device
by Johan Hedberg
· 13 years ago
e6d465c
Bluetooth: mgmt_stop_discovery_failed()
by Andre Guedes
· 13 years ago
7a13510
Bluetooth: Rename mgmt_inquiry_failed()
by Andre Guedes
· 13 years ago
37d9ef7
Bluetooth: Add status parameter to mgmt_disconnect response
by Johan Hedberg
· 13 years ago
a8a1d19
Bluetooth: Add proper response to mgmt_remove_keys command
by Johan Hedberg
· 13 years ago
c3f0675
Bluetooth: Fix deadlock with mgmt_pair_device
by Johan Hedberg
· 13 years ago
48264f0
Bluetooth: Add public/random LE address information to mgmt messages
by Johan Hedberg
· 13 years ago
2aeabcb
Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups
by Johan Hedberg
· 13 years ago
fc2f4b1
Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd
by Johan Hedberg
· 13 years ago
e0f9309
Bluetooth: Fix cancel_delayed_work_sync usage with locks
by Johan Hedberg
· 13 years ago
56e5cb8
Bluetooth: Add missing hci_dev locking when calling mgmt functions
by Johan Hedberg
· 13 years ago
2e58ef3
Bluetooth: Move pending management command list into struct hci_dev
by Johan Hedberg
· 13 years ago
744cf19
Bluetooth: Pass full hci_dev struct to mgmt callbacks
by Johan Hedberg
· 13 years ago
4c659c3
Bluetooth: Add address type fields to mgmt messages that need them
by Johan Hedberg
· 13 years ago
86742e1
Bluetooth: Update link key mgmt APIs to match latest spec.
by Johan Hedberg
· 13 years ago
bd2d133
Bluetooth: Fix response for mgmt_start_discovery when powered off
by Johan Hedberg
· 13 years ago
889d07e
Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock
by Johan Hedberg
· 13 years ago
3243553
Bluetooth: Convert power off mechanism to use delayed_work
by Johan Hedberg
· 13 years ago
2d7cee5
Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails
by Johan Hedberg
· 13 years ago
16ab91a
Bluetooth: Add timeout field to mgmt_set_discoverable
by Johan Hedberg
· 13 years ago
023d5049
Bluetooth: Create hci_cancel_inquiry()
by Andre Guedes
· 13 years ago
2519a1f
Bluetooth: Create hci_do_inquiry()
by Andre Guedes
· 13 years ago
b24752f
Bluetooth: Fix mgmt response when adapter goes down or is removed
by Johan Hedberg
· 13 years ago
df164df
Bluetooth: Set HCI_MGMT flag only in read_controller_info
by Johan Hedberg
· 13 years ago
164a6e7
Bluetooth: Fix command complete/status for discovery commands
by Johan Hedberg
· 13 years ago
8035ded
Bluetooth: replace list_for_each with list_for_each_entry whenever possible
by Luiz Augusto von Dentz
· 13 years ago
e5b82e5
Bluetooth: Fix missing cmd_status in mgmt
by Gustavo F. Padovan
· 13 years ago
12dc074
Bluetooth: Use list_for_each_entry() in mgmt
by Gustavo F. Padovan
· 13 years ago
b705913
Bluetooth: Add missing cmd_status() in mgmt
by Gustavo F. Padovan
· 13 years ago
56b7d13
Bluetooth: return proper error if sock_queue_rcv_skb() fails
by Gustavo F. Padovan
· 13 years ago
f852359
Bluetooth: Check 'dev_class' in mgmt_device_found()
by Andre Guedes
· 13 years ago
a492cd5
Revert "Bluetooth: Add support for communicating keys with userspace"
by Vinicius Costa Gomes
· 13 years ago
5e76244
Bluetooth: Add mgmt events for blacklisting
by Antti Julku
· 13 years ago
c908df3
Bluetooth: Use the MEDIUM security level for pairings
by Vinicius Costa Gomes
· 13 years ago
f6422ec
Bluetooth: Add mgmt command for fast connectable mode
by Antti Julku
· 13 years ago
cfafccf
Bluetooth: Add link_type information to the mgmt Connected event
by Vinicius Costa Gomes
· 13 years ago
7a512d0
Bluetooth: Add support for pairing via mgmt over LE
by Vinicius Costa Gomes
· 13 years ago
726b4ff
Bluetooth: Add support for storing the key size
by Vinicius Costa Gomes
· 13 years ago
5a0a8b4
Bluetooth: Add support for communicating keys with userspace
by Vinicius Costa Gomes
· 13 years ago
8c156c3
Bluetooth: Fix potential deadlock in mgmt
by Andre Guedes
· 13 years ago
7fbec22
Bluetooth: Add blacklisting support for mgmt interface
by Antti Julku
· 13 years ago
94ac027
Bluetooth: fix missing parameter for HCI_OP_DISCONNECT
by Anderson Lizardo
· 13 years ago
96d97a6
Bluetooth: Verify a pin code in pin_code_reply
by Waldemar Rymarkiewicz
· 13 years ago
24718ca
Bluetooth: Remove a magic number
by Waldemar Rymarkiewicz
· 13 years ago
b5ad8b7
Bluetooth: fix sparse & gcc warnings
by Johannes Berg
· 13 years ago
37e1c55
Bluetooth: Remove unnecessary use of hci_dev_list_lock
by Johan Hedberg
· 13 years ago
365227e
Bluetooth: Add support for disconnecting LE links via mgmt
by Vinicius Costa Gomes
· 14 years ago
4df378a
Bluetooth: Add store_hint parameter to mgmt_new_key
by Johan Hedberg
· 14 years ago
4748fed
Bluetooth: Remove old_key_type from mgmt_ev_new_key
by Johan Hedberg
· 14 years ago
d25e28a
Bluetooth: Fix link key persistent storage criteria
by Johan Hedberg
· 14 years ago
55bc1a3
Bluetooth: Add confirm_hint parameter to user confirmation requests
by Johan Hedberg
· 14 years ago
a770bb5
Bluetooth: Add secure flag for mgmt_pin_code_req
by Waldemar Rymarkiewicz
· 14 years ago
314b238
Bluetooth: Add discovering event to the Management interface
by Johan Hedberg
· 14 years ago
14a5366
Bluetooth: Add basic discovery commands to the management interface
by Johan Hedberg
· 14 years ago
e63a15e
Bluetooth: Use GFP_KERNEL in user context
by Gustavo F. Padovan
· 14 years ago
1322901
Bluetooth: Don't use spin_lock_bh in user context
by Gustavo F. Padovan
· 14 years ago
a88a965
Bluetooth: Add mgmt_remote_name event
by Johan Hedberg
· 14 years ago
e17acd4
Bluetooth: Add mgmt_device_found event
by Johan Hedberg
· 14 years ago
220b881
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6
by Gustavo F. Padovan
· 14 years ago
08ba538
Bluetooth: Fix missing hci_dev_lock_bh in user_confirm_reply
by Johan Hedberg
· 14 years ago
80a1e1d
Bluetooth: Add local Extended Inquiry Response (EIR) support
by Johan Hedberg
· 14 years ago
2763eda
Bluetooth: Add add/remove_remote_oob_data management commands
by Szymon Janc
· 14 years ago
c35938b
Bluetooth: Add read_local_oob_data management command
by Szymon Janc
· 14 years ago
8fce635
Bluetooth: Allow for NULL data in mgmt_pending_add
by Szymon Janc
· 14 years ago
c68fb7f
Bluetooth: Rename cmd to param in pending_cmd
by Szymon Janc
· 14 years ago
b312b161
Bluetooth: mgmt: Add support for setting the local name
by Johan Hedberg
· 14 years ago
dc4fe30
Bluetooth: mgmt: Add local name information to read_info reply
by Johan Hedberg
· 14 years ago
b8534e0
Bluetooth: Fix some small code style issues in mgmt.c
by Szymon Janc
· 14 years ago
3cf2a4f
Bluetooth: Use variable name instead of type in sizeof()
by Szymon Janc
· 14 years ago
8ce6284
Bluetooth: Remove unused code from get_connections
by Szymon Janc
· 14 years ago
34eb525
Bluetooth: Log all parameters in cmd_status for easier debugging
by Szymon Janc
· 14 years ago
8020c16
Bluetooth: Fix possible NULL pointer dereference in cmd_complete
by Szymon Janc
· 14 years ago
30e7627
Bluetooth: Use ERR_PTR as return error from hci_connect
by Ville Tervo
· 14 years ago
bdce7ba
Bluetooth: Validate data size before accessing mgmt commands
by Szymon Janc
· 14 years ago
4e51eae
Bluetooth: Move index to common header in management interface
by Szymon Janc
· 14 years ago
779cb85
Bluetooth: Use proper command structure in remove_uuid
by Szymon Janc
· 14 years ago
a664b5b
Bluetooth: Fix unnecessary list traversal in mgmt_pending_remove
by Johan Hedberg
· 14 years ago
2a61169
Bluetooth: Add mgmt_auth_failed event
by Johan Hedberg
· 14 years ago
ac56fb1
Bluetooth: Fix mgmt_pin_code_reply return parameters
by Johan Hedberg
· 14 years ago
59a24b5
Bluetooth: Fix mgmt_pin_code_reply command status opcode
by Johan Hedberg
· 14 years ago
a5c2968
Bluetooth: Add management support for user confirmation request
by Johan Hedberg
· 14 years ago
e9a416b
Bluetooth: Add mgmt_pair_device command
by Johan Hedberg
· 14 years ago
366a033
Bluetooth: Make pending_add return a pointer to the added entry
by Johan Hedberg
· 14 years ago
7235975
Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>
by Szymon Janc
· 14 years ago
17fa4b9
Bluetooth: Add set_io_capability management command
by Johan Hedberg
· 14 years ago
980e1a5
Bluetooth: Add support for PIN code handling in the management interface
by Johan Hedberg
· 14 years ago
a38528f
Bluetooth: Create common cmd_complete function for mgmt.c
by Johan Hedberg
· 14 years ago
2784eb4
Bluetooth: Add get_connections managment interface command
by Johan Hedberg
· 14 years ago
17d5c04
Bluetooth: Add support for connect failed management event
by Johan Hedberg
· 14 years ago
Next »