netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] pull-request: can-next 2025-06-10
@ 2025-06-10  9:46 Marc Kleine-Budde
  2025-06-10  9:46 ` [PATCH net-next 1/7] can: netlink: replace tabulation by space in assignment Marc Kleine-Budde
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: Marc Kleine-Budde @ 2025-06-10  9:46 UTC (permalink / raw)
  To: netdev; +Cc: davem, kuba, linux-can, kernel

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(-)


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-06-11 11:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10  9:46 [PATCH net-next 0/7] pull-request: can-next 2025-06-10 Marc Kleine-Budde
2025-06-10  9:46 ` [PATCH net-next 1/7] can: netlink: replace tabulation by space in assignment Marc Kleine-Budde
2025-06-10 23:50   ` patchwork-bot+netdevbpf
2025-06-10  9:46 ` [PATCH net-next 2/7] can: bittiming: rename CAN_CTRLMODE_TDC_MASK into CAN_CTRLMODE_FD_TDC_MASK Marc Kleine-Budde
2025-06-10  9:46 ` [PATCH net-next 3/7] can: bittiming: rename can_tdc_is_enabled() into can_fd_tdc_is_enabled() Marc Kleine-Budde
2025-06-10  9:46 ` [PATCH net-next 4/7] can: netlink: can_changelink(): rename tdc_mask into fd_tdc_flag_provided Marc Kleine-Budde
2025-06-10  9:46 ` [PATCH net-next 5/7] documentation: networking: can: Document alloc_candev_mqs() Marc Kleine-Budde
2025-06-10  9:46 ` [PATCH net-next 6/7] can: add drop reasons in the receive path of AF_CAN Marc Kleine-Budde
2025-06-10 22:50   ` Jakub Kicinski
2025-06-11 11:39     ` Davide Caratti
2025-06-10  9:46 ` [PATCH net-next 7/7] can: add drop reasons in CAN protocols receive path Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).