[PATCH 0/7] iplink_can: add CAN XL support

Vincent Mailhol posted 7 patches 2 days, 6 hours ago
ip/iplink_can.c | 338 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 314 insertions(+), 24 deletions(-)
Re: [PATCH 0/7] iplink_can: add CAN XL support
Posted by Vincent Mailhol 2 days, 5 hours ago
On 29/11/2025 at 16:29, Vincent Mailhol wrote:
> Support for CAN XL was added to the kernel in [1]. This series is the
> iproute2 counterpart.
> 
> Patches #1 to #3 are clean-ups. They refactor iplink_can's
> print_usage()'s function.
> 
> Patches #4 to #7 add the CAN XL interface to iplink_can.
> 
> [1] commit 113aa9101a91 ("Merge patch series "can: netlink: add CAN XL support")
> Link: https://git.kernel.org/netdev/net-next/c/113aa9101a91
> 
> Signed-off-by: Vincent Mailhol <mailhol@kernel.org>

And just after sending, I realized that I forgot to add the "iproute2-next"
prefix in the patch subjects.

Well, I will wait for the comments first and resent on Monday with the correct tag.


Yours sincerely,
Vincent Mailhol