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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections
Luiz Augusto von Dentz
1
-10
/
+127
2020-03-25
Bluetooth: don't assume key size is 16 when the command fails
Alain Michaud
1
-4
/
+4
2020-03-24
Bluetooth: L2CAP: Add get_peer_pid callback
Luiz Augusto von Dentz
1
-0
/
+8
2020-03-23
Bluetooth: Fix incorrect branch in connection complete
Abhishek Pandit-Subedi
1
-8
/
+9
2020-03-23
Bluetooth: Restore running state if suspend fails
Abhishek Pandit-Subedi
1
-19
/
+20
2020-03-18
Bluetooth: Do not cancel advertising when starting a scan
Dmitry Grinberg
1
-17
/
+0
2020-03-14
Bluetooth: L2CAP: remove set but not used variable 'credits'
YueHaibing
1
-2
/
+1
2020-03-12
Bluetooth: L2CAP: Fix a condition in l2cap_sock_recvmsg()
Dan Carpenter
1
-1
/
+1
2020-03-12
Bluetooth: L2CAP: handle l2cap config request during open state
Howard Chung
1
-1
/
+2
2020-03-12
Bluetooth: clean up connection in hci_cs_disconnect
Joseph Hwang
1
-1
/
+13
2020-03-11
Bluetooth: Pause discovery and advertising during suspend
Abhishek Pandit-Subedi
2
-0
/
+85
2020-03-11
Bluetooth: Handle LE devices during suspend
Abhishek Pandit-Subedi
1
-54
/
+112
2020-03-11
Bluetooth: Handle BR/EDR devices during suspend
Abhishek Pandit-Subedi
3
-3
/
+149
2020-03-11
Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPEND
Abhishek Pandit-Subedi
3
-0
/
+103
2020-03-11
Bluetooth: mgmt: add mgmt_cmd_status in add_advertising
Joseph Hwang
1
-1
/
+4
2020-03-11
Bluetooth: fix off by one in err_data_reporting cmd masks.
Alain Michaud
1
-2
/
+2
2020-03-11
Bluetooth: Use bt_dev_err for RPA generation failure message
Marcel Holtmann
1
-1
/
+1
2020-03-08
Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
Qiujun Huang
1
-3
/
+1
2020-03-08
Bluetooth: L2CAP: Add module option to enable ECRED mode
Luiz Augusto von Dentz
2
-0
/
+20
2020-03-08
Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode
Luiz Augusto von Dentz
2
-20
/
+548
2020-03-08
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-03-08
Bluetooth: Enable erroneous data reporting if WBS is supported
Alain Michaud
3
-2
/
+125
2020-03-08
Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUs
Luiz Augusto von Dentz
1
-16
/
+13
2020-03-07
Bluetooth: Fix calculation of SCO handle for packet processing
Marcel Holtmann
1
-2
/
+5
2020-03-04
Bluetooth: guard against controllers sending zero'd events
Alain Michaud
1
-0
/
+6
2020-02-28
Bluetooth: Support querying for WBS support through MGMT
Alain Michaud
1
-0
/
+4
2020-02-28
Bluetooth: During le_conn_timeout disable EXT_ADV
Sathish Narsimman
1
-3
/
+19
2020-02-28
Bluetooth: Remove adv set for directed advertising
Sathish Narsimman
1
-0
/
+10
2020-02-28
Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-sid...
Madhuparna Bhowmik
1
-1
/
+1
2020-02-28
Bluetooth: Fix Suspicious RCU usage warnings
Madhuparna Bhowmik
1
-4
/
+4
2020-02-28
Bluetooth: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2
-8
/
+8
2020-02-19
Bluetooth: fix passkey uninitialized when used
Howard Chung
1
-9
/
+11
2020-02-19
Bluetooth: RFCOMM: Use MTU auto tune logic
Luiz Augusto von Dentz
1
-6
/
+4
2020-02-18
Bluetooth: Fix crash when using new BT_PHY option
Luiz Augusto von Dentz
2
-2
/
+2
2020-02-18
Bluetooth: Disable Extended Adv if enabled
Sathish Narsimman
1
-5
/
+2
2020-02-14
Bluetooth: Add BT_PHY socket option
Luiz Augusto von Dentz
3
-0
/
+133
2020-02-14
Bluetooth: secure bluetooth stack from bluedump attack
Howard Chung
2
-0
/
+29
2020-02-05
Bluetooth: remove __get_channel/dir and __dir
Alex Shi
1
-3
/
+0
2020-02-05
Bluetooth: prefetch channel before killing sock
Hillf Danton
1
-4
/
+6
2020-01-29
Bluetooth: optimize barrier usage for Rmw atomics
Davidlohr Bueso
1
-1
/
+1
2020-01-29
Bluetooth: Fix refcount use-after-free issue
Manish Mandlik
2
-14
/
+28
2020-01-28
Bluetooth: SMP: Fix SALT value in some comments
Christophe JAILLET
1
-2
/
+2
2020-01-26
Bluetooth: Fix race condition in hci_release_sock()
Dan Carpenter
1
-0
/
+3
2020-01-25
Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_le
Marcel Holtmann
2
-93
/
+61
2020-01-25
Bluetooth: Add missing checks for HCI_ISODATA_PKT packet type
Marcel Holtmann
2
-5
/
+11
2020-01-22
Bluetooth: fix appearance typo in mgmt.c
Alain Michaud
1
-4
/
+4
2020-01-22
Bluetooth: adding missing const decoration to mgmt_status_table
Alain Michaud
1
-1
/
+1
2020-01-16
Bluetooth: Increment management interface revision
Marcel Holtmann
1
-1
/
+1
2020-01-15
Bluetooth: Make use of __check_timeout on hci_sched_le
Luiz Augusto von Dentz
1
-8
/
+3
2020-01-15
Bluetooth: monitor: Add support for ISO packets
Luiz Augusto von Dentz
1
-0
/
+6
[next]