Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
18093d1c0d1e032142ee24825678b0a8977d74ba
/
net
/
bluetooth
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
5f1764d
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next
by David S. Miller
· 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
983f981
Bluetooth: Remove two else branches that are not needed
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
beb1c21
Bluetooth: Increment management interface revision
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
0402d9f2
Bluetooth: fix sco_exit compile warning
by Alexander Aring
· 10 years ago
7a00ff4
Bluetooth: Add mgmt_send_event() helper to send to any HCI channel
by Johan Hedberg
· 10 years ago
3b0602c
Bluetooth: Rename pending_cmd to mgmt_pending_cmd
by Johan Hedberg
· 10 years ago
2a1afb5
Bluetooth: Rename cmd_complete() to mgmt_cmd_complete()
by Johan Hedberg
· 10 years ago
a69e837
Bluetooth: Rename cmd_status() to mgmt_cmd_status()
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
2976cde
Bluetooth: Refactor service discovery filter logic
by Jakub Pawlowski
· 10 years ago
48f86b7
Bluetooth: Move Service Discovery logic before refactoring
by Jakub Pawlowski
· 10 years ago
211b853
bluetooth: Use eth_<foo>_addr instead of memset
by Joe Perches
· 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
b4772ef
net: use common macro for assering skb->cb[] available size in protocol families
by Eyal Birger
· 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
9391976
Bluetooth: make hci_test_bit's addr const
by Jiri Slaby
· 10 years ago
4cd3928
Bluetooth: Update New CSRK event to match latest specification
by Johan Hedberg
· 10 years ago
03f310e
Bluetooth: Remove unnecessary queue_monitor_skb() function
by Johan Hedberg
· 10 years ago
7129069
Bluetooth: Rename hci_send_to_control to hci_send_to_channel
by Johan Hedberg
· 10 years ago
39e3e74
Bluetooth: Use hci_copy_identity_addr() helper for SMP chan creation
by Johan Hedberg
· 10 years ago
a2cb01d
Bluetooth: Fix checking for pending Set SSP in Set HS handler
by Johan Hedberg
· 10 years ago
94d52da
Bluetooth: Remove bogus check for pending mgmt Set HS command
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
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
315917e
Bluetooth: Fix accepting early data on fixed channels
by Johan Hedberg
· 10 years ago
035a07d
Bluetooth: Provide option to enable/disable debugfs information
by Marcel Holtmann
· 10 years ago
87e2a02
Bluetooth: Make __next_ident function static.
by Marcel Holtmann
· 10 years ago
bc333cc
Bluetooth: Make a2mp_send function static
by Marcel Holtmann
· 10 years ago
469cd4c
Bluetooth: Make amp_mgr_lookup_by_state function static
by Marcel Holtmann
· 10 years ago
Next »