Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b92b8b35a2e38bde319fd1d68ec84628c1f1b0fb
/
net
/
bluetooth
1f5014d
Bluetooth: hidp: Fix regression with older userspace and flags validation
by Marcel Holtmann
· 10 years ago
0fe29fd
Bluetooth: Read LE remote features during connection establishment
by Marcel Holtmann
· 10 years ago
40f66c0
Bluetooth: Add local SSP OOB data to OOB ext data mgmt command
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
38c8af6
Bluetooth: Fix location of TX power field in LE advertising data
by Marcel Holtmann
· 10 years ago
fd6413d
Bluetooth: hidp: Use BIT(x) instead of (1 << x)
by Marcel Holtmann
· 10 years ago
b2ddeb1
Bluetooth: cmtp: Use BIT(x) instead of (1 << x)
by Marcel Holtmann
· 10 years ago
836a061
Bluetooth: bnep: Handle BNEP connection setup request
by Grzegorz Kolodziejczyk
· 10 years ago
bf8b9a9
Bluetooth: bnep: Add support to extended headers of control frames
by Grzegorz Kolodziejczyk
· 10 years ago
0477e2e
Bluetooth: bnep: Add support for get bnep features via ioctl
by Grzegorz Kolodziejczyk
· 10 years ago
e0fdbab
Bluetooth: bnep: Return err value while sending cmd is not understood
by Grzegorz Kolodziejczyk
· 10 years ago
e213568
Bluetooth: Disallow LE local out-of-band data when LE privacy is used
by Marcel Holtmann
· 10 years ago
1b9441f
Bluetooth: Convert local OOB data reading to use HCI request
by Johan Hedberg
· 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
444c6dd
Bluetooth: Add clarifying comment to command status handling
by Johan Hedberg
· 10 years ago
64dd374
Bluetooth: Export SMP selftest result in debugfs
by Marcel Holtmann
· 10 years ago
6de50f9
Bluetooth: Export ECDH selftest result in debugfs
by Marcel Holtmann
· 10 years ago
0151e42
Bluetooth: Restrict BNEP flags to only valid ones
by Marcel Holtmann
· 10 years ago
5f5da99
Bluetooth: Restrict HIDP flags to only valid ones
by Marcel Holtmann
· 10 years ago
8bf17a3
Bluetooth: Restrict CMTP flags to only valid ones
by Marcel Holtmann
· 10 years ago
c3370de
Bluetooth: Expose current Device ID information via debugfs
by Marcel Holtmann
· 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
20fa110
Bluetooth: Remove superfluous extra empty line between functions
by Marcel Holtmann
· 10 years ago
57b0d3e
Bluetooth: Fix error returns for Read Local OOB Extended Data commands
by Marcel Holtmann
· 10 years ago
efcd8c9
Bluetooth: Move memory location outside of hci_dev lock
by Marcel Holtmann
· 10 years ago
880897d
Bluetooth: Update adv. parameters when conn. setting changes
by Arman Uguray
· 10 years ago
c7d4883
Bluetooth: Use ADV_SCAN_IND for adv. instances
by Arman Uguray
· 10 years ago
faccb95
Bluetooth: Fix using global connectable settings for adv
by Arman Uguray
· 10 years ago
600b215
Bluetooth: Fix race condition with HCI_RESET flag
by Johan Hedberg
· 10 years ago
fdf5178
Bluetooth: Unify advertising data code paths
by Arman Uguray
· 10 years ago
089fa8c
Bluetooth: Update supported_flags for AD features
by Arman Uguray
· 10 years ago
5507e35
Bluetooth: Support the "tx-power" adv flag
by Arman Uguray
· 10 years ago
67e0c0c
Bluetooth: Support the "managed-flags" adv flag
by Arman Uguray
· 10 years ago
807ec77
Bluetooth: Support the "limited-discoverable" adv flag
by Arman Uguray
· 10 years ago
b44133f
Bluetooth: Support the "discoverable" adv flag
by Arman Uguray
· 10 years ago
e7a685d
Bluetooth: Support the "connectable mode" adv flag
by Arman Uguray
· 10 years ago
08dc0e9
Bluetooth: Fix minor typo in comment for static address setting
by Marcel Holtmann
· 10 years ago
99c679a
Bluetooth: Filter list of supported commands/events for untrusted users
by Marcel Holtmann
· 10 years ago
912098a
Bluetooth: Add support for adv instance timeout
by Arman Uguray
· 10 years ago
4117ed7
Bluetooth: Add support for instance scan response
by Arman Uguray
· 10 years ago
da929335
Bluetooth: Implement the Remove Advertising command
by Arman Uguray
· 10 years ago
24b4f38
Bluetooth: Implement the Add Advertising command
by Arman Uguray
· 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
b55d1ab
Bluetooth: Expose quirks through debugfs
by Jakub Pawlowski
· 10 years ago
dc5d82a
Bluetooth: Use HCI_MAX_AD_LENGTH constant instead hardcoded value
by Marcel Holtmann
· 10 years ago
e7844ee
Bluetooth: Gracefully response to enabling LE on LE only devices
by Marcel Holtmann
· 10 years ago
63511f6d
Bluetooth: Fix potential NULL dereference in SMP channel setup
by Marcel Holtmann
· 10 years ago
19c5ce9
Bluetooth: Add workaround for broken OS X legacy SMP pairing
by Johan Hedberg
· 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
a380b6c
Bluetooth: Add generic mgmt helper API
by Johan Hedberg
· 10 years ago
333ae95
Bluetooth: Add channel parameter to mgmt_pending_find() API
by Johan Hedberg
· 10 years ago
d0f172b
Bluetooth: Add helper to get HCI channel of a socket
by Johan Hedberg
· 10 years ago
07d2334
Bluetooth: Add simultaneous dual mode scan
by Jakub Pawlowski
· 10 years ago
812abb1
Bluetooth: Refactor BR/EDR inquiry and LE scan triggering.
by Jakub Pawlowski
· 10 years ago
72000df
Bluetooth: Add support for Local OOB Extended Data Update events
by Marcel Holtmann
· 10 years ago
5425f98
Bluetooth: Fix length for Read Local OOB Extended Data respone packet
by Marcel Holtmann
· 10 years ago
5082a59
Bluetooth: Do not include LE SC out-of-band data if not enabled
by Marcel Holtmann
· 10 years ago
b880ab8
Bluetooth: The P-256 randomizer is 16 octets long and not 19 octets
by Marcel Holtmann
· 10 years ago
fb334fe
Bluetooth: Rename smp->local_rr into smp->local_rand
by Marcel Holtmann
· 10 years ago
bc07cd6
Bluetooth: Add extra SMP_DBG statement for remote OOB data
by Marcel Holtmann
· 10 years ago
e091526
Bluetooth: Use smp->remote_pk + 32 instead of &smp->remote_pk[32]
by Marcel Holtmann
· 10 years ago
cb06d36
Bluetooth: Add clarifying comment when setting local OOB flag
by Johan Hedberg
· 10 years ago
a8ca617
Bluetooth: Don't send public key if OOB data verification fails
by Johan Hedberg
· 10 years ago
94ea725
Bluetooth: Fix verifying confirm value when lacking remote OOB data
by Johan Hedberg
· 10 years ago
5842856
Bluetooth: Set local OOB data flag if remote has our OOB data
by Johan Hedberg
· 10 years ago
1a8bab4
Bluetooth: Track local vs remote OOB data availability
by Johan Hedberg
· 10 years ago
882fafa
Bluetooth: Fix local OOB data handling for SMP
by Johan Hedberg
· 10 years ago
8e4e2ee
Bluetooth: Use smp->local_pk + 32 instead of &smp->local_pk[32]
by Marcel Holtmann
· 10 years ago
33d0c03
Bluetooth: Use OOB key pair for LE SC pairing with OOB method
by Marcel Holtmann
· 10 years ago
0821a2c
Bluetooth: Return LE SC confirm and random values for out-of-band data
by Marcel Holtmann
· 10 years ago
60a27d6
Bluetooth: Add function for generating LE SC out-of-band data
by Marcel Holtmann
· 10 years ago
6e2dc6d
Bluetooth: Add support for AES-CMAC hash for security manager device
by Marcel Holtmann
· 10 years ago
88a479d
Bluetooth: Create SMP device structure for local crypto context
by Marcel Holtmann
· 10 years ago
276812e
Bluetooth: Use kzfree instead of kfree in security manager
by Marcel Holtmann
· 10 years ago
aefedc1
Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag
by Marcel Holtmann
· 10 years ago
455c2ff
Bluetooth: Fix BR/EDR out-of-band pairing with only initiator data
by Marcel Holtmann
· 10 years ago
4f0f155
Bluetooth: Add simple version of Read Local OOB Extended Data command
by Marcel Holtmann
· 10 years ago
bea4160
Bluetooth: Move eir_append_data function to a different location
by Marcel Holtmann
· 10 years ago
d3d5305
Bluetooth: Add simple version of Read Advertising Features command
by Marcel Holtmann
· 10 years ago
f6b7712
Bluetooth: Send global configuration updates to all management users
by Marcel Holtmann
· 10 years ago
1195fbb
Bluetooth: Open management interface for untrusted users
by Marcel Holtmann
· 10 years ago
c927a10
Bluetooth: Add support for trust verification of management commands
by Marcel Holtmann
· 10 years ago
7aea8616
Bluetooth: Remove unneeded initializer for management command table
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
Next »