Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Mat Martineau <mathew.j.martineau@linux.intel.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org,
	matthieu.baerts@tessares.net, mptcp@lists.linux.dev
Subject: Re: [PATCH net-next 00/10] mptcp: New features for MPTCP sockets and netlink PM
Date: Tue, 07 Dec 2021 20:40:10 +0000	[thread overview]
Message-ID: <163890961074.15220.17789966096382310478.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211203223541.69364-1-mathew.j.martineau@linux.intel.com>

Hello:

This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  3 Dec 2021 14:35:31 -0800 you wrote:
> This collection of patches adds MPTCP socket support for a few socket
> options, ioctls, and one ancillary data type (specifics for each are
> listed below). There's also a patch modifying the netlink MPTCP path
> manager API to allow setting the backup flag on a configured interface
> using the endpoint ID instead of the full IP address.
> 
> Patches 1 & 2: TCP_INQ cmsg and selftests.
> 
> [...]

Here is the summary with links:
  - [net-next,01/10] mptcp: add TCP_INQ cmsg support
    https://git.kernel.org/netdev/net-next/c/2c9e77659a0c
  - [net-next,02/10] selftests: mptcp: add TCP_INQ support
    https://git.kernel.org/netdev/net-next/c/5cbd886ce2a9
  - [net-next,03/10] mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls
    https://git.kernel.org/netdev/net-next/c/644807e3e462
  - [net-next,04/10] selftests: mptcp: add inq test case
    https://git.kernel.org/netdev/net-next/c/b51880568f20
  - [net-next,05/10] mptcp: allow changing the "backup" bit by endpoint id
    https://git.kernel.org/netdev/net-next/c/602837e8479d
  - [net-next,06/10] mptcp: getsockopt: add support for IP_TOS
    https://git.kernel.org/netdev/net-next/c/3b1e21eb60e8
  - [net-next,07/10] selftests: mptcp: check IP_TOS in/out are the same
    https://git.kernel.org/netdev/net-next/c/edb596e80cee
  - [net-next,08/10] tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay
    https://git.kernel.org/netdev/net-next/c/6fadaa565882
  - [net-next,09/10] mptcp: expose mptcp_check_and_set_pending
    https://git.kernel.org/netdev/net-next/c/8b38217a2a98
  - [net-next,10/10] mptcp: support TCP_CORK and TCP_NODELAY
    https://git.kernel.org/netdev/net-next/c/4f6e14bd19d6

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2021-12-07 20:40 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-03 22:35 [PATCH net-next 00/10] mptcp: New features for MPTCP sockets and netlink PM Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 01/10] mptcp: add TCP_INQ cmsg support Mat Martineau
2021-12-07  1:14   ` Jakub Kicinski
2021-12-03 22:35 ` [PATCH net-next 02/10] selftests: mptcp: add TCP_INQ support Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 03/10] mptcp: add SIOCINQ, OUTQ and OUTQNSD ioctls Mat Martineau
2021-12-07  1:16   ` Jakub Kicinski
2021-12-07 10:21     ` Florian Westphal
2021-12-07 10:30     ` Paolo Abeni
2021-12-03 22:35 ` [PATCH net-next 04/10] selftests: mptcp: add inq test case Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 05/10] mptcp: allow changing the "backup" bit by endpoint id Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 06/10] mptcp: getsockopt: add support for IP_TOS Mat Martineau
2021-12-07  1:25   ` Jakub Kicinski
2021-12-03 22:35 ` [PATCH net-next 07/10] selftests: mptcp: check IP_TOS in/out are the same Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 08/10] tcp: expose __tcp_sock_set_cork and __tcp_sock_set_nodelay Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 09/10] mptcp: expose mptcp_check_and_set_pending Mat Martineau
2021-12-03 22:35 ` [PATCH net-next 10/10] mptcp: support TCP_CORK and TCP_NODELAY Mat Martineau
2021-12-07  1:30   ` Jakub Kicinski
2021-12-07 10:19     ` Florian Westphal
2021-12-07 10:37     ` Paolo Abeni
2021-12-07 20:40 ` patchwork-bot+netdevbpf [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=163890961074.15220.17789966096382310478.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=mathew.j.martineau@linux.intel.com \
    --cc=matthieu.baerts@tessares.net \
    --cc=mptcp@lists.linux.dev \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox