lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 11 Jul 2022 12:16:28 -0700 From: Mat Martineau <mathew.j.martineau@...ux.intel.com> To: netdev@...r.kernel.org Cc: Mat Martineau <mathew.j.martineau@...ux.intel.com>, davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, edumazet@...gle.com, matthieu.baerts@...sares.net, mptcp@...ts.linux.dev Subject: [PATCH net-next 0/5] mptcp: Support changes to initial subflow priority This series updates the in-kernel MPTCP path manager to allow changes to subflow priority for the first subflow created for each MPTCP connection (the one created with the MP_CAPABLE handshake). Patches 1 and 2 do some refactoring to simplify the new functionality. Patch 3 introduces the new feature to change the initial subflow priority and send the MP_PRIO header on that subflow. Patch 4 cleans up code related to tracking endpoint ids on the initial subflow. Patch 5 adds a selftest to confirm that subflow priorities are updated as expected. Paolo Abeni (5): mptcp: introduce and use mptcp_pm_send_ack() mptcp: address lookup improvements mptcp: allow the in kernel PM to set MPC subflow priority mptcp: more accurate MPC endpoint tracking selftests: mptcp: add MPC backup tests net/mptcp/pm_netlink.c | 129 ++++++++++-------- net/mptcp/protocol.c | 2 +- net/mptcp/protocol.h | 2 +- .../testing/selftests/net/mptcp/mptcp_join.sh | 30 ++++ 4 files changed, 105 insertions(+), 58 deletions(-) base-commit: edb2c3476db9898a63fb5d0011ecaa43ebf46c9b -- 2.37.0
Powered by blists - more mailing lists