index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Bluetooth: Add debugfs entry for setting vendor diagnostic mode
Marcel Holtmann
2015-10-08
1
-3
/
+60
*
|
Bluetooth: Add support for vendor specific diagnostic channel
Marcel Holtmann
2015-10-08
1
-0
/
+15
*
|
Bluetooth: Move handling of HCI_RUNNING flag into core
Marcel Holtmann
2015-10-05
1
-0
/
+3
*
|
Bluetooth: Move HCI_RUNNING check into hci_send_frame
Marcel Holtmann
2015-10-05
1
-0
/
+5
*
|
Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events
Marcel Holtmann
2015-10-05
1
-0
/
+6
*
|
Bluetooth: Add hci_cmd_sync function
Loic Poulain
2015-09-29
1
-0
/
+19
*
|
Bluetooth: close HCI device when user channel socket gets closed
Simon Fels
2015-09-17
1
-1
/
+1
*
|
Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_Key
Johan Hedberg
2015-09-17
1
-1
/
+2
|
/
*
Bluetooth: add hci_connect_le_scan
Jakub Pawlowski
2015-08-10
1
-0
/
+33
*
Bluetooth: Move IRK checking logic in preparation to new connect method
Jakub Pawlowski
2015-07-23
1
-11
/
+0
*
Bluetooth: Use zalloc when possible
Johan Hedberg
2015-06-18
1
-2
/
+1
*
Bluetooth: hci_core: remove obsolete adv_instance
Florian Grandel
2015-06-18
1
-1
/
+0
*
Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()
Florian Grandel
2015-06-18
1
-0
/
+1
*
Bluetooth: hci_core/mgmt: move adv timeout to hdev
Florian Grandel
2015-06-18
1
-0
/
+29
*
Bluetooth: hci_core/mgmt: Introduce multi-adv list
Florian Grandel
2015-06-18
1
-0
/
+117
*
Bluetooth: Don't call shutdown when leaving user channel
Loic Poulain
2015-06-09
1
-0
/
+1
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-05-30
1
-5
/
+0
|
\
|
*
Bluetooth: Fix calls to __hci_cmd_sync()
Frederic Danis
2015-05-15
1
-5
/
+0
*
|
Bluetooth: Fix remote name event return directly.
Wesley Kuo
2015-05-14
1
-2
/
+4
|
/
*
Bluetooth: Skip the shutdown routine if the interface is not up
Gabriele Mazzotta
2015-04-30
1
-1
/
+2
*
Bluetooth: Remove hci_recv_stream_fragment function
Marcel Holtmann
2015-04-07
1
-147
/
+1
*
Bluetooth: Make data pointer of hci_recv_stream_fragment const
Marcel Holtmann
2015-04-07
1
-3
/
+3
*
Bluetooth: Move hci_get_cmd_complete() to hci_event.c
Johan Hedberg
2015-04-02
1
-48
/
+4
*
Bluetooth: Remove unused hci_req_pending() function
Johan Hedberg
2015-04-02
1
-5
/
+0
*
Bluetooth: Remove unneeded recv_event variable
Johan Hedberg
2015-04-02
1
-3
/
+0
*
Bluetooth: Convert hci_req_sync family of function to new request API
Johan Hedberg
2015-04-02
1
-14
/
+14
*
Bluetooth: Add second hci_request callback option for full skb
Johan Hedberg
2015-04-02
1
-18
/
+12
*
Bluetooth: Refactor HCI request variables into own struct
Johan Hedberg
2015-03-30
1
-6
/
+6
*
Bluetooth: Add data structure for advertising instance
Arman Uguray
2015-03-24
1
-0
/
+1
*
Bluetooth: Fix memory leak in le_scan_disable_work_complete()
Johan Hedberg
2015-03-22
1
-8
/
+9
*
Bluetooth: Add simultaneous dual mode scan
Jakub Pawlowski
2015-03-17
1
-5
/
+19
*
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
2015-03-13
1
-4
/
+4
*
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
Marcel Holtmann
2015-03-13
1
-1
/
+1
*
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
2015-03-13
1
-4
/
+4
*
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
2015-03-13
1
-10
/
+10
*
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
2015-03-13
1
-6
/
+6
*
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
2015-03-13
1
-12
/
+12
*
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
2015-03-13
1
-60
/
+60
*
Bluetooth: Check for matching IRK when looking for paired LE devices
Johan Hedberg
2015-03-11
1
-0
/
+7
*
Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()
Johan Hedberg
2015-03-11
1
-1
/
+3
*
Bluetooth: Add 'Already Paired' error for Pair Device command
Johan Hedberg
2015-03-10
1
-0
/
+27
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2015-03-02
1
-16
/
+32
|
\
|
*
Bluetooth: Convert hci_cb_list_lock to a mutex
Johan Hedberg
2015-02-19
1
-5
/
+5
|
*
Bluetooth: Add new hci_cb entries to the tail rather than the head
Johan Hedberg
2015-02-19
1
-1
/
+1
|
*
Bluetooth: Fix AMP init for certain AMP controllers
Johan Hedberg
2015-02-17
1
-10
/
+20
|
*
Bluetooth: Add shutdown callback before closing the device
Tedd Ho-Jeong An
2015-02-15
1
-0
/
+6
*
|
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...
Eyal Birger
2015-03-02
1
-1
/
+1
*
|
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
Eyal Birger
2015-03-02
1
-6
/
+6
|
/
*
Bluetooth: Add le_scan_restart work for LE scan restarting
Jakub Pawlowski
2015-02-02
1
-0
/
+74
*
Bluetooth: Store OOB data present value for each set of remote OOB data
Marcel Holtmann
2015-01-31
1
-0
/
+8
[prev]
[next]