index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
hci_core.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: hci_core: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
Bluetooth: hci_core: fix error handling in hci_register_dev()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
Bluetooth: Fix crash when replugging CSR fake controllers
Luiz Augusto von Dentz
2022-12-02
1
-2
/
+6
*
Bluetooth: Prevent double register of suspend
Abhishek Pandit-Subedi
2022-09-28
1
-0
/
+4
*
Bluetooth: hci_core: Fix not handling link timeouts propertly
Luiz Augusto von Dentz
2022-09-28
1
-11
/
+23
*
Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works
Tetsuo Handa
2022-09-19
1
-2
/
+13
*
Bluetooth: Implement support for Mesh
Brian Gix
2022-09-06
1
-3
/
+10
*
Bluetooth: convert hci_update_adv_data to hci_sync
Brian Gix
2022-08-26
1
-1
/
+1
*
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
2022-07-23
1
-30
/
+50
*
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
2022-07-23
1
-1
/
+5
*
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
2022-07-23
1
-47
/
+183
*
Bluetooth: hci_core: Introduce hci_recv_event_data
Luiz Augusto von Dentz
2022-07-22
1
-0
/
+32
*
Bluetooth: hci_sync: Refactor remove Adv Monitor
Manish Mandlik
2022-07-22
1
-53
/
+28
*
Bluetooth: hci_sync: Refactor add Adv Monitor
Manish Mandlik
2022-07-22
1
-26
/
+20
*
Bluetooth: Collect kcov coverage from hci_rx_work
Tamas Koczka
2022-07-22
1
-1
/
+9
*
Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
Luiz Augusto von Dentz
2022-07-22
1
-22
/
+20
*
Bluetooth: fix an error code in hci_register_dev()
Dan Carpenter
2022-07-22
1
-1
/
+2
*
Bluetooth: Unregister suspend with userchannel
Abhishek Pandit-Subedi
2022-07-22
1
-8
/
+25
*
Bluetooth: When HCI work queue is drained, only queue chained work
Schspa Shi
2022-07-22
1
-1
/
+9
*
Bluetooth: core: Fix deadlock on hci_power_on_sync.
Vasyl Vavrychuk
2022-07-05
1
-0
/
+3
*
bluetooth: don't use bitmaps for random flag accesses
Linus Torvalds
2022-06-06
1
-2
/
+2
*
Bluetooth: core: Fix missing power_on work cancel on HCI close
Vasyl Vavrychuk
2022-05-13
1
-2
/
+0
*
Bluetooth: Fix the creation of hdev->name
Itay Iellin
2022-05-12
1
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
1
-0
/
+1
|
\
|
*
Bluetooth: hci_core: Fix leaking sent_cmd skb
Luiz Augusto von Dentz
2022-02-24
1
-0
/
+1
*
|
Bluetooth: hci_core: Rate limit the logging of invalid SCO handle
Luiz Augusto von Dentz
2022-01-25
1
-2
/
+2
*
|
Bluetooth: msft: Handle MSFT Monitor Device Event
Manish Mandlik
2022-01-20
1
-0
/
+1
|
/
*
Bluetooth: hci_sync: Push sync command cancellation to workqueue
Benjamin Berg
2021-12-22
1
-1
/
+1
*
Bluetooth: hci_core: Rework hci_conn_params flags
Luiz Augusto von Dentz
2021-12-07
1
-1
/
+7
*
Bluetooth: hci_core: Cancel sync command if sending a frame failed
Benjamin Berg
2021-12-03
1
-3
/
+11
*
Bluetooth: hci_sync: Rework hci_suspend_notifier
Luiz Augusto von Dentz
2021-10-29
1
-94
/
+12
*
Bluetooth: hci_sync: Rework init stages
Luiz Augusto von Dentz
2021-10-29
1
-1202
/
+1
*
Bluetooth: hci_sync: Convert MGMT_SET_POWERED
Luiz Augusto von Dentz
2021-10-29
1
-12
/
+33
*
Bluetooth: hci_sync: Rework background scan
Luiz Augusto von Dentz
2021-10-29
1
-7
/
+7
*
Bluetooth: Add helper for serialized HCI command execution
Marcel Holtmann
2021-10-29
1
-19
/
+4
*
Bluetooth: Fix debugfs entry leak in hci_register_dev()
Wei Yongjun
2021-10-13
1
-0
/
+1
*
Bluetooth: Rename driver .prevent_wake to .wakeup
Luiz Augusto von Dentz
2021-10-02
1
-6
/
+7
*
Bluetooth: Make use of hci_{suspend,resume}_dev on suspend notifier
Luiz Augusto von Dentz
2021-09-29
1
-49
/
+67
*
Bluetooth: hci_core: Move all debugfs handling to hci_debugfs.c
Luiz Augusto von Dentz
2021-09-22
1
-124
/
+0
*
Bluetooth: eir: Move EIR/Adv Data functions to its own file
Luiz Augusto von Dentz
2021-09-21
1
-0
/
+54
*
Bluetooth: Keep MSFT ext info throughout a hci_dev's life cycle
Miao-chen Chou
2021-09-10
1
-0
/
+3
*
Bluetooth: Add support for Read Local Supported Codecs V2
Kiran K
2021-09-07
1
-1
/
+3
*
Bluetooth: Enumerate local supported codec and cache details
Kiran K
2021-09-07
1
-4
/
+7
*
Bluetooth: Fix using address type from events
Luiz Augusto von Dentz
2021-08-30
1
-9
/
+0
*
Merge tag 'for-net-next-2021-08-19' of git://git.kernel.org/pub/scm/linux/ker...
David S. Miller
2021-08-20
1
-16
/
+32
|
\
|
*
Bluetooth: Fix return value in hci_dev_do_close()
Kangmin Park
2021-08-19
1
-3
/
+4
|
*
Bluetooth: add timeout sanity check to hci_inquiry
Pavel Skripkin
2021-08-19
1
-0
/
+6
|
*
Bluetooth: Move shutdown callback before flushing tx and rx queue
Kai-Heng Feng
2021-08-16
1
-8
/
+8
|
*
Bluetooth: Add support hdev to allocate private data
Tedd Ho-Jeong An
2021-08-05
1
-3
/
+10
|
*
Bluetooth: defer cleanup of resources in hci_unregister_dev()
Tetsuo Handa
2021-07-29
1
-8
/
+9
[next]