lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251020152516.1590553-1-mkl@pengutronix.de>
Date: Mon, 20 Oct 2025 17:22:21 +0200
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 2025-10-20

Hello netdev-team,

this is a pull request of 4 patches for net/main.

All patches are by me. The first 3 update the bxcan, esd and rockchip
driver to drop skbs in xmit of the device is in listen only mode.

The last patch targets the CAN netlink implementation to allow the
disabling of automatic restart after Bus-Off, even if the a driver
doesn't implement that callback.

regards,
Marc

---
The following changes since commit ffff5c8fc2af2218a3332b3d5b97654599d50cde:

  net: phy: realtek: fix rtl8221b-vm-cg name (2025-10-17 16:34:37 -0700)

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.18-20251020

for you to fetch changes up to 8e93ac51e4c6dc399fad59ec21f55f2cfb46d27c:

  can: netlink: can_changelink(): allow disabling of automatic restart (2025-10-20 17:20:12 +0200)

----------------------------------------------------------------
linux-can-fixes-for-6.18-20251020

----------------------------------------------------------------
Marc Kleine-Budde (5):
      can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()
      can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()
      can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_invalid_skb()
      Merge patch series "can: drivers: drop skb in xmit if device is in listen only mode"
      can: netlink: can_changelink(): allow disabling of automatic restart

 drivers/net/can/bxcan.c                      | 2 +-
 drivers/net/can/dev/netlink.c                | 6 ++++--
 drivers/net/can/esd/esdacc.c                 | 2 +-
 drivers/net/can/rockchip/rockchip_canfd-tx.c | 2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ