index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-10
Bluetooth: RFCOMM: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2
-2
/
+2
2020-07-10
Bluetooth: core: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
6
-19
/
+17
2020-07-10
Bluetooth: Fix slab-out-of-bounds read in hci_extended_inquiry_result_evt()
Peilin Ye
1
-1
/
+1
2020-07-08
Bluetooth: Use whitelist for scan policy when suspending
Miao-chen Chou
1
-2
/
+3
2020-07-07
Bluetooth: le_simult_central_peripheral experimental feature
Alain Michaud
1
-2
/
+23
2020-07-07
Bluetooth: Fix kernel oops triggered by hci_adv_monitors_clear()
Miao-chen Chou
1
-2
/
+0
2020-07-07
Bluetooth: use configured default params for active scans
Alain Michaud
1
-5
/
+6
2020-07-07
Bluetooth: Adding a configurable autoconnect timeout
Alain Michaud
3
-1
/
+15
2020-06-24
Bluetooth: Don't restart scanning if paused
Abhishek Pandit-Subedi
1
-0
/
+10
2020-06-23
Bluetooth: add a mutex lock to avoid UAF in do_enale_set
Lihong Kou
1
-0
/
+5
2020-06-22
Bluetooth: Disconnect if E0 is used for Level 4
Luiz Augusto von Dentz
2
-12
/
+25
2020-06-22
Bluetooth: use configured params for ext adv
Alain Michaud
1
-4
/
+3
2020-06-22
Bluetooth: Add hci_dev_lock to get/set device flags
Abhishek Pandit-Subedi
1
-0
/
+8
2020-06-18
Bluetooth: mgmt: Use command complete on success for set system config
Marcel Holtmann
1
-3
/
+2
2020-06-18
Bluetooth: Terminate the link if pairing is cancelled
Manish Mandlik
3
-9
/
+30
2020-06-18
Bluetooth: Update background scan and report device based on advertisement mo...
Miao-chen Chou
4
-6
/
+34
2020-06-18
Bluetooth: Notify adv monitor removed event
Miao-chen Chou
1
-0
/
+16
2020-06-18
Bluetooth: Notify adv monitor added event
Miao-chen Chou
1
-1
/
+17
2020-06-18
Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITOR
Miao-chen Chou
2
-0
/
+66
2020-06-18
Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITOR
Miao-chen Chou
2
-0
/
+140
2020-06-18
Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURES
Miao-chen Chou
4
-1
/
+73
2020-06-18
Bluetooth: Add get/set device flags mgmt op
Abhishek Pandit-Subedi
1
-0
/
+128
2020-06-18
Bluetooth: Replace wakeable in hci_conn_params
Abhishek Pandit-Subedi
1
-1
/
+2
2020-06-18
Bluetooth: Replace wakeable list with flag
Abhishek Pandit-Subedi
2
-5
/
+8
2020-06-18
Bluetooth: Add bdaddr_list_with_flags for classic whitelist
Abhishek Pandit-Subedi
3
-6
/
+65
2020-06-18
Bluetooth: mgmt: Add commands for runtime configuration
Marcel Holtmann
3
-0
/
+31
2020-06-12
Bluetooth: implement read/set default system parameters mgmt
Alain Michaud
4
-1
/
+273
2020-06-12
Bluetooth: centralize default value initialization.
Alain Michaud
3
-21
/
+22
2020-06-12
Bluetooth: Use only 8 bits for the HCI CMSG state flags
Alain Michaud
1
-2
/
+2
2020-06-12
Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections
Alain Michaud
3
-0
/
+36
2020-06-08
Bluetooth: Allow suspend even when preparation has failed
Abhishek Pandit-Subedi
1
-7
/
+10
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
17
-259
/
+960
2020-06-03
Bluetooth: Removing noisy dbg message
Alain Michaud
1
-2
/
+0
2020-06-03
Bluetooth: Check scan state before disabling during suspend
Manish Mandlik
1
-4
/
+6
2020-05-29
Bluetooth: Acquire sk_lock.slock without disabling interrupts
Sebastian Andrzej Siewior
1
-5
/
+2
2020-05-20
Bluetooth: Fix assuming EIR flags can result in SSP authentication
Luiz Augusto von Dentz
1
-2
/
+0
2020-05-20
Bluetooth: Consolidate encryption handling in hci_encrypt_cfm
Luiz Augusto von Dentz
1
-25
/
+3
2020-05-18
Bluetooth: Add SCO fallback for invalid LMP parameters error
Hsin-Yu Chao
1
-0
/
+1
2020-05-18
Bluetooth: Fix for GAP/SEC/SEM/BI-10-C
Ćukasz Rymanowski
1
-0
/
+4
2020-05-13
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
10
-141
/
+363
2020-05-13
Bluetooth: L2CAP: add support for waiting disconnection resp
Archie Pusaka
1
-7
/
+23
2020-05-13
Bluetooth: Handle Inquiry Cancel error after Inquiry Complete
Sonny Sasaka
1
-2
/
+17
2020-05-13
Bluetooth: Add hook for driver to prevent wake from suspend
Abhishek Pandit-Subedi
1
-2
/
+4
2020-05-13
Bluetooth: Rename BT_SUSPEND_COMPLETE
Abhishek Pandit-Subedi
2
-2
/
+2
2020-05-13
Bluetooth: Modify LE window and interval for suspend
Abhishek Pandit-Subedi
1
-1
/
+1
2020-05-13
Bluetooth: Fix incorrect type for window and interval
Abhishek Pandit-Subedi
1
-1
/
+1
2020-05-11
Bluetooth: Introduce debug feature when dynamic debug is disabled
Marcel Holtmann
3
-0
/
+127
2020-05-11
Bluetooth: Add support for experimental features configuration
Marcel Holtmann
1
-0
/
+58
2020-05-11
Bluetooth: Replace BT_DBG with bt_dev_dbg for security manager support
Marcel Holtmann
1
-4
/
+4
2020-05-11
Bluetooth: Introduce HCI_MGMT_HDEV_OPTIONAL option
Marcel Holtmann
1
-5
/
+7
[prev]
[next]