aboutsummaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2020-06-10mptcp: fix unblocking connect()Paolo Abeni
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni
2020-02-16mptcp: Protect subflow socket options before connection completesMat Martineau
2020-02-10mptcp: make the symbol 'mptcp_sk_clone_lock' staticChen Wandun
2020-02-06mptcp: fix use-after-free for ipv6Florian Westphal
2020-02-05mptcp: fix use-after-free on tcp fallbackFlorian Westphal
2020-01-30mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven
2020-01-29mptcp: avoid a lockdep splat when mcast group was joinedFlorian Westphal
2020-01-29mptcp: fix panic on user pointer accessFlorian Westphal
2020-01-29mptcp: defer freeing of cached ext until last momentFlorian Westphal
2020-01-25mptcp: Fix code formattingMat Martineau
2020-01-25mptcp: do not inherit inet proto opsFlorian Westphal
2020-01-24mptcp: cope with later TCP fallbackPaolo Abeni
2020-01-24mptcp: process MP_CAPABLE data optionChristoph Paasch
2020-01-24mptcp: new sysctl to control the activation per NSMatthieu Baerts
2020-01-24mptcp: allow collapsing consecutive sendpages on the same substreamPaolo Abeni
2020-01-24mptcp: recvmsg() can drain data from multiple subflowsPaolo Abeni
2020-01-24mptcp: add subflow write space signalling and mptcp_pollFlorian Westphal
2020-01-24mptcp: Implement MPTCP receive pathMat Martineau
2020-01-24mptcp: Write MPTCP DSS headers to outgoing data packetsMat Martineau
2020-01-24mptcp: Add setsockopt()/getsockopt() socket operationsPeter Krystad
2020-01-24mptcp: Add shutdown() socket operationPeter Krystad
2020-01-24mptcp: Add key generation and token treePeter Krystad
2020-01-24mptcp: Create SUBFLOW socket for incoming connectionsPeter Krystad
2020-01-24mptcp: Handle MP_CAPABLE options for outgoing connectionsPeter Krystad
2020-01-24mptcp: Associate MPTCP context with TCP socketPeter Krystad
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau