summaryrefslogtreecommitdiff
path: root/net/mptcp
AgeCommit message (Expand)Author
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 undefined mptcp_handle_ipv6_mapped for modular IPV6Geert Uytterhoeven
2020-01-30mptcp: MPTCP_HMAC_TEST should depend on MPTCPGeert Uytterhoeven
2020-01-30mptcp: Fix incorrect IPV6 dependency checkGeert Uytterhoeven
2020-01-29mptcp: handle tcp fallback when using syn cookiesFlorian Westphal
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-29mptcp: Fix build with PROC_FS disabled.David S. Miller
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: parse and emit MP_CAPABLE option according to v1 specChristoph Paasch
2020-01-24mptcp: move from sha1 (v0) to sha256 (v1)Paolo Abeni
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: Handle MPTCP TCP optionsPeter Krystad
2020-01-24mptcp: Add MPTCP socket stubsMat Martineau