[PATCH net-next 0/7] pull-request: can-next 2025-06-10
From: Marc Kleine-Budde <mkl@pengutronix.de>
Date: 2025-06-10 09:49:38
Also in:
linux-can
Hello netdev-team,
this is a pull request of 7 patches for net-next/main.
The first 4 patches are by Vincent Mailhol and prepare the CAN netlink
interface for the introduction of CAN XL configuration.
Geert Uytterhoeven's patch updates the CAN networking documentation.
The last 2 patched are by Davide Caratti and introduce skb drop
reasons in the receive path of several CAN protocols.
regards,
Marc
---
The following changes since commit 2c7e4a2663a1ab5a740c59c31991579b6b865a26:
Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net (2025-06-05 12:34:55 -0700)
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.17-20250610
for you to fetch changes up to af42404179c0e7b590ddfe56c4a753ace39cc1a4:
Merge patch series "can: add drop reasons in the receive path" (2025-06-10 11:44:18 +0200)
----------------------------------------------------------------
linux-can-next-for-6.17-20250610
----------------------------------------------------------------
Davide Caratti (2):
can: add drop reasons in the receive path of AF_CAN
can: add drop reasons in CAN protocols receive path
Geert Uytterhoeven (1):
documentation: networking: can: Document alloc_candev_mqs()
Marc Kleine-Budde (2):
Merge patch series "can: netlink: preparation before introduction of CAN XL"
Merge patch series "can: add drop reasons in the receive path"
Vincent Mailhol (4):
can: netlink: replace tabulation by space in assignment
can: bittiming: rename CAN_CTRLMODE_TDC_MASK into CAN_CTRLMODE_FD_TDC_MASK
can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled()
can: netlink: can_changelink(): rename tdc_mask into fd_tdc_flag_provided
Documentation/networking/can.rst | 11 ++++-------
drivers/net/can/dev/calc_bittiming.c | 2 +-
drivers/net/can/dev/netlink.c | 26 +++++++++++++-------------
drivers/net/can/usb/etas_es58x/es58x_fd.c | 2 +-
drivers/net/can/xilinx_can.c | 2 +-
include/linux/can/bittiming.h | 2 +-
include/linux/can/dev.h | 4 ++--
include/net/dropreason-core.h | 18 ++++++++++++++++++
net/can/af_can.c | 6 +++---
net/can/bcm.c | 5 +++--
net/can/isotp.c | 5 +++--
net/can/j1939/socket.c | 5 +++--
net/can/raw.c | 5 +++--
13 files changed, 56 insertions(+), 37 deletions(-)