summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+4Star
* 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/+1Star
* 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-131-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-101-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
* Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz2017-04-121-3/+0Star
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
* [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-3/+3
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-1/+1
* Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann2016-08-241-0/+8
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg2016-01-291-2/+12
* Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik2015-11-191-3/+1Star
* Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-8/+7Star
* Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg2015-11-051-1/+8
* Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg2015-11-051-1/+1
* Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg2015-11-051-1/+8
* Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski2015-08-101-2/+4
* Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An2015-06-301-2/+2
* Bluetooth: Stop sabotaging list poisoningAlexey Dobriyan2015-06-111-6/+2Star
* Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang2015-06-091-3/+2Star
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-301-24/+24
* Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-4/+4
* Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+5
* Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+5
* Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg2015-02-191-4/+10
* Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg2015-02-161-0/+14
* Bluetooth: Fix lookup of fixed channels by local bdaddrJohan Hedberg2015-01-151-8/+7Star
* Bluetooth: Add helpers for src/dst bdaddr type conversionJohan Hedberg2015-01-151-12/+22
* Bluetooth: Show device address type for L2CAP debugfs entriesMarcel Holtmann2015-01-151-2/+2