Under high CAN-bus load the struct net_device_ops::{open,stop} callbacks (m_can_open(), m_can_close()) don't properly start and shutdown the device. Fix the problems by re-arranging the order of functions in m_can_open() and m_can_close(). Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> --- Hello, I've taken Jake's patch and split the timestamp wraparound changes into separate patch. For now, I've added a Not-Signed-off-by, until Jake gives the S-o-b. regards, Marc Changes in v2: - 1/1 split timestamp wraparound changes into separate patch - 1/1 added "Not-Signed-off-by: Hamby, Jake (US) <Jake.Hamby@xxxxxxxxxxxx>" - 2/2 new patch: fix order of clock shutdown - Link to v1: https://patch.msgid.link/DM8PR14MB5221D9DD3A7F2130EF161AF7EF9E2@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx --- Hamby, Jake (US) (1): can: m_can: enable NAPI before enabling interrupts Marc Kleine-Budde (1): can: m_can: m_can_close(): stop clocks after device has been shut down drivers/net/can/m_can/m_can.c | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) --- base-commit: d759ee240d3c0c4a19f4d984eb21c36da76bc6ce change-id: 20240909-can-m_can-fix-ifup-770306ca4aca Best regards, -- Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx>