aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-04Bluetooth: Prevent stack info leak from the EFS element.Gravatar Ben Seri 1-9/+11
2017-09-09Bluetooth: Properly check L2CAP config option output buffer lengthGravatar Ben Seri 1-37/+43
2017-06-16networking: make skb_put & friends return void pointersGravatar Johannes Berg 1-7/+7
2017-06-16networking: introduce and use skb_put_data()Gravatar Johannes Berg 1-2/+2
2017-04-12Bluetooth: L2CAP: Add l2cap_le_flowctl_sendGravatar Luiz Augusto von Dentz 1-8/+19
2017-04-12Bluetooth: L2CAP: Don't return -EAGAIN if out of creditsGravatar Luiz Augusto von Dentz 1-3/+0
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-2/+2
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsGravatar Al Viro 1-3/+3
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-1/+1
2016-08-24Bluetooth: split sk_filter in l2cap_sock_recv_cbGravatar Daniel Borkmann 1-0/+8
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-1/+1
2016-01-29Bluetooth: L2CAP: Fix auto-allocating LE PSM valuesGravatar Johan Hedberg 1-2/+12
2015-11-19Bluetooth: remove unneeded variable in l2cap_stream_rxGravatar Prasanna Karthik 1-3/+1
2015-11-19Bluetooth: Fix specifying role for LE connectionsGravatar Johan Hedberg 1-8/+7
2015-11-05Bluetooth: L2CAP: Add missing checks for invalid LE DCIDGravatar Johan Hedberg 1-1/+8
2015-11-05Bluetooth: L2CAP: Fix checked range when allocating new CIDGravatar Johan Hedberg 1-1/+1
2015-11-05Bluetooth: L2CAP: Fix returning correct LE CoC response codesGravatar Johan Hedberg 1-1/+8
2015-08-10Bluetooth: Enable new connection establishment procedure.Gravatar Jakub Pawlowski 1-2/+4
2015-06-30Bluetooth: Reinitialize the list after deletion for session user listGravatar Tedd Ho-Jeong An 1-2/+2
2015-06-11Bluetooth: Stop sabotaging list poisoningGravatar Alexey Dobriyan 1-6/+2
2015-06-09Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidGravatar Arron Wang 1-3/+2
2015-03-30Bluetooth: Refactor L2CAP variables into l2cap_ctrlGravatar Johan Hedberg 1-24/+24
2015-03-13Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flagsGravatar Marcel Holtmann 1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroGravatar Marcel Holtmann 1-4/+4
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbGravatar Johan Hedberg 1-1/+5
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbGravatar Johan Hedberg 1-1/+5
2015-02-19Bluetooth: Convert L2CAP security callback to use hci_cbGravatar Johan Hedberg 1-4/+10
2015-02-16Bluetooth: Fix accepting early data on fixed channelsGravatar Johan Hedberg 1-0/+14
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrGravatar Johan Hedberg 1-8/+7
2015-01-15Bluetooth: Add helpers for src/dst bdaddr type conversionGravatar Johan Hedberg 1-12/+22
2015-01-15Bluetooth: Show device address type for L2CAP debugfs entriesGravatar Marcel Holtmann 1-2/+2
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingGravatar Marcel Holtmann 1-1/+1
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar John W. Linville 1-2/+3
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar David S. Miller 1-4/+3
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Gravatar Al Viro 1-4/+3
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrGravatar Al Viro 1-2/+2
2014-12-06Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRGravatar Marcel Holtmann 1-2/+3
2014-12-03Bluetooth: Add full SMP BR/EDR supportGravatar Johan Hedberg 1-0/+4
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskGravatar Johan Hedberg 1-19/+18
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksGravatar Steven Walter 1-3/+11
2014-11-15Bluetooth: Add debug logs to help track locking issuesGravatar Johan Hedberg 1-1/+2
2014-11-15Bluetooth: Trigger SMP for the appropriate LE CoC errorsGravatar Johan Hedberg 1-1/+22
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityGravatar Johan Hedberg 1-1/+2
2014-11-15Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateGravatar Johan Hedberg 1-1/+2
2014-11-13Bluetooth: Fix L2CAP nesting level initialization locationGravatar Johan Hedberg 1-0/+3
2014-10-28Bluetooth: spelling fixesGravatar Stephen Hemminger 1-1/+1
2014-10-25Bluetooth: Fix missing channel unlock in l2cap_le_creditsGravatar Martin Townsend 1-0/+1
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedGravatar Alfonso Acosta 1-3/+1
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectGravatar Johan Hedberg 1-5/+8
2014-09-11Bluetooth: Fix L2CAP information request handling for fixed channelsGravatar Johan Hedberg 1-20/+33