summaryrefslogtreecommitdiffstats
path: root/net/mptcp
AgeCommit message (Expand)Author
2020-07-07mptcp: use mptcp worker for path managementFlorian Westphal
2020-07-06mptcp: fix race in subflow_data_ready()Davide Caratti
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-30mptcp: do nonce initialization at subflow creation timePaolo Abeni
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-29mptcp: fallback in case of simultaneous connectDavide Caratti
2020-06-29net: mptcp: improve fallback to TCPDavide Caratti
2020-06-26mptcp: introduce token KUNIT self-testsPaolo Abeni
2020-06-26mptcp: move crypto test to KUNITPaolo Abeni
2020-06-26mptcp: refactor token containerPaolo Abeni
2020-06-26mptcp: add __init annotation on setup functionsPaolo Abeni
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-23tcp: move ipv4_specific to tcp include fileEric Dumazet
2020-06-23tcp: move ipv6_specific declaration to remove a warningEric Dumazet
2020-06-22mptcp: drop sndr_key in mptcp_syn_optionsGeliang Tang
2020-06-18mptcp: drop MP_JOIN request sock on syn cookiesPaolo Abeni
2020-06-18mptcp: cache msk on MP_JOIN init_reqPaolo Abeni
2020-06-15mptcp: fix memory leak in mptcp_subflow_create_socket()Wei Yongjun
2020-06-15mptcp: use list_first_entry_or_nullGeliang Tang
2020-06-15mptcp: drop MPTCP_PM_MAX_ADDRGeliang Tang
2020-06-10mptcp: don't leak msk in token containerPaolo Abeni
2020-06-10mptcp: fix races between shutdown and recvmsgPaolo Abeni
2020-06-08mptcp: bugfix for RM_ADDR option parsingGeliang Tang
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-30mptcp: fix NULL ptr dereference in MP_JOIN error pathPaolo Abeni
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-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-22mptcp: use untruncated hash in ADD_ADDR HMACTodd Malsbary
2020-05-19mptcp: use rightmost 64 bits in ADD_ADDR HMACTodd Malsbary
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-16mptcp: Use 32-bit DATA_ACK when possibleChristoph Paasch