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
2019-04-23
Bluetooth: Fix not initializing L2CAP tx_credits
Luiz Augusto von Dentz
1
-5
/
+4
2019-01-23
Bluetooth: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2019-01-23
Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
Marcel Holtmann
1
-0
/
+6
2019-01-23
Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
Marcel Holtmann
1
-31
/
+46
2018-12-19
Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2018-10-14
Bluetooth: Errata Service Release 8, Erratum 3253
Mallikarjun Phulari
1
-1
/
+9
2018-10-14
Bluetooth: Use separate L2CAP LE credit based connection result values
Mallikarjun Phulari
1
-13
/
+13
2018-09-27
Bluetooth: L2CAP: Detect if remote is not able to use the whole MPS
Luiz Augusto von Dentz
1
-0
/
+10
2018-09-27
Bluetooth: L2CAP: Derive rx credits from MTU and MPS
Luiz Augusto von Dentz
1
-15
/
+27
2018-09-27
Bluetooth: L2CAP: Derive MPS from connection MTU
Luiz Augusto von Dentz
1
-7
/
+7
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-04-03
Bluetooth: Fix connection if directed advertising and privacy is used
Szymon Janc
1
-1
/
+1
2018-01-04
Bluetooth: Prevent stack info leak from the EFS element.
Ben Seri
1
-9
/
+11
2017-09-09
Bluetooth: Properly check L2CAP config option output buffer length
Ben Seri
1
-37
/
+43
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-7
/
+7
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-2
/
+2
2017-04-12
Bluetooth: L2CAP: Add l2cap_le_flowctl_send
Luiz Augusto von Dentz
1
-8
/
+19
2017-04-12
Bluetooth: L2CAP: Don't return -EAGAIN if out of credits
Luiz Augusto von Dentz
1
-3
/
+0
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-2
/
+2
2016-12-05
[iov_iter] new primitives - copy_from_iter_full() and friends
Al Viro
1
-3
/
+3
2016-11-22
Bluetooth: Fix using the correct source address type
Johan Hedberg
1
-1
/
+1
2016-08-24
Bluetooth: split sk_filter in l2cap_sock_recv_cb
Daniel Borkmann
1
-0
/
+8
2016-07-09
Bluetooth: Rename HCI_BREDR into HCI_PRIMARY
Marcel Holtmann
1
-1
/
+1
2016-01-29
Bluetooth: L2CAP: Fix auto-allocating LE PSM values
Johan Hedberg
1
-2
/
+12
2015-11-19
Bluetooth: remove unneeded variable in l2cap_stream_rx
Prasanna Karthik
1
-3
/
+1
2015-11-19
Bluetooth: Fix specifying role for LE connections
Johan Hedberg
1
-8
/
+7
2015-11-05
Bluetooth: L2CAP: Add missing checks for invalid LE DCID
Johan Hedberg
1
-1
/
+8
2015-11-05
Bluetooth: L2CAP: Fix checked range when allocating new CID
Johan Hedberg
1
-1
/
+1
2015-11-05
Bluetooth: L2CAP: Fix returning correct LE CoC response codes
Johan Hedberg
1
-1
/
+8
2015-08-10
Bluetooth: Enable new connection establishment procedure.
Jakub Pawlowski
1
-2
/
+4
2015-06-30
Bluetooth: Reinitialize the list after deletion for session user list
Tedd Ho-Jeong An
1
-2
/
+2
2015-06-11
Bluetooth: Stop sabotaging list poisoning
Alexey Dobriyan
1
-6
/
+2
2015-06-09
Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void
Arron Wang
1
-3
/
+2
2015-03-30
Bluetooth: Refactor L2CAP variables into l2cap_ctrl
Johan Hedberg
1
-24
/
+24
2015-03-13
Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags
Marcel Holtmann
1
-1
/
+1
2015-03-13
Bluetooth: Introduce hci_dev_test_flag helper macro
Marcel Holtmann
1
-4
/
+4
2015-02-19
Bluetooth: Convert disconn_cfm to be triggered through hci_cb
Johan Hedberg
1
-1
/
+5
2015-02-19
Bluetooth: Convert connect_cfm to be triggered through hci_cb
Johan Hedberg
1
-1
/
+5
2015-02-19
Bluetooth: Convert L2CAP security callback to use hci_cb
Johan Hedberg
1
-4
/
+10
2015-02-16
Bluetooth: Fix accepting early data on fixed channels
Johan Hedberg
1
-0
/
+14
2015-01-15
Bluetooth: Fix lookup of fixed channels by local bdaddr
Johan Hedberg
1
-8
/
+7
2015-01-15
Bluetooth: Add helpers for src/dst bdaddr type conversion
Johan Hedberg
1
-12
/
+22
2015-01-15
Bluetooth: Show device address type for L2CAP debugfs entries
Marcel Holtmann
1
-2
/
+2
2015-01-02
Bluetooth: Introduce force_bredr_smp debugfs option for testing
Marcel Holtmann
1
-1
/
+1
2014-12-15
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-2
/
+3
2014-12-10
Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
David S. Miller
1
-4
/
+3
2014-12-09
first fruits - kill l2cap ->memcpy_fromiovec()
Al Viro
1
-4
/
+3
2014-12-09
switch l2cap ->memcpy_fromiovec() to msghdr
Al Viro
1
-2
/
+2
2014-12-06
Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDR
Marcel Holtmann
1
-2
/
+3
2014-12-03
Bluetooth: Add full SMP BR/EDR support
Johan Hedberg
1
-0
/
+4
[next]