summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-091-2/+2
* 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
* Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg2014-09-081-2/+0
* Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg2014-09-081-5/+1
* Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski2014-08-141-3/+5
* Bluetooth: Improve data packing in SAR modeLukasz Rymanowski2014-08-141-4/+1
* Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg2014-08-141-17/+1
* Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg2014-08-141-0/+25
* Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg2014-08-141-6/+0
* Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg2014-08-141-10/+0
* Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg2014-08-141-3/+3
* Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg2014-08-141-2/+2
* Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg2014-08-141-0/+4
* Bluetooth: Remove special ATT data channel handlingJohan Hedberg2014-08-141-79/+0
* Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg2014-08-141-3/+8
* Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfmJohan Hedberg2014-08-141-44/+80
* Bluetooth: Refactor l2cap_connect_cfmJohan Hedberg2014-08-141-5/+8
* Bluetooth: Remove special handling of ATT in l2cap_security_cfm()Johan Hedberg2014-08-141-9/+2
* Bluetooth: Fix __l2cap_no_conn_pending() usage with all channelsJohan Hedberg2014-08-141-0/+3
* Bluetooth: Fix reference counting of global L2CAP channelsJohan Hedberg2014-08-141-8/+28
* Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg2014-07-211-1/+1
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-181-1/+1
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-7/+8
* Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg2014-07-161-3/+6
* Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg2014-07-161-2/+2
* Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann2014-07-131-3/+3
* Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann2014-07-111-1/+1
* Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann2014-07-091-0/+3
* Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg2014-07-091-3/+4
* Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg2014-07-071-1/+5
* Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg2014-07-071-4/+2
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-061-1/+1
* Bluetooth: Restrict blocked device check in l2cap_recv_frame to LEJohan Hedberg2014-07-061-1/+5
* Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg2014-07-031-2/+6
* Bluetooth: Centralize looking up blocked devices to l2cap_recv_frameJohan Hedberg2014-07-031-3/+6