[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260114105212.1034554-1-mkl@pengutronix.de>
Date: Wed, 14 Jan 2026 11:44:59 +0100
From: Marc Kleine-Budde <mkl@...gutronix.de>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net,
kuba@...nel.org,
linux-can@...r.kernel.org,
kernel@...gutronix.de
Subject: [PATCH net 0/4] pull-request: can 2026-01-14
Hello netdev-team,
this is a pull request of 4 patches for net/main.
The first 3 patches are by Oliver Hartkopp and revert the approach to
instantly reject unsupported CAN frames introduced in
net-next-for-v6.19 and replace it by placing the needed data into the
CAN specific ml_priv.
The last patch is by Tetsuo Handa and fixes a J1939 refcount leak for
j1939_session in session deactivation upon receiving the second RTS.
regards,
Marc
---
The following changes since commit e707c591a139d1bfa4ddc83036fc820ca006a140:
can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit. (2026-01-09 14:26:29 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git tags/linux-can-fixes-for-6.19-20260114
for you to fetch changes up to 426c303c80c2cc220d1477c6ea63bbb183cabd77:
net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts (2026-01-14 11:36:58 +0100)
----------------------------------------------------------------
linux-can-fixes-for-6.19-20260114
----------------------------------------------------------------
Marc Kleine-Budde (1):
Merge patch series "can: raw: better approach to instantly reject unsupported CAN frames"
Oliver Hartkopp (3):
Revert "can: raw: instantly reject unsupported CAN frames"
can: propagate CAN device capabilities via ml_priv
can: raw: instantly reject disabled CAN frames
Tetsuo Handa (1):
net: can: j1939: j1939_xtp_rx_rts_session_active(): deactivate session upon receiving the second rts
drivers/net/can/Kconfig | 7 +++++--
drivers/net/can/Makefile | 2 +-
drivers/net/can/dev/Makefile | 5 +++--
drivers/net/can/dev/dev.c | 27 ++++++++++++++++++++++++
drivers/net/can/dev/netlink.c | 1 +
drivers/net/can/vcan.c | 15 +++++++++++++
drivers/net/can/vxcan.c | 15 +++++++++++++
include/linux/can/can-ml.h | 24 +++++++++++++++++++++
include/linux/can/dev.h | 8 +------
net/can/j1939/transport.c | 10 ++++++++-
net/can/raw.c | 49 +++++++------------------------------------
11 files changed, 109 insertions(+), 54 deletions(-)
Powered by blists - more mailing lists