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: Fri, 9 Dec 2022 16:28:06 -0800 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, fw@...len.de, kishen.maloor@...el.com, dcaratti@...hat.com, matthieu.baerts@...sares.net, mptcp@...ts.linux.dev, stable@...r.kernel.org Subject: [PATCH net 0/4] mptcp: Fix IPv6 reqsk ops and some netlink error codes Patch 1 adds some missing error status values for MPTCP path management netlink commands with invalid attributes. Patches 2-4 make IPv6 subflows use the correct request_sock_ops structure and IPv6-specific destructor. The first patch in this group is a prerequisite change that simplifies the last two patches. Matthieu Baerts (3): mptcp: remove MPTCP 'ifdef' in TCP SYN cookies mptcp: dedicated request sock for subflow in v6 mptcp: use proper req destructor for IPv6 Wei Yongjun (1): mptcp: netlink: fix some error return code include/net/mptcp.h | 12 ++++++-- net/ipv4/syncookies.c | 7 ++--- net/mptcp/pm_userspace.c | 4 +++ net/mptcp/subflow.c | 61 +++++++++++++++++++++++++++++++++------- 4 files changed, 68 insertions(+), 16 deletions(-) base-commit: 01de1123322e4fe1bbd0fcdf0982511b55519c03 -- 2.38.1
Powered by blists - more mailing lists