index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-10
Bluetooth: add hci_connect_le_scan
Jakub Pawlowski
1
-0
/
+33
2015-07-23
Bluetooth: Move IRK checking logic in preparation to new connect method
Jakub Pawlowski
1
-11
/
+0
2015-06-18
Bluetooth: Use zalloc when possible
Johan Hedberg
1
-2
/
+1
2015-06-18
Bluetooth: hci_core: remove obsolete adv_instance
Florian Grandel
1
-1
/
+0
2015-06-18
Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()
Florian Grandel
1
-0
/
+1
2015-06-18
Bluetooth: hci_core/mgmt: move adv timeout to hdev
Florian Grandel
1
-0
/
+29
2015-06-18
Bluetooth: hci_core/mgmt: Introduce multi-adv list
Florian Grandel
1
-0
/
+117
2015-06-09
Bluetooth: Don't call shutdown when leaving user channel
Loic Poulain
1
-0
/
+1
2015-05-30
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-5
/
+0
2015-05-15
Bluetooth: Fix calls to __hci_cmd_sync()
Frederic Danis
1
-5
/
+0
2015-05-14
Bluetooth: Fix remote name event return directly.
Wesley Kuo
1
-2
/
+4
2015-04-30
Bluetooth: Skip the shutdown routine if the interface is not up
Gabriele Mazzotta
1
-1
/
+2
2015-04-07
Bluetooth: Remove hci_recv_stream_fragment function
Marcel Holtmann
1
-147
/
+1
2015-04-07
Bluetooth: Make data pointer of hci_recv_stream_fragment const
Marcel Holtmann
1
-3
/
+3
2015-04-02
Bluetooth: Move hci_get_cmd_complete() to hci_event.c
Johan Hedberg
1
-48
/
+4
2015-04-02
Bluetooth: Remove unused hci_req_pending() function
Johan Hedberg
1
-5
/
+0
2015-04-02
Bluetooth: Remove unneeded recv_event variable
Johan Hedberg
1
-3
/
+0
2015-04-02
Bluetooth: Convert hci_req_sync family of function to new request API
Johan Hedberg
1
-14
/
+14
2015-04-02
Bluetooth: Add second hci_request callback option for full skb
Johan Hedberg
1
-18
/
+12
2015-03-30
Bluetooth: Refactor HCI request variables into own struct
Johan Hedberg
1
-6
/
+6
2015-03-24
Bluetooth: Add data structure for advertising instance
Arman Uguray
1
-0
/
+1
2015-03-22
Bluetooth: Fix memory leak in le_scan_disable_work_complete()
Johan Hedberg
1
-8
/
+9
2015-03-17
Bluetooth: Add simultaneous dual mode scan
Jakub Pawlowski
1
-5
/
+19
2015-03-13
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
1
-4
/
+4
2015-03-13
Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field
Marcel Holtmann
1
-1
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_test_and_set_flag helper macro
Marcel Holtmann
1
-4
/
+4
2015-03-13
Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro
Marcel Holtmann
1
-10
/
+10
2015-03-13
Bluetooth: Introduce hci_dev_clear_flag helper macro
Marcel Holtmann
1
-6
/
+6
2015-03-13
Bluetooth: Introduce hci_dev_set_flag helper macro
Marcel Holtmann
1
-12
/
+12
2015-03-13
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
1
-60
/
+60
2015-03-11
Bluetooth: Check for matching IRK when looking for paired LE devices
Johan Hedberg
1
-0
/
+7
2015-03-11
Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired()
Johan Hedberg
1
-1
/
+3
2015-03-10
Bluetooth: Add 'Already Paired' error for Pair Device command
Johan Hedberg
1
-0
/
+27
2015-03-02
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
1
-16
/
+32
2015-03-02
net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit ...
Eyal Birger
1
-1
/
+1
2015-03-02
net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl
Eyal Birger
1
-6
/
+6
2015-02-19
Bluetooth: Convert hci_cb_list_lock to a mutex
Johan Hedberg
1
-5
/
+5
2015-02-19
Bluetooth: Add new hci_cb entries to the tail rather than the head
Johan Hedberg
1
-1
/
+1
2015-02-17
Bluetooth: Fix AMP init for certain AMP controllers
Johan Hedberg
1
-10
/
+20
2015-02-15
Bluetooth: Add shutdown callback before closing the device
Tedd Ho-Jeong An
1
-0
/
+6
2015-02-02
Bluetooth: Add le_scan_restart work for LE scan restarting
Jakub Pawlowski
1
-0
/
+74
2015-01-31
Bluetooth: Store OOB data present value for each set of remote OOB data
Marcel Holtmann
1
-0
/
+8
2015-01-29
Bluetooth: Move smp_unregister() into hci_dev_do_close() function
Marcel Holtmann
1
-6
/
+2
2015-01-28
Bluetooth: Perform a power cycle when receiving hardware error event
Marcel Holtmann
1
-0
/
+21
2015-01-28
Bluetooth: Introduce hci_dev_do_reset helper function
Marcel Holtmann
1
-23
/
+34
2015-01-28
Bluetooth: Fix notifying discovery state when powering off
Johan Hedberg
1
-0
/
+2
2015-01-22
Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP
Marcel Holtmann
1
-1
/
+4
2015-01-15
Bluetooth: Bind the SMP channel registration to management power state
Marcel Holtmann
1
-3
/
+3
2015-01-14
Bluetooth: Move Delete Stored Link Key to 4th phase of initialization
Marcel Holtmann
1
-23
/
+23
2015-01-12
Bluetooth: Read stored link key information when powering on controller
Marcel Holtmann
1
-0
/
+8
[next]