aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAge
* Bluetooth: Show device address type for L2CAP debugfs entriesMarcel Holtmann2015-01-15
* Bluetooth: Introduce force_bredr_smp debugfs option for testingMarcel Holtmann2015-01-02
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-12-15
|\
| * Bluetooth: Check for force_lesc_support when enabling SMP over BR/EDRMarcel Holtmann2014-12-06
* | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-10
|\ \ | |/ |/|
| * first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-09
| * switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-09
* | Bluetooth: Add full SMP BR/EDR supportJohan Hedberg2014-12-03
* | Bluetooth: Track both local and remote L2CAP fixed channel maskJohan Hedberg2014-12-02
* | Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter2014-11-27
|/
* Bluetooth: Add debug logs to help track locking issuesJohan Hedberg2014-11-14
* Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg2014-11-14
* Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg2014-11-14
* Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg2014-11-14
* Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg2014-11-13
* Bluetooth: spelling fixesStephen Hemminger2014-10-28
* Bluetooth: Fix missing channel unlock in l2cap_le_creditsMartin Townsend2014-10-25
* Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta2014-10-25
* Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg2014-10-02
* Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg2014-09-10
* Bluetooth: Move identity address update behind a workqueueJohan Hedberg2014-09-08
* Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg2014-09-08
* Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg2014-09-08
* Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg2014-09-08
* Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg2014-09-08
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-08
* Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg2014-09-08
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-09-08
* Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski2014-08-14
* Bluetooth: Improve data packing in SAR modeLukasz Rymanowski2014-08-14
* Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-14
* Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg2014-08-14
* Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg2014-08-14
* Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-14
* Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg2014-08-14
* Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg2014-08-14
* Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg2014-08-14
* Bluetooth: Remove special ATT data channel handlingJohan Hedberg2014-08-14
* Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg2014-08-14
* Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfmJohan Hedberg2014-08-14
* Bluetooth: Refactor l2cap_connect_cfmJohan Hedberg2014-08-14
* Bluetooth: Remove special handling of ATT in l2cap_security_cfm()Johan Hedberg2014-08-14
* Bluetooth: Fix __l2cap_no_conn_pending() usage with all channelsJohan Hedberg2014-08-14
* Bluetooth: Fix reference counting of global L2CAP channelsJohan Hedberg2014-08-14
* Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-21
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-18
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-17
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-16
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-16
* Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann2014-07-13