Message ID | 20220504023901.277012-1-mathew.j.martineau@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | mptcp: Userspace path manager API | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Tue, 3 May 2022 19:38:48 -0700 you wrote: > Userspace path managers (PMs) make use of generic netlink MPTCP events > and commands to control addition and removal of MPTCP subflows on an > existing MPTCP connection. The path manager events have already been > upstream for a while, and this patch series adds four netlink commands > for userspace: > > * MPTCP_PM_CMD_ANNOUNCE: advertise an address that's available for > additional subflow connections. > > [...] Here is the summary with links: - [net-next,01/13] mptcp: handle local addrs announced by userspace PMs https://git.kernel.org/netdev/net-next/c/4638de5aefe5 - [net-next,02/13] mptcp: read attributes of addr entries managed by userspace PMs https://git.kernel.org/netdev/net-next/c/8b20137012d9 - [net-next,03/13] mptcp: netlink: split mptcp_pm_parse_addr into two functions https://git.kernel.org/netdev/net-next/c/982f17ba1a25 - [net-next,04/13] mptcp: netlink: Add MPTCP_PM_CMD_ANNOUNCE https://git.kernel.org/netdev/net-next/c/9ab4807c84a4 - [net-next,05/13] selftests: mptcp: support MPTCP_PM_CMD_ANNOUNCE https://git.kernel.org/netdev/net-next/c/9a0b36509df0 - [net-next,06/13] mptcp: netlink: Add MPTCP_PM_CMD_REMOVE https://git.kernel.org/netdev/net-next/c/d9a4594edabf - [net-next,07/13] selftests: mptcp: support MPTCP_PM_CMD_REMOVE https://git.kernel.org/netdev/net-next/c/ecd2a77d672f - [net-next,08/13] mptcp: netlink: allow userspace-driven subflow establishment https://git.kernel.org/netdev/net-next/c/702c2f646d42 - [net-next,09/13] selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_CREATE https://git.kernel.org/netdev/net-next/c/cf8d0a6dfd64 - [net-next,10/13] selftests: mptcp: support MPTCP_PM_CMD_SUBFLOW_DESTROY https://git.kernel.org/netdev/net-next/c/57cc361b8d38 - [net-next,11/13] selftests: mptcp: capture netlink events https://git.kernel.org/netdev/net-next/c/b3e5fd653d39 - [net-next,12/13] selftests: mptcp: create listeners to receive MPJs https://git.kernel.org/netdev/net-next/c/bdde081d728a - [net-next,13/13] selftests: mptcp: functional tests for the userspace PM type https://git.kernel.org/netdev/net-next/c/259a834fadda You are awesome, thank you!