summaryrefslogtreecommitdiff
path: root/net/mptcp/protocol.c
AgeCommit message (Expand)Author
2020-09-29mptcp: Consistently use READ_ONCE/WRITE_ONCE with msk->ack_seqMat Martineau
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-08-26mptcp: free acked data before waiting for more memoryFlorian Westphal
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-16mptcp: sendmsg: reset iter on error reduxFlorian Westphal
2020-08-14mptcp: sendmsg: reset iter on errorFlorian Westphal
2020-08-03mptcp: fix bogus sendmsg() return code under pressurePaolo Abeni
2020-08-03mptcp: use mptcp_for_each_subflow in mptcp_stream_acceptGeliang Tang
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau
2020-07-28mptcp: Add helper to process acks of DATA_FINMat Martineau
2020-07-28mptcp: Add mptcp_close_state() helperMat Martineau
2020-07-28mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau
2020-07-28mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau
2020-07-28mptcp: Remove outdated and incorrect commentMat Martineau
2020-07-28mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau
2020-07-27mptcp: fix joined subflows with unblocking skMatthieu Baerts
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
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