summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2014-11-27Bluetooth: Automatically flushable packets aren't allowed on LE linksSteven Walter
2014-11-15Bluetooth: Add debug logs to help track locking issuesJohan Hedberg
2014-11-15Bluetooth: Trigger SMP for the appropriate LE CoC errorsJohan Hedberg
2014-11-15Bluetooth: Add key preference parameter to smp_sufficient_securityJohan Hedberg
2014-11-15Bluetooth: Fix sending incorrect LE CoC PDU in BT_CONNECT2 stateJohan Hedberg
2014-11-13Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg
2014-10-28Bluetooth: spelling fixesStephen Hemminger
2014-10-25Bluetooth: Fix missing channel unlock in l2cap_le_creditsMartin Townsend
2014-10-25Bluetooth: Refactor arguments of mgmt_device_connectedAlfonso Acosta
2014-10-02Bluetooth: Fix lockdep warning with l2cap_chan_connectJohan Hedberg
2014-09-11Bluetooth: Fix L2CAP information request handling for fixed channelsJohan Hedberg
2014-09-08Bluetooth: Move identity address update behind a workqueueJohan Hedberg
2014-09-08Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg
2014-09-08Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg
2014-09-08Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg
2014-09-08Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg
2014-08-14Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski
2014-08-14Bluetooth: Improve data packing in SAR modeLukasz Rymanowski
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg
2014-08-14Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg
2014-08-14Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg
2014-08-14Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg
2014-08-14Bluetooth: Remove special ATT data channel handlingJohan Hedberg
2014-08-14Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg
2014-08-14Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfmJohan Hedberg
2014-08-14Bluetooth: Refactor l2cap_connect_cfmJohan Hedberg
2014-08-14Bluetooth: Remove special handling of ATT in l2cap_security_cfm()Johan Hedberg
2014-08-14Bluetooth: Fix __l2cap_no_conn_pending() usage with all channelsJohan Hedberg
2014-08-14Bluetooth: Fix reference counting of global L2CAP channelsJohan Hedberg
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann
2014-07-09Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg
2014-07-07Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg
2014-07-07Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg
2014-07-06Bluetooth: Restrict blocked device check in l2cap_recv_frame to LEJohan Hedberg
2014-07-03Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg
2014-07-03Bluetooth: Centralize looking up blocked devices to l2cap_recv_frameJohan Hedberg