Merge branch 'mptcp-fix-ipv6-reqsk-ops-and-some-netlink-error-codes'
authorJakub Kicinski <kuba@kernel.org>
Mon, 12 Dec 2022 21:11:25 +0000 (13:11 -0800)
committerJakub Kicinski <kuba@kernel.org>
Mon, 12 Dec 2022 21:11:26 +0000 (13:11 -0800)
commita38a211e9e0ca20f5d65307c98571f40f78ad396
treea5a5b8d53a1b1e1ef3ec040eb59d5142d5ccc2b1
parent84698dad0641ffdb7273f3b31664ce32a2e1386c
parentd3295fee3c756ece33ac0d935e172e68c0a4161b
Merge branch 'mptcp-fix-ipv6-reqsk-ops-and-some-netlink-error-codes'

Mat Martineau says:

====================
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.
====================

Link: https://lore.kernel.org/r/20221210002810.289674-1-mathew.j.martineau@linux.intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>