Hello netdev-team, this is a pull request of 4 patches for net-next/master. The 1st patch is by Jimmy Assarsson and adds support for the Leaf v3 to the kvaser_usb driver. Martin Jocić's patch targets the kvaser_pciefd driver and adds support for the Kvaser PCIe 8xCAN device. Followed by a patch by me that adds a missing a cpu_to_le32() to the gs_usb driver, the change is not critical as the assigned value is 0. The last patch is also by me and replaces a literal 256 with a proper define. regards, Marc --- The following changes since commit 4b2765ae410abf01154cf97876384d8a58c43953: Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next (2024-03-02 20:50:59 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git tags/linux-can-next-for-6.9-20240304 for you to fetch changes up to 79f7319908fb568f60b7ddbe0cb9c9d2e714ac87: can: mcp251xfd: __mcp251xfd_get_berr_counter(): use CAN_BUS_OFF_THRESHOLD instead of open coding it (2024-03-04 08:47:04 +0100) ---------------------------------------------------------------- linux-can-next-for-6.9-20240304 ---------------------------------------------------------------- Jimmy Assarsson (1): can: kvaser_usb: Add support for Leaf v3 Marc Kleine-Budde (2): can: gs_usb: gs_cmd_reset(): use cpu_to_le32() to assign mode can: mcp251xfd: __mcp251xfd_get_berr_counter(): use CAN_BUS_OFF_THRESHOLD instead of open coding it Martin Jocić (1): can: kvaser_pciefd: Add support for Kvaser PCIe 8xCAN drivers/net/can/Kconfig | 1 + drivers/net/can/kvaser_pciefd.c | 7 ++++++- drivers/net/can/spi/mcp251xfd/mcp251xfd-core.c | 2 +- drivers/net/can/usb/Kconfig | 1 + drivers/net/can/usb/gs_usb.c | 2 +- drivers/net/can/usb/kvaser_usb/kvaser_usb_core.c | 3 +++ 6 files changed, 13 insertions(+), 3 deletions(-)