| From: |
| Vincent Mailhol <mailhol-AT-kernel.org> |
| To: |
| netdev-AT-vger.kernel.org, Stephen Hemminger <stephen-AT-networkplumber.org>, Marc Kleine-Budde <mkl-AT-pengutronix.de>, Oliver Hartkopp <socketcan-AT-hartkopp.net>, David Ahern <dsahern-AT-kernel.org> |
| Subject: |
| [PATCH 0/7] iplink_can: add CAN XL support |
| Date: |
| Sat, 29 Nov 2025 16:29:05 +0100 |
| Message-ID: |
| <20251129-canxl-netlink-v1-0-96f2c0c54011@kernel.org> |
| Cc: |
| linux-kernel-AT-vger.kernel.org, linux-can-AT-vger.kernel.org, Vincent Mailhol <mailhol-AT-kernel.org> |
| Archive-link: |
| Article |
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>
---
Vincent Mailhol (7):
iplink_can: print_usage: fix the text indentation
iplink_can: print_usage: change unit for minimum time quanta to mtq
iplink_can: print_usage: describe the CAN bittiming units
iplink_can: add the "restricted" option
iplink_can: add initial CAN XL support
iplink_can: add CAN XL's "tms" option
iplink_can: add CAN XL's PWM interface
ip/iplink_can.c | 338 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 314 insertions(+), 24 deletions(-)
---
base-commit: 69942d75ccb7c0fa041d194ab4cb0879e969c828
change-id: 20250921-canxl-netlink-dd17ae310258
Best regards,
--
Vincent Mailhol <mailhol@kernel.org>