Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2026-05-05 10:07:05 to 2026-05-21 17:58:04 UTC [more...]

[PATCH v2] can: bcm: prevent thrtimer UAF in rx path by checking RX_NO_AUTOTIMER
 2026-05-21 17:57 UTC  (14+ messages)

[PATCH v14] can: virtio: Add virtio CAN driver
 2026-05-21 13:28 UTC 

[PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API
 2026-05-21  9:38 UTC  (6+ messages)
` [PATCH v8 phy-next 15/31] drm/rockchip: dw_hdmi: avoid direct dereference of phy->dev.of_node
` [PATCH v8 phy-next 30/31] phy: remove temporary provider compatibility from consumer header
` (subset) [PATCH v8 phy-next 00/31] Split Generic PHY consumer and provider API

[PATCH 0/2] Add Loongson CAN-FD controller driver
 2026-05-21  3:24 UTC  (11+ messages)
` [PATCH 1/2] can: Add Loongson CAN-FD controller support
` [PATCH 2/2] can: loongson_canfd: Add RXDMA support

[PATCH 0/2] Fix two KCSAN issues
 2026-05-20 12:14 UTC  (3+ messages)
` [PATCH 1/2] can: bcm: add locking when updating filter and timer values
` [PATCH 2/2] can: bcm: use atomic access in receive statistics

[PATCH 1/1] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
 2026-05-20 10:45 UTC  (2+ messages)

[PATCH v2] can: peak_usb: Add bounds check for USB channel index
 2026-05-20  5:40 UTC  (4+ messages)
` [PATCH v3] "

[PATCH net] can: j1939: use netdevice_tracker for j1939_priv tracking
 2026-05-19 23:11 UTC  (5+ messages)
` [PATCH net v2] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking

[PATCH 0/2] can: usb: validate URB length in PEAK-USB rx callbacks
 2026-05-18 10:09 UTC  (7+ messages)
` [PATCH 1/2] can: peak_usb: validate URB length in pcan_usb_fd_decode_buf()
` [PATCH 2/2] can: peak_usb: validate URB length in pcan_usb_pro_decode_buf()

[RFC 4/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-05-17 22:41 UTC  (11+ messages)

[PATCH v2] Fix J1939 implementation not handling holds correctly
 2026-05-17 20:57 UTC  (3+ messages)

[PATCH] can: j1939: fix NULL pointer dereference in j1939_session_completed()
 2026-05-17 15:53 UTC  (2+ messages)

[PATCH] Fix J1939 implementation not handling holds correctly
 2026-05-16 14:58 UTC  (3+ messages)

[PATCH v4 0/1] mfd: nct6694: Refactor transport layer and add HIF (eSPI) support
 2026-05-15 14:04 UTC  (4+ messages)
` [PATCH v4 1/1] mfd: Add Host Interface (HIF) support for Nuvoton NCT6694

[PATCH v2] can: m_can: pci: Remove driver_data
 2026-05-15 13:15 UTC 

m_can: bus-off recovery issue
 2026-05-14 21:10 UTC 

[PATCH v5 0/6] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-05-14 16:17 UTC  (8+ messages)
` [PATCH v5 1/6] phy: phy-can-transceiver: Check driver match and driver data against NULL
` [PATCH v5 2/6] phy: phy-can-transceiver: use device_get_match_data()
` [PATCH v5 3/6] phy: phy-can-transceiver: Move OF ID table closer to their user
` [PATCH v5 4/6] phy: phy-can-transceiver: Don't check for specific errors when parsing properties
` [PATCH v5 5/6] phy: phy-can-transceiver: Decouple assignment and definition in probe
` [PATCH v5 6/6] phy: phy-can-transceiver: Drop unused include

[PATCH] can: m_can: Implement workaround for errata i2278 and i2279
 2026-05-14 10:05 UTC  (2+ messages)

[PATCH net 0/6] pull-request: can 2026-05-07
 2026-05-13 15:00 UTC  (13+ messages)
` [PATCH net 1/6] can: raw: add locking for raw flags bitfield
` [PATCH net 2/6] can: bcm: prevent thrtimer UAF in rx path by checking RX_NO_AUTOTIMER
` [PATCH net 3/6] can: j1939: fix wrong RX timeout for CTS hold messages
` [PATCH net 4/6] can: j1939: fix lockless local-destination check
` [PATCH net 5/6] can: peak: Modification of references to email accounts being deleted
` [PATCH net 6/6] can: flexcan: disable all IRQ lines in flexcan_chip_interrupts_enable()

[PATCH 5.15.y] can: raw: fix ro->uniq use-after-free in raw_rcv()
 2026-05-13  7:47 UTC 

[PATCH 6.1.y] can: raw: fix ro->uniq use-after-free in raw_rcv()
 2026-05-13  6:35 UTC  (2+ messages)

[PATCH net-next v3 0/2] Rework pci_device_id initialisation
 2026-05-13  3:45 UTC  (5+ messages)
` [PATCH net-next v3 2/2] net: Consistently define pci_device_ids using named initializers

[PATCH net] can: proc: reset pkg_stats atomics individually
 2026-05-12 17:58 UTC  (2+ messages)

[PATCH v2] can: m_can: Use of_property_present() for wakeup-source
 2026-05-12 16:19 UTC  (2+ messages)

[PATCH v3 0/4] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-05-12 13:06 UTC  (5+ messages)

[PATCH v4 0/5] phy: phy-can-transceiver: Ad-hoc cleanups and refactoring
 2026-05-12 13:01 UTC  (6+ messages)
` [PATCH v4 1/5] phy: phy-can-transceiver: Check driver match and driver data against NULL
` [PATCH v4 2/5] phy: phy-can-transceiver: use device_get_match_data()
` [PATCH v4 3/5] phy: phy-can-transceiver: Move OF ID table closer to their user
` [PATCH v4 4/5] phy: phy-can-transceiver: Don't check for specific errors when parsing properties
` [PATCH v4 5/5] phy: phy-can-transceiver: Drop unused include

[PATCH] can: m_can: Use of_property_present() for wakeup-source
 2026-05-11 10:27 UTC  (3+ messages)

[PATCH] can: m_can: pci: Remove driver_data
 2026-05-11  9:04 UTC  (2+ messages)

[PATCH net-next 0/2] net: convert remaining CAN protocols to getsockopt_iter
 2026-05-11  7:05 UTC  (5+ messages)
` [PATCH net-next 1/2] can: j1939: convert "
` [PATCH net-next 2/2] can: isotp: "

[PATCH net-next v2 0/2] Rework pci_device_id initialisation
 2026-05-09  6:42 UTC  (7+ messages)
` [PATCH net-next v2 1/2] net: Consistently define pci_device_ids using named initializers

[PATCH v7 RESEND 00/15] can: grcan: Enhance driver with CANFD Support and Improvements
 2026-05-08  7:01 UTC  (16+ messages)
` [PATCH v7 01/15] dt-bindings: Add vendor prefix for Frontgrade Gaisler AB
` [PATCH v7 02/15] dt-bindings: net: can: gaisler,grcan: Convert to DT schema
` [PATCH v7 03/15] MAINTAINERS: Add maintainers for GRCAN CAN network driver
` [PATCH v7 04/15] can: grcan: Add clock handling
` [PATCH v7 05/15] can: grcan: Replace bit timing macros with literal values
` [PATCH v7 06/15] can: grcan: Simplify timing configuration
` [PATCH v7 07/15] can: grcan: add FD capability detection and nominal bit-timing
` [PATCH v7 08/15] can: grcan: set DMA mask for GRCAN and GRCANFD to 32-bit
` [PATCH v7 09/15] can: grcan: Add saving and restoring of CAN FD baud-rate registers
` [PATCH v7 10/15] can: grcan: Reserve space between cap and next register to align with address layout
` [PATCH v7 11/15] can: grcan: Refactor GRCAN DMA buffer to use structured memory layout
` [PATCH v7 12/15] can: grcan: Add CANFD TX support alongside legacy CAN
` [PATCH v7 13/15] can: grcan: Add CANFD RX "
` [PATCH v7 14/15] can: grcan: Update echo skb handling to match variable length CANFD frame
` [PATCH v7 15/15] can: grcan: Advertise CANFD capability

[PATCH net-next 0/5] net: convert four more protocols to getsockopt_iter
 2026-05-07  9:29 UTC  (8+ messages)
` [PATCH net-next 1/5] can: isotp: convert "
` [PATCH net-next 2/5] can: j1939: "
` [PATCH net-next 3/5] mctp: "
` [PATCH net-next 4/5] llc: "
` [PATCH net-next 5/5] selftests: net: getsockopt_iter: address review nits

[RFC 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-05-06 14:11 UTC 

[PATCH] can: peak: Modification of references to email accounts being deleted
 2026-05-06 12:59 UTC  (2+ messages)

[PATCH net] can: j1939: fix lockless local-destination check
 2026-05-06 12:57 UTC  (2+ messages)

[PATCH] can: j1939: fix wrong rx timeout for CTS hold messages
 2026-05-06 12:54 UTC  (2+ messages)

[PATCH] can: raw: add locking for raw flags bitfield
 2026-05-06 12:43 UTC  (4+ messages)

[PATCH 1/1] can: bcm: prevent thrtimer UAF in rx path by checking RX_NO_AUTOTIMER
 2026-05-06 12:45 UTC  (9+ messages)

[PATCH v8 phy-next 01/31] PCI: cadence: Preserve all error codes in cdns_plat_pcie_probe()
 2026-05-05 16:26 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox