summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_sock.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins2015-10-211-1/+10
* Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins2015-10-211-17/+27
* Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins2015-10-211-14/+18
* Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins2015-07-231-1/+10
* Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins2015-07-231-2/+2
* Bluetooth: Add BT_DBG to l2cap_sock_shutdown()Dean Jenkins2015-07-231-0/+4
* Bluetooth: Make __l2cap_wait_ack more efficientDean Jenkins2015-07-231-6/+10
* Bluetooth: L2CAP ERTM shutdown protect sk and chanDean Jenkins2015-07-231-0/+8
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-5/+5
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-301-3/+3
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-021-6/+6
* Bluetooth: Fix nested sleepsPeter Hurley2015-01-231-5/+4Star
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann2015-01-121-0/+2
* first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-8/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* 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-191-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