summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts
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
2020-03-29mptcp: implement memory accounting for mptcp rtx queuePaolo Abeni
2020-03-29mptcp: introduce MPTCP retransmission timerPaolo Abeni
2020-03-29mptcp: queue data for mptcp level retransmissionPaolo Abeni
2020-03-29mptcp: update per unacked sequence on pkt receptionPaolo Abeni
2020-03-29mptcp: Implement path manager interface commandsPeter Krystad
2020-03-29mptcp: Add handling of outgoing MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad
2020-03-29mptcp: Add path manager interfacePeter Krystad
2020-03-23net: mptcp: don't hang in mptcp_sendmsg() after TCP fallbackDavide Caratti
2020-03-17mptcp: move msk state update to subflow_syn_recv_sock()Paolo Abeni
2020-03-15mptcp: create msk earlyPaolo Abeni
2020-03-11net: mptcp: don't hang before sending 'MP capable with data'Davide Caratti
2020-03-09mptcp: don't grow mptcp socket receive buffer when rcvbuf is lockedFlorian Westphal
2020-03-03mptcp: Use per-subflow storage for DATA_FIN sequence numberMat Martineau
2020-03-03mptcp: Check connection state before attempting sendMat Martineau
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-26mptcp: add dummy icsk_sync_mss()Paolo Abeni