Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
1c346e3e4ce3109ee3331cc68797c52852eb82ff
/
include
/
net
/
bluetooth
« Previous
88c3df1
Bluetooth: Update mgmt_disconnect to match latest API
by Johan Hedberg
· 13 years ago
124f6e3
Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device
by Johan Hedberg
· 13 years ago
28b75a8
Bluetooth: Add hci_le_scan()
by Andre Guedes
· 13 years ago
7ba8b4b
Bluetooth: Add hci_do_le_scan()
by Andre Guedes
· 13 years ago
c599008
Bluetooth: LE scan should send Discovering events
by Andre Guedes
· 13 years ago
f9c5f9d
Bluetooth: Clean up structures left unused
by Vinicius Costa Gomes
· 13 years ago
346af67
Bluetooth: Add MGMT handlers for dealing with SMP LTK's
by Vinicius Costa Gomes
· 13 years ago
c9839a1
Bluetooth: Use the updated key structures for handling LTKs
by Vinicius Costa Gomes
· 13 years ago
b899efa
Bluetooth: Add new structures for handling SMP Long Term Keys
by Vinicius Costa Gomes
· 13 years ago
2842470
Bluetooth: mgmt: Implement Cancel Pair Device command
by Johan Hedberg
· 13 years ago
9ef866a
Bluetooth: Update mgmt.h to match latest API spec
by Johan Hedberg
· 13 years ago
f7aa611
Bluetooth: Rename smp_key_size to enc_key_size
by Vinicius Costa Gomes
· 13 years ago
27f27ed
Bluetooth: Add structures for the new LTK exchange messages
by Vinicius Costa Gomes
· 13 years ago
17cd3f3
Bluetooth: Remove usage of __cancel_delayed_work()
by Ulisses Furquim
· 13 years ago
2f304d1
Bluetooth: Fix potential deadlock
by Andre Guedes
· 13 years ago
2f7719c
Bluetooth: Add alloc_skb chan operator
by Andrei Emeltchenko
· 13 years ago
d22015a
Bluetooth: silence lockdep warning
by Octavian Purdila
· 13 years ago
aa64a8b
Bluetooth: Add a convenience function to check for SSP enabled
by Johan Hedberg
· 13 years ago
84bde9d
Bluetooth: Convert hdev->ssp_mode to a flag
by Johan Hedberg
· 13 years ago
58a681e
Bluetooth: Merge boolean members of struct hci_conn into flags
by Johan Hedberg
· 13 years ago
b644ba3
Bluetooth: Update device_connected and device_found events to latest API
by Johan Hedberg
· 13 years ago
a0c808b
Bluetooth: Convert hdev->out to a bool type
by Johan Hedberg
· 13 years ago
51a8efd
Bluetooth: Rename conn->pend to conn->flags
by Johan Hedberg
· 13 years ago
1dc0609
Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found
by Johan Hedberg
· 13 years ago
6759a67
Bluetooth: Move eir_has_data_field to hci_core.h
by Johan Hedberg
· 13 years ago
9ec9fc8
Bluetooth: Add missing EIR defines to hci.h
by Johan Hedberg
· 13 years ago
e319d2e
Bluetooth: Add eir_len parameter to mgmt_ev_device_found
by Johan Hedberg
· 13 years ago
afc747a
Bluetooth: Rename mgmt connected events to match user space
by Johan Hedberg
· 13 years ago
7d262f8
Bluetooth: Add 'eir_len' param to mgmt_device_found()
by Andre Guedes
· 13 years ago
75b93b5
Bluetooth: Make l2cap_clear_timer return if timer was running or not
by Szymon Janc
· 13 years ago
8b281b9
Bluetooth: Fix 'enable_hs' type
by Fabio Estevam
· 13 years ago
a3d4e20
Bluetooth: Sort to-be-resolved devices by RSSI during discovery
by Johan Hedberg
· 13 years ago
a8b2d5c
Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags
by Johan Hedberg
· 13 years ago
cbe8fed
Bluetooth: Remove bogus inline declaration from l2cap_chan_connect
by Johan Hedberg
· 13 years ago
dc946bd
Bluetooth: Remove __hci_dev_put/hold
by David Herrmann
· 13 years ago
4c724c7
Bluetooth: Correctly take hci_dev->dev refcount
by David Herrmann
· 13 years ago
e9b9cfa
Bluetooth: Remove HCI-owner field
by David Herrmann
· 13 years ago
587ae08
Bluetooth: Remove unused hci-destruct cb
by David Herrmann
· 13 years ago
010666a
Bluetooth: Make hci-destruct callback optional
by David Herrmann
· 13 years ago
1931782
Bluetooth: Fix using an absolute timeout on hci_conn_put()
by Vinicius Costa Gomes
· 13 years ago
cc48dc0
Bluetooth: Remove magic number from ACL TO
by Andrei Emeltchenko
· 13 years ago
b83ddfe
Bluetooth: l2cap_set_timer needs jiffies as timeout value
by Andrzej Kaczmarek
· 13 years ago
25e89e9
Bluetooth: Process num completed data blocks event
by Andrei Emeltchenko
· 13 years ago
30dc78e
Bluetooth: Add name resolving support for mgmt based discovery
by Johan Hedberg
· 13 years ago
ff9ef57
Bluetooth: Add discovery state tracking
by Johan Hedberg
· 13 years ago
3088351
Bluetooth: Rename hdev->inq_cache to hdev->discovery
by Johan Hedberg
· 13 years ago
3175405
Bluetooth: Return updated name state with hci_inquiry_cache_update
by Johan Hedberg
· 13 years ago
561aafb
Bluetooth: Add initial mgmt_confirm_name support
by Johan Hedberg
· 13 years ago
32748db
Bluetooth: Move Extended Inquiry Response defines to hci.h
by Johan Hedberg
· 13 years ago
b57c1a5
Bluetooth: Convert inquiry cache to use standard list types
by Johan Hedberg
· 13 years ago
4d97723
Bluetooth: Increase Move timeout to allow exit from Sniff mode
by Peter Krystad
· 13 years ago
820424d
Merge "Bluetooth: Reading remote device lmp_version from controller." into msm-3.0
by Linux Build Service Account
· 13 years ago
797bef9
Merge "Bluetooth: Fix timeout configuration for AMP channels" into msm-3.0
by Linux Build Service Account
· 13 years ago
d352b26
Bluetooth: Reading remote device lmp_version from controller.
by Srinivas Krovvidi
· 13 years ago
b6dad9f
Merge "Bluetooth: Discovery Timer stability fixes" into msm-3.0
by Linux Build Service Account
· 13 years ago
966dcfa
Bluetooth: Fix timeout configuration for AMP channels
by Mat Martineau
· 13 years ago
1073419
Bluetooth: Support for writing hci flush timeout parameter.
by Srinivas Krovvidi
· 13 years ago
568dde9
Bluetooth: Discovery Timer stability fixes
by Brian Gix
· 13 years ago
874c60b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next
by John W. Linville
· 13 years ago
57adc1f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
59e2940
Bluetooth: Rename extfeatures
by Andre Guedes
· 13 years ago
0916aed
Bluetooth: Management API changes in Bluetooth to update remote Class.
by Srinivas Krovvidi
· 13 years ago
f20d09d
Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list
by Gustavo F. Padovan
· 13 years ago
460da45
Bluetooth: Remove lock from inquiry_cache
by Gustavo F. Padovan
· 13 years ago
2b64d15
Bluetooth: Add MITM mechanism to LE-SMP
by Brian Gix
· 13 years ago
371fd83
Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks
by Ulisses Furquim
· 13 years ago
686ebf2
Bluetooth: Make HCI call directly into SCO and L2CAP event functions
by Ulisses Furquim
· 13 years ago
68a8aea
Bluetooth: Remove magic numbers from le scan cmd
by Andrei Emeltchenko
· 13 years ago
f1e91e1
Bluetooth: Always compile SCO and L2CAP in Bluetooth Core
by Ulisses Furquim
· 13 years ago
030013d
Bluetooth: Rename info_work to info_timer
by Gustavo F. Padovan
· 13 years ago
6c9d42a
Bluetooth: convert security timer to delayed_work
by Gustavo F. Padovan
· 13 years ago
c2ec9c1
Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h
by Gustavo F. Padovan
· 13 years ago
613a1c0
Bluetooth: Clean up magic pointers
by Andrei Emeltchenko
· 13 years ago
2455a3e
Bluetooth: Initialize default flow control mode
by Andrei Emeltchenko
· 13 years ago
eb93992
module_param: make bool parameters really bool (net & drivers/net)
by Rusty Russell
· 13 years ago
9662cbc
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next
by John W. Linville
· 13 years ago
4dad999
Bluetooth: Add missing mgmt_confirm_name command definition
by Johan Hedberg
· 13 years ago
1f8cd0d
Bluetooth: Fix mgmt_(block,unblock)_device opcodes
by Johan Hedberg
· 13 years ago
d85bb26
Bluetooth: Add missing confirm_name field to mgmt_ev_device_found
by Johan Hedberg
· 13 years ago
350ee4c
Bluetooth: Add HCI Read Data Block Size function
by Andrei Emeltchenko
· 13 years ago
f71d5a2
Bluetooth: Update ordering and opcodes of mgmt messages
by Johan Hedberg
· 13 years ago
7d78525
Bluetooth: Add timer for automatically disabling the service cache
by Johan Hedberg
· 13 years ago
14c0b60
Bluetooth: Remove mgmt_set_service_cache
by Johan Hedberg
· 13 years ago
f7c6869
Bluetooth: Move mgmt_set_fast_connectable to the right location
by Johan Hedberg
· 13 years ago
69ab39e
Bluetooth: Update mgmt_read_info and related mgmt messages
by Johan Hedberg
· 13 years ago
6d438e3
Bluetooth: Remove work_add and work_del from hci_sysfs
by Gustavo F. Padovan
· 13 years ago
03a0019
Bluetooth: invert locking order in connect path
by Gustavo F. Padovan
· 13 years ago
f878fca
Bluetooth: convert info timer to delayed_work
by Gustavo F. Padovan
· 13 years ago
3eff45e
Bluetooth: convert tx_task to workqueue
by Gustavo F. Padovan
· 13 years ago
c347b76
Bluetooth: Move command task to workqueue
by Gustavo F. Padovan
· 13 years ago
bf4c632
Bluetooth: convert conn hash to RCU
by Gustavo F. Padovan
· 13 years ago
d01b2ff
Bluetooth: convert chan_lock to mutex
by Gustavo F. Padovan
· 13 years ago
721c418
Bluetooth: Move L2CAP timers to workqueue
by Gustavo F. Padovan
· 13 years ago
db323f2
Bluetooth: Use delayed work for advertisiment cache timeout
by Gustavo F. Padovan
· 13 years ago
19c40e3
Bluetooth: Use delayed_work for connection timeout
by Gustavo F. Padovan
· 13 years ago
09fd0de
Bluetooth: Replace spin_lock by mutex in hci_dev
by Gustavo F. Padovan
· 13 years ago
b78752c
Bluetooth: Process recv path in a workqueue instead of a tasklet
by Marcel Holtmann
· 14 years ago
416dc94
Bluetooth: make hci_conn_enter_sniff_mode static
by Gustavo F. Padovan
· 13 years ago
dc8ed67
Bluetooth: Initialize LE connection count
by Gustavo F. Padovan
· 13 years ago
01e2821
Bluetooth: remove lock from struct conn_hash
by Gustavo F. Padovan
· 13 years ago
Next »