index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
bluetooth
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Fix printing errors if LE Connection times out
Luiz Augusto von Dentz
2023-04-10
1
-0
/
+1
*
Bluetooth: btintel: Iterate only bluetooth device ACPI entries
Kiran K
2023-03-23
1
-0
/
+1
*
Bluetooth: MGMT: add CIS feature bits to controller information
Pauli Virtanen
2023-02-09
1
-0
/
+2
*
Bluetooth: HCI: Replace zero-length arrays with flexible-array members
Gustavo A. R. Silva
2023-02-09
1
-2
/
+2
*
Bluetooth: Add quirk to disable MWS Transport Configuration
Sven Peter
2022-12-12
2
-0
/
+13
*
Bluetooth: Add quirk to disable extended scanning
Sven Peter
2022-12-12
2
-1
/
+13
*
Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv Report
Sven Peter
2022-12-12
1
-0
/
+1
*
Bluetooth: btusb: Introduce generic USB reset
Archie Pusaka
2022-12-12
1
-0
/
+1
*
Bluetooth: Remove codec id field in vendor codec definition
Chethan T N
2022-12-02
1
-1
/
+0
*
Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirk
Ismael Ferreras Morezuelas
2022-12-02
1
-0
/
+11
*
Bluetooth: Fix HCIGETDEVINFO regression
Luiz Augusto von Dentz
2022-09-08
1
-2
/
+0
*
Bluetooth: Add experimental wrapper for MGMT based mesh
Brian Gix
2022-09-06
1
-0
/
+1
*
Bluetooth: Implement support for Mesh
Brian Gix
2022-09-06
4
-2
/
+70
*
Bluetooth: Move hci_abort_conn to hci_conn.c
Brian Gix
2022-09-01
1
-0
/
+1
*
Bluetooth: convert hci_update_adv_data to hci_sync
Brian Gix
2022-08-26
1
-0
/
+1
*
Bluetooth: move hci_get_random_address() to hci_sync
Brian Gix
2022-08-26
1
-0
/
+5
*
Bluetooth: Move Adv Instance timer to hci_sync
Brian Gix
2022-08-26
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-29
1
-0
/
+1
|
\
|
*
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
2022-07-26
1
-0
/
+1
*
|
Bluetooth: ISO: Add broadcast support
Luiz Augusto von Dentz
2022-07-23
2
-0
/
+13
*
|
Bluetooth: Add initial implementation of BIS connections
Luiz Augusto von Dentz
2022-07-23
4
-20
/
+261
*
|
Bluetooth: Add BTPROTO_ISO socket type
Luiz Augusto von Dentz
2022-07-23
3
-2
/
+58
*
|
Bluetooth: Add initial implementation of CIS connections
Luiz Augusto von Dentz
2022-07-23
5
-4
/
+169
*
|
Bluetooth: hci_core: Introduce hci_recv_event_data
Luiz Augusto von Dentz
2022-07-22
1
-0
/
+2
*
|
Bluetooth: Remove update_scan hci_request dependancy
Brian Gix
2022-07-22
2
-1
/
+1
*
|
Bluetooth: Remove dead code from hci_request.c
Brian Gix
2022-07-22
1
-1
/
+0
*
|
Bluetooth: mgmt: Fix using hci_conn_abort
Luiz Augusto von Dentz
2022-07-22
1
-0
/
+2
*
|
Bluetooth: Add bt_status
Luiz Augusto von Dentz
2022-07-22
1
-0
/
+1
*
|
Bluetooth: hci_sync: Refactor remove Adv Monitor
Manish Mandlik
2022-07-22
1
-4
/
+2
*
|
Bluetooth: hci_sync: Refactor add Adv Monitor
Manish Mandlik
2022-07-22
1
-4
/
+1
*
|
Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTING
Zijun Hu
2022-07-22
1
-11
/
+0
*
|
Bluetooth: hci_sync: Check LMP feature bit instead of quirk
Zijun Hu
2022-07-22
1
-0
/
+1
*
|
Bluetooth: clean up error pointer checking
Dan Carpenter
2022-07-22
1
-1
/
+1
*
|
Bluetooth: HCI: Fix not always setting Scan Response/Advertising Data
Luiz Augusto von Dentz
2022-07-22
1
-0
/
+11
*
|
Bluetooth: Unregister suspend with userchannel
Abhishek Pandit-Subedi
2022-07-22
1
-0
/
+2
*
|
Bluetooth: When HCI work queue is drained, only queue chained work
Schspa Shi
2022-07-22
1
-0
/
+1
|
/
*
bluetooth: don't use bitmaps for random flag accesses
Linus Torvalds
2022-06-06
1
-10
/
+7
*
Bluetooth: eir: Add helpers for managing service data
Luiz Augusto von Dentz
2022-05-19
1
-0
/
+1
*
Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk
Luiz Augusto von Dentz
2022-05-13
2
-2
/
+15
*
Bluetooth: Fix the creation of hdev->name
Itay Iellin
2022-05-12
1
-0
/
+3
*
Bluetooth: hci_sync: Cleanup hci_conn if it cannot be aborted
Luiz Augusto von Dentz
2022-04-26
1
-1
/
+1
*
Bluetooth: hci_event: Fix checking for invalid handle on error status
Luiz Augusto von Dentz
2022-04-26
1
-0
/
+1
*
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
4
-7
/
+52
|
\
|
*
Bluetooth: fix incorrect nonblock bitmask in bt_sock_wait_ready()
Gavin Li
2022-03-18
1
-1
/
+1
|
*
Bluetooth: hci_sync: Add a new quirk to skip HCI_FLT_CLEAR_ALL
Ismael Ferreras Morezuelas
2022-03-18
1
-0
/
+10
|
*
Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}
Luiz Augusto von Dentz
2022-03-04
1
-6
/
+8
|
*
Bluetooth: mgmt: Replace zero-length array with flexible-array member
Changcheng Deng
2022-03-04
1
-1
/
+1
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
2
-2
/
+9
|
|
\
|
*
|
Bluetooth: hci_event: Ignore multiple conn complete events
Soenke Huster
2022-01-25
1
-0
/
+3
|
*
|
Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost events
Manish Mandlik
2022-01-20
2
-0
/
+19
[next]