summaryrefslogtreecommitdiffstats
path: root/net/mptcp
Commit message (Expand)AuthorAgeFilesLines
* mptcp: make the symbol 'mptcp_sk_clone_lock' staticChen Wandun2020-02-101-1/+1
* mptcp: fix use-after-free for ipv6Florian Westphal2020-02-061-3/+33
* mptcp: fix use-after-free on tcp fallbackFlorian Westphal2020-02-051-70/+6
* mptcp: Fix undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven2020-01-301-3/+3
* mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven2020-01-301-2/+4
* mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven2020-01-301-1/+1
* mptcp: handle tcp fallback when using syn cookiesFlorian Westphal2020-01-291-1/+4
* mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal2020-01-291-2/+6
* mptcp: fix panic on user pointer accessFlorian Westphal2020-01-291-18/+22
* mptcp: defer freeing of cached ext until last momentFlorian Westphal2020-01-291-2/+4
* mptcp: Fix build with PROC_FS disabled.David S. Miller2020-01-291-0/+2
* mptcp: Fix code formattingMat Martineau2020-01-252-3/+3
* mptcp: do not inherit inet proto opsFlorian Westphal2020-01-251-19/+51
* mptcp: cope with later TCP fallbackPaolo Abeni2020-01-242-17/+103
* mptcp: process MP_CAPABLE data optionChristoph Paasch2020-01-244-27/+95
* mptcp: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch2020-01-243-36/+146
* mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni2020-01-244-59/+104
* mptcp: new sysctl to control the activation per NSMatthieu Baerts2020-01-244-5/+146
* mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni2020-01-241-15/+60
* mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni2020-01-241-10/+168
* mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal2020-01-243-0/+57
* mptcp: Implement MPTCP receive pathMat Martineau2020-01-244-4/+584
* mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau2020-01-243-6/+285
* mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad2020-01-241-0/+58
* mptcp: Add shutdown() socket operationPeter Krystad2020-01-241-0/+66
* mptcp: Add key generation and token treePeter Krystad2020-01-246-8/+428
* mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad2020-01-241-5/+231
* mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad2020-01-244-24/+547
* mptcp: Associate MPTCP context with TCP socketPeter Krystad2020-01-244-7/+272
* mptcp: Handle MPTCP TCP optionsPeter Krystad2020-01-243-1/+127
* mptcp: Add MPTCP socket stubsMat Martineau2020-01-244-0/+184
OpenPOWER on IntegriCloud