summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: use the correct print format for L2CAP debug statementsKai Ye2021-04-061-8/+8
* Bluetooth: Coding style fixMeng Yu2021-04-021-2/+3
* Bluetooth: Remove 'return' in void functionMeng Yu2021-04-021-2/+0
* Bluetooth: L2CAP: Rudimentary typo fixesBhaskar Chowdhury2021-03-251-2/+2
* Bluetooth: initialize skb_queue_head at l2cap_chan_create()Tetsuo Handa2021-03-221-0/+2
* Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan defaultArchie Pusaka2021-03-221-0/+2
* Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz2021-03-151-3/+9
* Bluetooth: L2CAP: Try harder to accept device not knowing optionsBastien Nocera2021-01-251-0/+1
* Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz2021-01-251-25/+93
* Bluetooth: Fix for Bluetooth SIG test L2CAP/COS/CFD/BV-14-CJimmy Wahlberg2020-12-071-1/+1
* Bluetooth: Enforce key size of 16 bytes on FIPS levelArchie Pusaka2020-11-111-1/+7
* Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz2020-09-251-3/+4
* Bluetooth: core: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-10/+9
* Bluetooth: Terminate the link if pairing is cancelledManish Mandlik2020-06-181-2/+4
* Bluetooth: L2CAP: Fix errors during L2CAP_CREDIT_BASED_CONNECTION_REQ (0x17)Konstantin Forostyan2020-05-111-2/+2
* Bluetooth: L2CAP: Use DEFER_SETUP to group ECRED connectionsLuiz Augusto von Dentz2020-03-251-10/+127
* Bluetooth: L2CAP: remove set but not used variable 'credits'YueHaibing2020-03-141-2/+1
* Bluetooth: L2CAP: handle l2cap config request during open stateHoward Chung2020-03-121-1/+2
* Bluetooth: L2CAP: Add module option to enable ECRED modeLuiz Augusto von Dentz2020-03-081-0/+15
* Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeLuiz Augusto von Dentz2020-03-081-16/+529
* Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUsLuiz Augusto von Dentz2020-03-081-16/+13
* Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-01-291-11/+15
* Bluetooth: remove redundant assignment to variable icidColin Ian King2020-01-081-1/+0
* Bluetooth: Auto tune if input MTU is set to 0Luiz Augusto von Dentz2020-01-041-2/+52
* Bluetooth: delete a stray unlockDan Carpenter2019-11-191-3/+1
* Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann2019-09-051-8/+1
* Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann2019-08-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-4/+25
|\
| * Bluetooth: L2CAP: Check bearer type on __l2cap_global_chan_by_addrLuiz Augusto von Dentz2019-07-061-3/+11
| * Bluetooth: validate BLE connection interval updatescsonsino2019-07-061-1/+8
| * Bluetooth: Check state in l2cap_disconnect_rspMatias Karhumaa2019-07-061-0/+6
* | Bluetooth: Fix faulty expression for minimum encryption key size checkMatias Karhumaa2019-07-031-1/+1
|/
* Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-221-5/+28
* Bluetooth: Fix not initializing L2CAP tx_creditsLuiz Augusto von Dentz2019-04-231-5/+4
* Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-0/+1
* Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-01-231-0/+6
* Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-01-231-31/+46
* Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-191-11/+1
* Bluetooth: Errata Service Release 8, Erratum 3253Mallikarjun Phulari2018-10-141-1/+9
* Bluetooth: Use separate L2CAP LE credit based connection result valuesMallikarjun Phulari2018-10-141-13/+13
* Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz2018-09-271-0/+10
* Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz2018-09-271-15/+27
* Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz2018-09-271-7/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-031-1/+1
* Bluetooth: Prevent stack info leak from the EFS element.Ben Seri2018-01-041-9/+11
* Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri2017-09-091-37/+43
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-7/+7
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+2
* Bluetooth: L2CAP: Add l2cap_le_flowctl_sendLuiz Augusto von Dentz2017-04-121-8/+19