summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_sock.c
Commit message (Expand)AuthorAgeFilesLines
* first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-8/+0
* switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-091-2/+2
* Bluetooth: Add debug logs to help track locking issuesJohan Hedberg2014-11-151-1/+9
* Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg2014-11-131-3/+0
* Bluetooth: Fix L2CAP socket lock nesting levelJohan Hedberg2014-11-131-3/+10
* Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg2014-11-131-0/+9
* Bluetooth: Fix l2cap_sock_teardown_cb lockdep warningJohan Hedberg2014-11-121-1/+1
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-081-0/+8
* Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg2014-08-141-9/+0
* Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg2014-08-141-0/+6
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-181-1/+1
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-171-1/+1
* Bluetooth: never linger on process exitVladimir Davydov2014-07-171-1/+2
* Bluetooth: Allow L2CAP getpeername() for BT_CONFIG stateJohan Hedberg2014-07-031-1/+2
* Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen2014-07-031-13/+21
* Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann2014-07-031-1/+2
* Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann2014-07-031-1/+3
* Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann2014-07-031-1/+1
* Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-06-131-5/+0
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-051-1/+4
|\
| * Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-06-021-1/+4
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-111-3/+3
|/
* Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg2014-03-261-1/+2
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-3/+3
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-141-29/+0
* Bluetooth: Always use l2cap_chan->psm for returning PSM to user spaceJohan Hedberg2014-02-131-2/+2
* Bluetooth: Refuse peer L2CAP address reading when not connectedJohan Hedberg2014-02-131-0/+3
* Bluetooth: Fix CID initialization for fixed channelsJohan Hedberg2014-02-131-0/+5
* Bluetooth: Fix BT_SECURITY socket option for fixed channels (ATT)Johan Hedberg2014-02-131-0/+2
* Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-0/+9
* Bluetooth: Handle security level 4 for L2CAP connectionsMarcel Holtmann2014-02-131-0/+10
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-1/+1
* Bluetooth: Default to no security with L2CAP RAW socketsJohan Hedberg2014-01-061-0/+3
* Bluetooth: Simplify l2cap_chan initialization for LE CoCJohan Hedberg2013-12-051-2/+2
* Bluetooth: Fix validating LE PSM valuesJohan Hedberg2013-12-051-9/+31
* Bluetooth: Introduce L2CAP channel callback for suspendingJohan Hedberg2013-12-051-0/+9
* Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket optionsJohan Hedberg2013-12-051-0/+76
* Bluetooth: Limit L2CAP_OPTIONS socket option usage with LEJohan Hedberg2013-12-051-0/+15
* Bluetooth: Track LE L2CAP credits in l2cap_chanJohan Hedberg2013-12-051-0/+2
* Bluetooth: Add LE L2CAP flow control modeJohan Hedberg2013-12-051-3/+18
* Bluetooth: Add module parameter to enable LE CoC supportJohan Hedberg2013-12-051-6/+12
* Bluetooth: Remove sk member from struct l2cap_chanGustavo Padovan2013-10-211-2/+0
* Bluetooth: Add L2CAP channel to skb private dataGustavo Padovan2013-10-211-0/+2
* Bluetooth: Remove parent socket usage from l2cap_core.cGustavo Padovan2013-10-211-0/+4
* Bluetooth: Hold socket in defer callback in L2CAP socketGustavo Padovan2013-10-211-2/+6
* Bluetooth: Do not access chan->sk directlyGustavo Padovan2013-10-211-1/+2
* Bluetooth: Fix ATT socket backwards compatibility with user spaceJohan Hedberg2013-10-181-2/+25
* Bluetooth: Socket address parameter for CID is in little endianMarcel Holtmann2013-10-161-2/+2
* Bluetooth: Reintroduce socket restrictions for LE socketsJohan Hedberg2013-10-161-0/+18
* Bluetooth: Move l2cap_wait_ack() to l2cap_sock.cGustavo Padovan2013-10-151-0/+32
OpenPOWER on IntegriCloud