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
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
Bluetooth: Add CONFIG_BT_LE_L2CAP_ECRED
Luiz Augusto von Dentz
1
-1
/
+1
2022-12-02
Bluetooth: L2CAP: Fix u8 overflow
Sungwoo Kim
1
-1
/
+2
2022-11-02
Bluetooth: L2CAP: Fix attempting to access uninitialized memory
Luiz Augusto von Dentz
1
-1
/
+2
2022-11-02
Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm
Luiz Augusto von Dentz
1
-1
/
+1
2022-11-02
Bluetooth: L2CAP: Fix accepting connection request for invalid SPSM
Luiz Augusto von Dentz
1
-0
/
+25
2022-11-02
Bluetooth: L2CAP: Fix memory leak in vhci_write
Hawkins Jiawei
1
-4
/
+3
2022-11-02
Bluetooth: L2CAP: fix use-after-free in l2cap_conn_del()
Zhengchao Shao
1
-0
/
+1
2022-11-02
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_reassemble_sdu
Maxim Mikityanskiy
1
-7
/
+41
2022-09-29
Bluetooth: L2CAP: Fix user-after-free
Luiz Augusto von Dentz
1
-0
/
+7
2022-09-19
Bluetooth: L2CAP: initialize delayed works at l2cap_chan_create()
Tetsuo Handa
1
-4
/
+6
2022-08-25
Bluetooth: L2CAP: Fix build errors in some archs
Luiz Augusto von Dentz
1
-5
/
+5
2022-08-08
Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression
Luiz Augusto von Dentz
1
-7
/
+6
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+48
2022-07-26
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
1
-13
/
+48
2022-07-21
Bluetooth: use memset avoid memory leaks
Xiaohui Zhang
1
-0
/
+1
2022-03-18
Bluetooth: Don't assign twice the same value
Christophe JAILLET
1
-1
/
+0
2022-03-04
Bluetooth: use memset avoid memory leaks
Minghao Chi (CGEL ZTE)
1
-0
/
+1
2021-12-22
Bluetooth: hci_sync: Add hci_le_create_conn_sync
Luiz Augusto von Dentz
1
-1
/
+1
2021-08-30
Bluetooth: Fix using RPA when address has been resolved
Luiz Augusto von Dentz
1
-1
/
+1
2021-06-26
Bluetooth: use inclusive language when filtering devices
Archie Pusaka
1
-2
/
+2
2021-06-26
Bluetooth: use inclusive language in HCI role comments
Archie Pusaka
1
-1
/
+1
2021-06-26
Bluetooth: L2CAP: Fix invalid access on ECRED Connection response
Luiz Augusto von Dentz
1
-2
/
+2
2021-06-26
Bluetooth: L2CAP: Fix invalid access if ECRED Reconfigure fails
Luiz Augusto von Dentz
1
-2
/
+2
2021-06-26
Bluetooth: Return whether a connection is outbound
Yu Liu
1
-1
/
+1
2021-04-06
Bluetooth: use the correct print format for L2CAP debug statements
Kai Ye
1
-8
/
+8
2021-04-02
Bluetooth: Coding style fix
Meng Yu
1
-2
/
+3
2021-04-02
Bluetooth: Remove 'return' in void function
Meng Yu
1
-2
/
+0
2021-03-25
Bluetooth: L2CAP: Rudimentary typo fixes
Bhaskar Chowdhury
1
-2
/
+2
2021-03-22
Bluetooth: initialize skb_queue_head at l2cap_chan_create()
Tetsuo Handa
1
-0
/
+2
2021-03-22
Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default
Archie Pusaka
1
-0
/
+2
2021-03-15
Bluetooth: L2CAP: Fix not checking for maximum number of DCID
Luiz Augusto von Dentz
1
-3
/
+9
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
2020-12-07
Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-C
Jimmy Wahlberg
1
-1
/
+1
2020-11-11
Bluetooth: Enforce key size of 16 bytes on FIPS level
Archie Pusaka
1
-1
/
+7
2020-09-25
Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channel
Luiz Augusto von Dentz
1
-3
/
+4
2020-07-10
Bluetooth: core: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-10
/
+9
2020-06-18
Bluetooth: Terminate the link if pairing is cancelled
Manish Mandlik
1
-2
/
+4
2020-05-11
Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)
Konstantin Forostyan
1
-2
/
+2
2020-03-25
Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connections
Luiz Augusto von Dentz
1
-10
/
+127
2020-03-14
Bluetooth: L2CAP: remove set but not used variable 'credits'
YueHaibing
1
-2
/
+1
2020-03-12
Bluetooth: L2CAP: handle l2cap config request during open state
Howard Chung
1
-1
/
+2
2020-03-08
Bluetooth: L2CAP: Add module option to enable ECRED mode
Luiz Augusto von Dentz
1
-0
/
+15
2020-03-08
Bluetooth: L2CAP: Add initial code for Enhanced Credit Based Mode
Luiz Augusto von Dentz
1
-16
/
+529
2020-03-08
Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUs
Luiz Augusto von Dentz
1
-16
/
+13
2020-01-29
Bluetooth: Fix refcount use-after-free issue
Manish Mandlik
1
-11
/
+15
2020-01-08
Bluetooth: remove redundant assignment to variable icid
Colin Ian King
1
-1
/
+0
2020-01-04
Bluetooth: Auto tune if input MTU is set to 0
Luiz Augusto von Dentz
1
-2
/
+52
2019-11-19
Bluetooth: delete a stray unlock
Dan Carpenter
1
-3
/
+1
2019-09-05
Revert "Bluetooth: validate BLE connection interval updates"
Marcel Holtmann
1
-8
/
+1
[next]