aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-08Bluetooth: Add clarifying comment for LE CoC result valueJohan Hedberg1-0/+5
2014-09-08Bluetooth: Remove unused l2cap_conn_shutdown APIJohan Hedberg1-25/+0
2014-09-08Bluetooth: Set discon_timeout to 0 in l2cap_conn_delJohan Hedberg1-0/+3
2014-09-08Bluetooth: Improve *_get() functions to return the object typeJohan Hedberg1-3/+3
2014-09-08Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg1-2/+10
2014-09-08Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_addJohan Hedberg1-2/+0
2014-09-08Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTUJohan Hedberg1-5/+1
2014-08-14Bluetooth: Fix ERTM L2CAP resend packetLukasz Rymanowski1-3/+5
2014-08-14Bluetooth: Improve data packing in SAR modeLukasz Rymanowski1-4/+1
2014-08-14Bluetooth: Remove unused l2cap_conn->security_timerJohan Hedberg1-17/+1
2014-08-14Bluetooth: Add public l2cap_conn_shutdown() API to request disconnectionJohan Hedberg1-0/+25
2014-08-14Bluetooth: Use L2CAP resume callback to call smp_distribute_keysJohan Hedberg1-6/+0
2014-08-14Bluetooth: Convert SMP to use l2cap_chan infrastructureJohan Hedberg1-10/+0
2014-08-14Bluetooth: Call l2cap_le_conn_ready after notifying channelsJohan Hedberg1-3/+3
2014-08-14Bluetooth: Call L2CAP teardown callback before clearing chan->connJohan Hedberg1-2/+2
2014-08-14Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg1-0/+4
2014-08-14Bluetooth: Remove special ATT data channel handlingJohan Hedberg1-79/+0
2014-08-14Bluetooth: Improve fixed channel lookup based on link typeJohan Hedberg1-3/+8
2014-08-14Bluetooth: Move L2CAP fixed channel creation into l2cap_conn_cfmJohan Hedberg1-44/+80
2014-08-14Bluetooth: Refactor l2cap_connect_cfmJohan Hedberg1-5/+8
2014-08-14Bluetooth: Remove special handling of ATT in l2cap_security_cfm()Johan Hedberg1-9/+2
2014-08-14Bluetooth: Fix __l2cap_no_conn_pending() usage with all channelsJohan Hedberg1-0/+3
2014-08-14Bluetooth: Fix reference counting of global L2CAP channelsJohan Hedberg1-8/+28
2014-07-21Bluetooth: Prefer sizeof(*ptr) when allocating memoryJohan Hedberg1-1/+1
2014-07-18Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg1-1/+1
2014-07-17Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg1-7/+8
2014-07-16Bluetooth: Use explicit role instead of a bool in function parametersJohan Hedberg1-3/+6
2014-07-16Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variableJohan Hedberg1-2/+2
2014-07-13Bluetooth: Convert L2CAP ident spinlock into a mutexMarcel Holtmann1-3/+3
2014-07-11Bluetooth: Update the list of L2CAP fixed channelsMarcel Holtmann1-1/+1
2014-07-09Bluetooth: Don't send ERTM configuration option when disabledMarcel Holtmann1-0/+3
2014-07-09Bluetooth: Unify helpers for bdaddr_list manipulationsJohan Hedberg1-3/+4
2014-07-07Bluetooth: Pass desired connection role to hci_connect_le()Johan Hedberg1-1/+5
2014-07-07Bluetooth: Remove auth_type parameter from hci_connect_le()Johan Hedberg1-4/+2
2014-07-06Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg1-1/+1
2014-07-06Bluetooth: Restrict blocked device check in l2cap_recv_frame to LEJohan Hedberg1-1/+5
2014-07-03Bluetooth: Pass store hint to mgmt_new_conn_paramJohan Hedberg1-2/+6
2014-07-03Bluetooth: Centralize looking up blocked devices to l2cap_recv_frameJohan Hedberg1-3/+6
2014-07-03Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes1-1/+5
2014-07-03Bluetooth: Connection parameters check helperAndre Guedes1-22/+1
2014-07-03Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg1-2/+2
2014-07-03Bluetooth: Add support LE slave connection update procedureMarcel Holtmann1-0/+19
2014-07-03Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen1-12/+8
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen1-2/+4
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann1-5/+5
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann1-16/+7
2014-06-13Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto1-1/+7
2014-06-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-0/+6
2014-05-30Bluetooth: l2cap: Set more channel defaultsJukka Rissanen1-0/+6
2014-05-14Bluetooth: Fix L2CAP LE debugfs entries permissionsSamuel Ortiz1-2/+2