summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorLines
2015-01-15Bluetooth: Fix lookup of fixed channels by local bdaddrJohan Hedberg-8/+7
2015-01-15Bluetooth: Add helpers for src/dst bdaddr type conversionJohan Hedberg-12/+22
2015-01-15Bluetooth: Show device address type for L2CAP debugfs entriesMarcel Holtmann-2/+2
2015-01-02Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann-1/+1
2014-12-15Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville-2/+3
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller-4/+3
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro-4/+3
2014-12-09switch l2cap ->memcpy_fromiovec() to msghdrAl Viro-2/+2
2014-12-06Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann-2/+3
2014-12-03Bluetooth: Add full SMP BR/EDR supportJohan Hedberg-0/+4
2014-12-02Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg-19/+18
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter-3/+11
2014-11-15Bluetooth: Add debug logs to help track locking issuesJohan Hedberg-1/+2
2014-11-15Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg-1/+22
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg-1/+2
2014-11-15Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg-1/+2
2014-11-13Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg-0/+3
2014-10-28Bluetooth: spelling fixesStephen Hemminger-1/+1
2014-10-25Bluetooth: Fix missing channel unlock in l2cap_le_creditsMartin Townsend-0/+1
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta-3/+1
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg-5/+8
2014-09-11Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg-20/+33
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg-2/+8
2014-09-08Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg-0/+5
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg-25/+0
2014-09-08Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg-0/+3
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg-3/+3
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg-2/+10
2014-09-08Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg-2/+0
2014-09-08Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg-5/+1
2014-08-14Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski-3/+5
2014-08-14Bluetooth: Improve data packing in SAR modeLukasz Rymanowski-4/+1
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg-17/+1
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg-0/+25
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg-6/+0
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg-10/+0
2014-08-14Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg-3/+3
2014-08-14Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg-2/+2
2014-08-14Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg-0/+4
2014-08-14Bluetooth: Remove special ATT data channel handlingJohan Hedberg-79/+0
2014-08-14Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg-3/+8
2014-08-14Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfmJohan Hedberg-44/+80
2014-08-14Bluetooth: Refactor l2cap_connect_cfmJohan Hedberg-5/+8
2014-08-14Bluetooth: Remove special handling of ATT in l2cap_security_cfm()Johan Hedberg-9/+2
2014-08-14Bluetooth: Fix __l2cap_no_conn_pending() usage with all channelsJohan Hedberg-0/+3
2014-08-14Bluetooth: Fix reference counting of global L2CAP channelsJohan Hedberg-8/+28
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg-1/+1
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg-1/+1
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg-7/+8
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg-3/+6