summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2019-06-25Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann
2019-04-03Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann
2019-04-03Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc
2018-01-04Bluetooth: Prevent stack info leak from the EFS element.Ben Seri
2017-09-09Bluetooth: Properly check L2CAP config option output buffer lengthBen Seri
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-04-12Bluetooth: L2CAP: Add l2cap_le_flowctl_sendLuiz Augusto von Dentz
2017-04-12Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsLuiz Augusto von Dentz
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2016-08-24Bluetooth: split sk_filter in l2cap_sock_recv_cbDaniel Borkmann
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesJohan Hedberg
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxPrasanna Karthik
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDJohan Hedberg
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDJohan Hedberg
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesJohan Hedberg
2015-08-10Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski
2015-06-30Bluetooth: Reinitialize the list after deletion for session user listTedd Ho-Jeong An
2015-06-11Bluetooth: Stop sabotaging list poisoningAlexey Dobriyan
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbJohan Hedberg
2015-02-16Bluetooth: Fix accepting early data on fixed channelsJohan Hedberg
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrJohan Hedberg
2015-01-15Bluetooth: Add helpers for src/dst bdaddr type conversionJohan Hedberg
2015-01-15Bluetooth: Show device address type for L2CAP debugfs entriesMarcel Holtmann
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro
2014-12-06Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter
2014-11-15Bluetooth: Add debug logs to help track locking issuesJohan Hedberg
2014-11-15Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg
2014-11-15Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg
2014-11-13Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg