[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240912075804.2825408-1-mkl@pengutronix.de>
Date: Thu, 12 Sep 2024 09:50:49 +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/5] pull-request: can 2024-09-12
Hello netdev-team,
this is a pull request of 5 patches for net/master.
Kuniyuki Iwashima's patch fixes an incomplete bug fix in the CAN BCM
protocol, which was introduced during v6.11.
A patch by Stefan Mätje removes the unsupported CAN_CTRLMODE_3_SAMPLES
mode for CAN-USB/3-FD devices in the esd_usb driver.
The next patch is by Martin Jocic and enables 64-bit DMA addressing
for the kvaser_pciefd driver.
The last two patches both affect the m_can driver. Jake Hamby's patch
activates NAPI before interrupts are activated, a patch by me moves
the stopping of the clock after the device has been shut down.
regards,
Marc
---
The following changes since commit 6513eb3d3191574b58859ef2d6dc26c0277c6f81:
net: tighten bad gso csum offset check in virtio_net_hdr (2024-09-11 20:43:07 -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.11-20240912
for you to fetch changes up to 717338e2b23309470e218f0c58177ece62b8d458:
Merge patch series "can: m_can: fix struct net_device_ops::{open,stop} callbacks under high bus load" (2024-09-12 09:47:36 +0200)
----------------------------------------------------------------
linux-can-fixes-for-6.11-20240912
----------------------------------------------------------------
Jake Hamby (1):
can: m_can: enable NAPI before enabling interrupts
Kuniyuki Iwashima (1):
can: bcm: Clear bo->bcm_proc_read after remove_proc_entry().
Marc Kleine-Budde (2):
can: m_can: m_can_close(): stop clocks after device has been shut down
Merge patch series "can: m_can: fix struct net_device_ops::{open,stop} callbacks under high bus load"
Martin Jocic (1):
can: kvaser_pciefd: Enable 64-bit DMA addressing
Stefan Mätje (1):
can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FD
drivers/net/can/kvaser_pciefd.c | 3 +++
drivers/net/can/m_can/m_can.c | 14 +++++++-------
drivers/net/can/usb/esd_usb.c | 6 +-----
net/can/bcm.c | 4 +++-
4 files changed, 14 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists