summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-8/+7
* 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/+2
* Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return voidArron Wang2015-06-091-3/+2
* 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/+7
* 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
* Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2015-01-021-1/+1
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-151-2/+3
|\
| * Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann2014-12-061-2/+3
* | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-101-4/+3
|\ \ | |/ |/|
| * first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-4/+3
| * switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-091-2/+2
* | Bluetooth: Add full SMP BR/EDR supportJohan Hedberg2014-12-031-0/+4
* | Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg2014-12-021-19/+18
* | Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter2014-11-271-3/+11
|/
* Bluetooth: Add debug logs to help track locking issuesJohan Hedberg2014-11-151-1/+2
* Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg2014-11-151-1/+22
* Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg2014-11-151-1/+2
* Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg2014-11-151-1/+2
* Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg2014-11-131-0/+3
* Bluetooth: spelling fixesStephen Hemminger2014-10-281-1/+1
* Bluetooth: Fix missing channel unlock in l2cap_le_creditsMartin Townsend2014-10-251-0/+1
* Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta2014-10-251-3/+1
* Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg2014-10-021-5/+8
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2014-09-111-20/+33
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-081-2/+8
* Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg2014-09-081-0/+5
* Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-081-25/+0
* Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg2014-09-081-0/+3
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-081-3/+3
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-081-2/+10