Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0a0830feb2adce8c7234b8c166a32fe9e7616788
/
include
/
net
/
bluetooth
db25be6
Bluetooth: hci_core: increase max adv inst
by Florian Grandel
· 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
821f376
Bluetooth: Read encryption key size for BR/EDR connections
by Johan Hedberg
· 9 years ago
ff50e8a
Bluetooth: Move SCO support under BT_BREDR config option
by Arron Wang
· 9 years ago
9b4c333
Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void
by Arron Wang
· 9 years ago
8b76ce3
Bluetooth: Fix encryption key size handling for LTKs
by Johan Hedberg
· 9 years ago
0fe29fd
Bluetooth: Read LE remote features during connection establishment
by Marcel Holtmann
· 10 years ago
d619ffc
Bluetooth: Update SSP OOB data EIR definitions
by Johan Hedberg
· 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
1b9441f
Bluetooth: Convert local OOB data reading to use HCI request
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
a4368ff
Bluetooth: Refactor L2CAP variables into l2cap_ctrl
by Johan Hedberg
· 10 years ago
4950999
Bluetooth: Add macros for advertising instance flags
by Arman Uguray
· 10 years ago
912098a
Bluetooth: Add support for adv instance timeout
by Arman Uguray
· 10 years ago
203fea0
Bluetooth: Add data structure for advertising instance
by Arman Uguray
· 10 years ago
4453b00
Bluetooth: Introduce HCI_ADVERTISING_INSTANCE setting and add AD flags
by Arman Uguray
· 10 years ago
841a666
Bluetooth: Add definitions for Add/Remove Advertising API
by Arman Uguray
· 10 years ago
fa4335d
Bluetooth: Move generic mgmt command dispatcher to hci_sock.c
by Johan Hedberg
· 10 years ago
88b94ce
Bluetooth: Add hdev_init callback for HCI channels
by Johan Hedberg
· 10 years ago
d0f172b
Bluetooth: Add helper to get HCI channel of a socket
by Johan Hedberg
· 10 years ago
695c4cb
Bluetooth: Introduce HCI_QUIRK_SIMULTANEOUS_DISCOVERY
by Jakub Pawlowski
· 10 years ago
72000df
Bluetooth: Add support for Local OOB Extended Data Update events
by Marcel Holtmann
· 10 years ago
f709bfc
Bluetooth: Add constants for LE SC Confirmation and Random values
by Marcel Holtmann
· 10 years ago
aefedc1
Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag
by Marcel Holtmann
· 10 years ago
4f0f155
Bluetooth: Add simple version of Read Local OOB Extended Data command
by Marcel Holtmann
· 10 years ago
1471aae
Bluetooth: Add defines for LE Bluetooth Device Address and LE Role
by Marcel Holtmann
· 10 years ago
d3d5305
Bluetooth: Add simple version of Read Advertising Features command
by Marcel Holtmann
· 10 years ago
a958452
Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n)
by Marcel Holtmann
· 10 years ago
f6b7712
Bluetooth: Send global configuration updates to all management users
by Marcel Holtmann
· 10 years ago
c927a10
Bluetooth: Add support for trust verification of management commands
by Marcel Holtmann
· 10 years ago
c91041d
Bluetooth: Add support for untrusted access to management commands
by Marcel Holtmann
· 10 years ago
c85be54
Bluetooth: Add hci_sock_test_flag helper function
by Marcel Holtmann
· 10 years ago
c08b1a1
Bluetooth: Consolidate socket channel sending function back into one
by Marcel Holtmann
· 10 years ago
50ebc05
Bluetooth: Introduce trusted flag for management control sockets
by Marcel Holtmann
· 10 years ago
96f1474
Bluetooth: Add support for extended index management command
by Marcel Holtmann
· 10 years ago
ced8554
Bluetooth: Add support for extended index management events
by Marcel Holtmann
· 10 years ago
f920733
Bluetooth: Use special function to send filter management index events
by Marcel Holtmann
· 10 years ago
17711c6
Bluetooth: Provide hci_send_to_flagged_channel helper function
by Marcel Holtmann
· 10 years ago
6befc64
Bluetooth: Add flags field and setting function for HCI sockets
by Marcel Holtmann
· 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
516018a
Bluetooth: Introduce hci_dev_test_and_change_flag helper macro
by Marcel Holtmann
· 10 years ago
ce05d60
Bluetooth: Introduce hci_dev_change_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
cc91cb0
Bluetooth: Add support connectable advertising setting
by Marcel Holtmann
· 10 years ago
55e76b3
Bluetooth: Add 'Already Paired' error for Pair Device command
by Johan Hedberg
· 10 years ago
406ef2a
Bluetooth: Make Fast Connectable available while powered off
by Johan Hedberg
· 10 years ago
b9a245fb
Bluetooth: Move all mgmt command quirks to handler table
by Johan Hedberg
· 10 years ago
6d785aa3
Bluetooth: Convert mgmt to use HCI chan registration API
by Johan Hedberg
· 10 years ago
801c1e8
Bluetooth: Add mgmt HCI channel registration API
by Johan Hedberg
· 10 years ago
93690c2
Bluetooth: Introduce controller setting information for static address
by Marcel Holtmann
· 10 years ago
82f8b65
Bluetooth: fix service discovery behaviour for empty uuids filter
by Jakub Pawlowski
· 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
1b78414
net: Remove iocb argument from sendmsg and recvmsg
by Ying Xue
· 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
4cd3928
Bluetooth: Update New CSRK event to match latest specification
by Johan Hedberg
· 10 years ago
7129069
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
by Johan Hedberg
· 10 years ago
3a6d576
Bluetooth: Convert disconn_cfm to be triggered through hci_cb
by Johan Hedberg
· 10 years ago
539c496
Bluetooth: Convert connect_cfm to be triggered through hci_cb
by Johan Hedberg
· 10 years ago
354fe80
Bluetooth: Convert L2CAP security callback to use hci_cb
by Johan Hedberg
· 10 years ago
fba7ecf
Bluetooth: Convert hci_cb_list_lock to a mutex
by Johan Hedberg
· 10 years ago
a44fecb
Bluetooth: Add shutdown callback before closing the device
by Tedd Ho-Jeong An
· 10 years ago
66f096f
Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct
by Johan Hedberg
· 10 years ago
4b0e0ce
Bluetooth: Add restarting to service discovery
by Jakub Pawlowski
· 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
c7741d1
Bluetooth: Perform a power cycle when receiving hardware error event
by Marcel Holtmann
· 10 years ago
a1443f5
Bluetooth: Convert Set SC to use HCI Request
by Johan Hedberg
· 10 years ago
0026b65
Bluetooth: Remove unused function
by Rickard Strandqvist
· 10 years ago
039d4e4
Bluetooth: Add missing response structure for HCI Delete Stored Link Key
by Marcel Holtmann
· 10 years ago
c2f0f97
Bluetooth: Handle command complete event for HCI Read Stored Link Keys
by Marcel Holtmann
· 10 years ago
cb96278
Bluetooth: Add defintions for HCI Read Stored Link Key command
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
05b3c3e
Bluetooth: Remove no longer needed force_sc_support debugfs option
by Marcel Holtmann
· 10 years ago
91389af
Bluetooth: Remove broken force_lesc_support debugfs option
by Marcel Holtmann
· 10 years ago
300acfde
Bluetooth: Introduce force_bredr_smp debugfs option for testing
by Marcel Holtmann
· 10 years ago
711ffa7
Bluetooth: Introduce HCI_QUIRK_BROKEN_LOCAL_COMMANDS constant
by Marcel Holtmann
· 10 years ago
72e4a6b
Bluetooth: Remove duplicate constant for RFCOMM PSM
by Marcel Holtmann
· 10 years ago
23b9ceb
Bluetooth: Create debugfs directory for each connection handle
by Marcel Holtmann
· 10 years ago
a8e1bfa
Bluetooth: Store default and maximum LE data length settings
by Marcel Holtmann
· 10 years ago
94a3bd0
Bluetooth: Add structures for LE Data Length Extension feature
by Marcel Holtmann
· 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
cab9e3a
Bluetooth: 6lowpan: Add IPSP PSM value
by Jukka Rissanen
· 10 years ago
Next »