summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_sock.c (follow)
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'common/android-4.4-p' into lineage-18.1-caf-msm...Michael Bestas2021-12-27
|\
| * Bluetooth: fix use-after-free error in lock_sock_nested()Wang ShaoBo2021-11-26
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-11-15
|\|
| * Bluetooth: Only mark socket zapped after unlockingAbhishek Pandit-Subedi2020-10-29
* | Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas2020-10-23
|\|
| * Bluetooth: prefetch channel before killing sockHillf Danton2020-10-01
| * Bluetooth: Fix refcount use-after-free issueManish Mandlik2020-10-01
* | Merge branch 'v4.4-16.09-android-tmp' into lsk-v4.4-16.09-androidRunmin Wang2016-12-16
|\|
| * Bluetooth: Fix l2cap_sock_setsockopt() with optname BT_RCVMTUAmadeusz Sławiński2016-08-20
* | Bluetooth: Replace %p with %pKDibyendu Roy2016-06-28
|/
* Bluetooth: l2cap_disconnection_req priority over shutdownDean Jenkins2015-10-21
* Bluetooth: Reorganize mutex lock in l2cap_sock_shutdown()Dean Jenkins2015-10-21
* Bluetooth: Unwind l2cap_sock_shutdown()Dean Jenkins2015-10-21
* Bluetooth: __l2cap_wait_ack() add defensive timeoutDean Jenkins2015-07-23
* Bluetooth: __l2cap_wait_ack() use msecs_to_jiffies()Dean Jenkins2015-07-23
* Bluetooth: Add BT_DBG to l2cap_sock_shutdown()Dean Jenkins2015-07-23
* Bluetooth: Make __l2cap_wait_ack more efficientDean Jenkins2015-07-23
* Bluetooth: L2CAP ERTM shutdown protect sk and chanDean Jenkins2015-07-23
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* Bluetooth: Refactor L2CAP variables into l2cap_ctrlJohan Hedberg2015-03-30
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* Bluetooth: Fix nested sleepsPeter Hurley2015-01-23
* Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_l2Marcel Holtmann2015-01-12
* first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-09
* switch l2cap ->memcpy_fromiovec() to msghdrAl Viro2014-12-09
* Bluetooth: Add debug logs to help track locking issuesJohan Hedberg2014-11-15
* Bluetooth: Fix L2CAP nesting level initialization locationJohan Hedberg2014-11-13
* Bluetooth: Fix L2CAP socket lock nesting levelJohan Hedberg2014-11-13
* Bluetooth: Use proper nesting annotation for l2cap_chan lockJohan Hedberg2014-11-13
* Bluetooth: Fix l2cap_sock_teardown_cb lockdep warningJohan Hedberg2014-11-12
* Bluetooth: Fix hci_conn reference counting for fixed channelsJohan Hedberg2014-09-08
* Bluetooth: Move parts of fixed channel initialization to l2cap_add_scidJohan Hedberg2014-08-14
* Bluetooth: Resume BT_CONNECTED state after LE security elevationJohan Hedberg2014-08-14
* Bluetooth: Use EOPNOTSUPP instead of ENOTSUPPJohan Hedberg2014-07-18
* Bluetooth: Pass initiator/acceptor information to hci_conn_security()Johan Hedberg2014-07-17
* Bluetooth: never linger on process exitVladimir Davydov2014-07-17
* Bluetooth: Allow L2CAP getpeername() for BT_CONFIG stateJohan Hedberg2014-07-03
* Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen2014-07-03
* Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann2014-07-03
* Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann2014-07-03
* Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann2014-07-03
* Bluetooth: Allow change security level on ATT_CID in slave roleMarcin Kraglak2014-06-13
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-06-05
|\
| * Bluetooth: Fix L2CAP deadlockJukka Taimisto2014-06-02
* | net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
|/
* Bluetooth: Fix returning peer address in pending connect stateJohan Hedberg2014-03-26
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-12
* Bluetooth: Enable LE L2CAP CoC support by defaultJohan Hedberg2014-02-14
* Bluetooth: Always use l2cap_chan->psm for returning PSM to user spaceJohan Hedberg2014-02-13
* Bluetooth: Refuse peer L2CAP address reading when not connectedJohan Hedberg2014-02-13