index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-23
Bluetooth: check for zapped sk before connecting
Archie Pusaka
1
-0
/
+8
2021-03-22
Bluetooth: fix set_ecdh_privkey() prototype
Arnd Bergmann
1
-1
/
+1
2021-03-22
Bluetooth: initialize skb_queue_head at l2cap_chan_create()
Tetsuo Handa
1
-0
/
+2
2021-03-22
Bluetooth: verify AMP hci_chan before amp_destroy
Archie Pusaka
1
-1
/
+2
2021-03-22
Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default
Archie Pusaka
1
-0
/
+2
2021-03-17
Bluetooth: Fix incorrect status handling in LE PHY UPDATE event
Ayush Garg
1
-1
/
+1
2021-03-16
Bluetooth: avoid deadlock between hci_dev->lock and socket lock
Jiri Kosina
1
-4
/
+0
2021-03-15
Bluetooth: SMP: Convert BT_ERR/BT_DBG to bt_dev_err/bt_dev_dbg
Luiz Augusto von Dentz
1
-46
/
+52
2021-03-15
Bluetooth: L2CAP: Fix not checking for maximum number of DCID
Luiz Augusto von Dentz
1
-3
/
+9
2021-03-15
Bluetooth: Cancel le_scan_restart work when stopping discovery
Sonny Sasaka
1
-0
/
+1
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
3
-6
/
+4
2021-03-11
Bluetooth: SMP: Fail if remote and local public keys are identical
Luiz Augusto von Dentz
1
-0
/
+9
2021-03-03
Bluetooth: Allow scannable adv with extended MGMT APIs
Daniel Winkler
2
-1
/
+3
2021-03-03
Bluetooth: Remove unneeded commands for suspend
Abhishek Pandit-Subedi
2
-17
/
+54
2021-03-02
Bluetooth: Notify suspend on le conn failed
Abhishek Pandit-Subedi
1
-0
/
+10
2021-02-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kern
David S. Miller
12
-245
/
+1188
2021-02-03
Bluetooth: Fix crash in mgmt_add_adv_patterns_monitor_complete
Howard Chung
1
-1
/
+1
2021-02-02
Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data
Gopal Tiwari
1
-0
/
+3
2021-02-01
Bluetooth: Skip eSCO 2M params when not supported
Yu Liu
1
-2
/
+18
2021-01-29
Bluetooth: fix indentation and alignment reported by checkpatch
Tomoyuki Matsushita
1
-11
/
+11
2021-01-29
Bluetooth: fix coccicheck warnings debugfs
Jiapeng Zhong
1
-40
/
+40
2021-01-29
Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk
Hans de Goede
1
-7
/
+11
2021-01-27
net: remove redundant 'depends on NET'
Masahiro Yamada
1
-1
/
+1
2021-01-25
Bluetooth: L2CAP: Try harder to accept device not knowing options
Bastien Nocera
1
-0
/
+1
2021-01-25
Bluetooth: L2CAP: Fix handling fragmented length
Luiz Augusto von Dentz
1
-25
/
+93
2021-01-25
Bluetooth: btusb: fix memory leak on suspend and resume
Vamshi K Sthambamkadi
1
-1
/
+2
2021-01-25
Bluetooth: Put HCI device if inquiry procedure interrupts
Pan Bian
1
-2
/
+4
2021-01-25
Bluetooth: drop HCI device reference before return
Pan Bian
1
-0
/
+1
2021-01-25
Bluetooth: disable advertisement filters during suspend
Howard Chung
3
-5
/
+44
2021-01-25
Bluetooth: advmon offload MSFT interleave scanning integration
Archie Pusaka
1
-9
/
+11
2021-01-25
Bluetooth: advmon offload MSFT handle filter enablement
Archie Pusaka
2
-0
/
+73
2021-01-25
Bluetooth: advmon offload MSFT handle controller reset
Archie Pusaka
1
-5
/
+71
2021-01-25
Bluetooth: advmon offload MSFT remove monitor
Archie Pusaka
4
-48
/
+317
2021-01-25
Bluetooth: advmon offload MSFT add monitor
Archie Pusaka
4
-40
/
+342
2021-01-25
Bluetooth: advmon offload MSFT add rssi support
Archie Pusaka
1
-72
/
+153
2021-01-06
Bluetooth: avoid u128_xor() on potentially misaligned inputs
Ard Biesheuvel
1
-3
/
+2
2020-12-27
Bluetooth: Fix initializing response id after clearing struct
Christopher William Snowhill
1
-1
/
+1
2020-12-18
Bluetooth: Cancel Inquiry before Create Connection
Sonny Sasaka
1
-0
/
+17
2020-12-18
Bluetooth: Pause service discovery for suspend
Abhishek Pandit-Subedi
1
-0
/
+8
2020-12-18
Bluetooth: Remove hci_req_le_suspend_config
Abhishek Pandit-Subedi
1
-17
/
+8
2020-12-07
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-12-07
Bluetooth: Set missing suspend task bits
Abhishek Pandit-Subedi
1
-0
/
+8
2020-12-07
Bluetooth: Change MGMT security info CMD to be more generic
Daniel Winkler
1
-14
/
+29
2020-12-07
Bluetooth: Query LE tx power on startup
Daniel Winkler
2
-0
/
+26
2020-12-07
Bluetooth: Use intervals and tx power from mgmt cmds
Daniel Winkler
3
-15
/
+30
2020-12-07
Bluetooth: Break add adv into two mgmt commands
Daniel Winkler
2
-11
/
+371
2020-12-07
Bluetooth: Add helper to set adv data
Daniel Winkler
1
-0
/
+31
2020-12-07
Bluetooth: Add toggle to switch off interleave scan
Howard Chung
3
-9
/
+36
2020-12-07
Bluetooth: Refactor read default sys config for various types
Howard Chung
1
-56
/
+84
2020-12-07
Bluetooth: Handle active scan case
Howard Chung
1
-1
/
+3
[prev]
[next]