summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni
2020-07-23mptcp: mark as fallback even early onesPaolo Abeni
2020-07-23mptcp: avoid data corruption on reinsertPaolo Abeni
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal
2020-07-04mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal
2020-07-04mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal
2020-07-04net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal
2020-06-29mptcp: close poll() racesPaolo Abeni
2020-06-29mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni
2020-06-29mptcp: create first subflow at msk creation timePaolo Abeni
2020-06-29mptcp: check for plain TCP sock at accept timePaolo Abeni
2020-06-29net: mptcp: improve fallback to TCPDavide Caratti
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni
2020-05-30mptcp: fix unblocking connect()Paolo Abeni
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni
2020-04-29mptcp: replace mptcp_disconnect with a stubFlorian Westphal
2020-04-20mptcp: drop req socket remote_key* fieldsPaolo Abeni
2020-04-20mptcp: handle mptcp listener destruction via rcuFlorian Westphal
2020-04-18mptcp: fix 'Attempt to release TCP socket in state' warningsFlorian Westphal
2020-04-18mptcp: fix splat when incoming connection is never accepted before exit/closeFlorian Westphal
2020-04-12mptcp: fix double-unlock in mptcp_pollFlorian Westphal
2020-04-02mptcp: re-check dsn before reading from subflowFlorian Westphal
2020-04-02mptcp: subflow: check parent mptcp socket on subflow state changeFlorian Westphal
2020-04-02mptcp: fix tcp fallback crashFlorian Westphal
2020-03-29mptcp: add and use MIB counter infrastructureFlorian Westphal
2020-03-29mptcp: implement and use MPTCP-level retransmissionPaolo Abeni
2020-03-29mptcp: rework mptcp_sendmsg_frag to accept optional dfragPaolo Abeni
2020-03-29mptcp: allow partial cleaning of rtx head dfragFlorian Westphal