summaryrefslogtreecommitdiffstats
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)AuthorLines
2020-08-03mptcp: fix bogus sendmsg() return code under pressurePaolo Abeni-2/+1
2020-08-03mptcp: use mptcp_for_each_subflow in mptcp_stream_acceptGeliang Tang-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau-1/+1
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau-1/+1
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau-14/+73
2020-07-28mptcp: Add helper to process acks of DATA_FINMat Martineau-8/+46
2020-07-28mptcp: Add mptcp_close_state() helperMat Martineau-0/+27
2020-07-28mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau-10/+96
2020-07-28mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau-16/+5
2020-07-28mptcp: Remove outdated and incorrect commentMat Martineau-1/+0
2020-07-28mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau-0/+5
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-7/+5
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig-2/+4
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni-2/+2
2020-07-23mptcp: mark as fallback even early onesPaolo Abeni-2/+9
2020-07-23mptcp: avoid data corruption on reinsertPaolo Abeni-1/+6
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni-1/+0
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig-6/+0
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal-1/+26
2020-07-04mptcp: support IPV6_V6ONLY setsockoptFlorian Westphal-0/+30
2020-07-04mptcp: add REUSEADDR/REUSEPORT supportFlorian Westphal-1/+32
2020-07-04net: use mptcp setsockopt function for SOL_SOCKET on mptcp socketsFlorian Westphal-0/+3
2020-07-01mptcp: add receive buffer auto-tuningFlorian Westphal-7/+116
2020-06-29mptcp: close poll() racesPaolo Abeni-5/+20
2020-06-29mptcp: __mptcp_tcp_fallback() returns a struct sockPaolo Abeni-12/+10
2020-06-29mptcp: create first subflow at msk creation timePaolo Abeni-33/+20
2020-06-29mptcp: check for plain TCP sock at accept timePaolo Abeni-62/+7
2020-06-29net: mptcp: improve fallback to TCPDavide Caratti-72/+26
2020-06-26mptcp: refactor token containerPaolo Abeni-19/+26
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni-2/+2
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni-21/+24
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-19/+48
2020-05-30mptcp: remove msk from the token container at destruction time.Paolo Abeni-1/+1
2020-05-30mptcp: fix race between MP_JOIN and closePaolo Abeni-15/+27
2020-05-30mptcp: fix unblocking connect()Paolo Abeni-2/+18
2020-05-26mptcp: attempt coalescing when moving skbs to mptcp rx queueFlorian Westphal-2/+19
2020-05-26mptcp: avoid NULL-ptr derefence on fallbackPaolo Abeni-1/+2
2020-05-18ipv6: move SIOCADDRT and SIOCDELRT handling into ->compat_ioctlChristoph Hellwig-0/+1
2020-05-17net: allow __skb_ext_alloc to sleepFlorian Westphal-1/+3
2020-05-17mptcp: remove inner wait loop from mptcp_sendmsg_fragFlorian Westphal-14/+0
2020-05-17mptcp: fill skb page frag cache outside of mptcp_sendmsg_fragFlorian Westphal-1/+6
2020-05-17mptcp: fill skb extension cache outside of mptcp_sendmsg_fragFlorian Westphal-4/+14
2020-05-17mptcp: avoid blocking in tcp_sendpagesFlorian Westphal-3/+32
2020-05-17mptcp: break and restart in case mptcp sndbuf is fullFlorian Westphal-0/+36
2020-05-17mptcp: move common nospace-pattern to a helperFlorian Westphal-14/+13
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2020-05-15mptcp: add new sock flag to deal with join subflowsPaolo Abeni-7/+0
2020-05-12mptcp: Initialize map_seq upon subflow establishmentChristoph Paasch-0/+2