summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+2Star
* 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/+2Star
* 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
* Bluetooth: Introduce "New Connection Parameter" EventAndre Guedes2014-07-031-1/+5
* Bluetooth: Connection parameters check helperAndre Guedes2014-07-031-22/+1Star
* Bluetooth: Convert hci_conn->link_mode into flagsJohan Hedberg2014-07-031-2/+2
* Bluetooth: Add support LE slave connection update procedureMarcel Holtmann2014-07-031-0/+19
* Bluetooth: 6LoWPAN: Use connected oriented channel instead of fixed oneJukka Rissanen2014-07-031-12/+8Star
* Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen2014-07-031-2/+4
* Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann2014-07-031-5/+5
* Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann2014-07-031-16/+7Star
* Bluetooth: Fix deadlock in l2cap_conn_del()Jukka Taimisto2014-06-131-1/+7
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-051-0/+6
|\
| * Bluetooth: l2cap: Set more channel defaultsJukka Rissanen2014-05-311-0/+6
* | Bluetooth: Fix L2CAP LE debugfs entries permissionsSamuel Ortiz2014-05-141-2/+2
|/
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-45/+45
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-271-2/+10
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-271-4/+3Star
* Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg2014-02-261-1/+1
* Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek2014-02-251-0/+16
* Bluetooth: Print error when dropping L2CAP dataSzymon Janc2014-02-181-1/+3
* Bluetooth: Fix updating Identity Address in L2CAP channelsJohan Hedberg2014-02-181-0/+17
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-141-11/+0Star
* Bluetooth: Remove unnecessary check for chan->psmJohan Hedberg2014-02-131-4/+1Star
* Bluetooth: Free up l2cap_chan->sport when initiating a connectionJohan Hedberg2014-02-131-0/+7
* Bluetooth: Fix disconnecting L2CAP when a credits overflow occursJohan Hedberg2014-02-131-1/+14
* Bluetooth: Fix disconnecting L2CAP channel for credits violationJohan Hedberg2014-02-131-0/+1
* Bluetooth: Fix respecting le_default_mps valueJohan Hedberg2014-02-131-1/+1
* Bluetooth: Fix CID initialization for fixed channelsJohan Hedberg2014-02-131-2/+0Star
* Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-12/+9Star
* Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-9/+6Star
* Bluetooth: Remove useless l2cap_seq_list_remove functionJohan Hedberg2014-02-131-32/+8Star