Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2026-08-18 09:17:15 to 2026-08-31 08:30:19 UTC [more...]

[PATCH net] can: isotp: take rtnl_lock() before leaving the notifier list
 2026-08-31  8:30 UTC 

[PATCH can-next] can: raw: remove redundant NULL check before netdev_hold()
 2026-08-31  6:52 UTC  (2+ messages)

[PATCH] can: peak_usb: validate response and receive record extents
 2026-08-30 14:12 UTC  (2+ messages)

[PATCH] can: esd_usb: validate receive message extents
 2026-08-30 13:10 UTC  (2+ messages)

[PATCH] can: kvaser_usb: hydra: validate command prefixes before parsing
 2026-08-30 13:02 UTC  (2+ messages)

[PATCH] can: kvaser_pciefd: validate DMA packet extents
 2026-08-30 12:43 UTC 

[PATCH net 0/1] can: j1939: reject activation when device is down
 2026-08-29  6:10 UTC  (2+ messages)
` [PATCH net 1/1] "

[PATCH v3 0/2] can: m_can: support out-of-band wakeup capability
 2026-08-28 18:43 UTC  (10+ messages)
` [PATCH v3 1/2] dt-bindings: can: m_can: add out-band-wakeup property
` [PATCH v3 2/2] can: m_can: set out-of-band wakeup if wakeup pinctrl exists

[PATCH 0/4] can: automate IFF_ECHO flag for generic echo skbs
 2026-08-28 17:57 UTC  (16+ messages)

[PATCH v3 1/2] can: j1939: make hrtimer callback lockless and free ECUs asyncronously
 2026-08-28  7:09 UTC  (4+ messages)
` [PATCH v3 2/2] can: j1939: cancel all pending ECUs on device stop

[BUG] can: kvaser_usb: WARN_ON(!dev->cfg) in kvaser_usb_probe() from an unhandled clock-frequency encoding
 2026-08-28  6:58 UTC  (2+ messages)

[BUG] can: double free in unlink_all_urbs() in ems_usb and usb_8dev
 2026-08-27 22:34 UTC 

[PATCH net 0/14] pull-request: can 2026-08-26
 2026-08-27 19:44 UTC  (32+ messages)
` [PATCH net 01/14] can: dev: can_dropped_invalid_skb: drop CAN XL frames on non-CAN XL devices
` [PATCH net 02/14] can: convert unreliable ARPHRD_CAN type checks to robust can_get_ml_priv()
` [PATCH net 03/14] can: bittiming: fix divide-by-zero in can_calc_bittiming()
` [PATCH net 04/14] can: bittiming: fix bitrate error calculation on unsigned operands
` [PATCH net 05/14] can: rockchip_canfd: prevent TX stall on echo skb failure
` [PATCH net 06/14] can: rockchip_canfd: retry the outstanding TX buffer
` [PATCH net 07/14] can: rockchip_canfd: serialize TX state and command writes
` [PATCH net 08/14] can: skb: make echo skb freeing safe in any IRQ context
` [PATCH net 09/14] can: skb: make CAN skb allocation failure paths IRQ-safe
` [PATCH net 10/14] can: dev: can_put_echo_skb(): free skb on invalid echo index
` [PATCH net 11/14] can: kvaser_pciefd: fix use-after-free in bec poll timer
` [PATCH net 12/14] can: kvaser_usb: validate command format before parsing in hydra receive path
` [PATCH net 13/14] can: usb: f81604: fix struct f81604_int_data size mismatch
` [PATCH net 14/14] can: hi311x: drop hi3110_lock before free_irq() on open failure

[PATCH v2] can: j1939: cancel all pending ECUs on device stop
 2026-08-27 11:33 UTC  (2+ messages)

[PATCH] can: convert unreliable ARPHRD_CAN type checks to robust can_get_ml_priv()
 2026-08-27  6:22 UTC  (7+ messages)

[PATCH] can: j1939: cancel all pending ECUs on device stop
 2026-08-27  5:58 UTC  (4+ messages)

[can-next v2] can: proc: remove pointers from CAN specific proc output
 2026-08-26 19:25 UTC  (4+ messages)

[PATCH] can: j1939: j1939_sk_bind(): fix j1939_ecu leak when re-bind failed
 2026-08-26 14:48 UTC  (10+ messages)
  ` [PATCH v2] "

[PATCH 00/11] Convert barrier pairs to acquire/release for better performance
 2026-08-26  9:54 UTC  (26+ messages)
` [PATCH 01/11] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH 02/11] lib/vsprintf: Use acquire/release for ptr_key publication
` [PATCH 03/11] fs: aio: Use acquire/release for ring->tail publication
` [PATCH 04/11] fs: Use acquire/release for fdtable resize synchronization
` [PATCH 05/11] pidfs: Use test_bit_acquire() for attr flag tests
` [PATCH 06/11] super: Use acquire for SB_BORN check in super_cache_count()
` [PATCH 07/11] ext4: Convert group-count barrier protocol to acquire/release
` [PATCH 08/11] soreuseport: publish num_socks with acquire/release
` [PATCH 09/11] net: sched: act_gact: use acquire/release for tcfg_ptype
` [PATCH 10/11] 8021q: publish vlan_devices_arrays entries with acquire/release
` [PATCH 11/11] can: isotp: publish tx.state with smp_store_release()

[PATCH] qcan: isotp: implement N_Ar timeout handling for FC transmission
 2026-08-26  6:42 UTC  (3+ messages)
  ` [PATCH] can: "

[PATCH net v3] can: kvaser_usb: validate command format before parsing in hydra receive path
 2026-08-26  4:32 UTC  (3+ messages)

[PATCH can-next v2] can: m_can: switch to rx-offload implementation
 2026-08-25 18:35 UTC  (2+ messages)

[PATCH v3 0/8] can: rcar_canfd: Add support for Renesas RZ/G3S
 2026-08-25 15:02 UTC  (18+ messages)
` [PATCH v3 2/8] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3S SoC
` [PATCH v3 3/8] can: rcar_canfd: Fix typos in macro names
` [PATCH v3 4/8] can: rcar_canfd: Allow the CAN FD clock to be sourced from fck
` [PATCH v3 5/8] can: rcar_canfd: Do not set registers selecting the CAN mode
` [PATCH v3 6/8] can: rcar_canfd: Add support for Renesas RZ/G3S
` [PATCH v3 7/8] arm64: dts: renesas: r9a08g045: Add CAN-FD node
` [PATCH v3 8/8] arm64: dts: renesas: rzg3s-smarc: Enable CAN-FD

[PATCH v2] can: usb: f81604: fix struct f81604_int_data size mismatch
 2026-08-25 13:15 UTC  (7+ messages)

[PATCH net v2] can: kvaser_usb: validate command format before parsing in hydra receive path
 2026-08-25  2:50 UTC  (4+ messages)
  ` [PATCH net] "

[PATCH net] can: kvaser_usb: validate command format before parsing in hydra receive path
 2026-08-24 21:35 UTC  (3+ messages)

[PATCH v6 0/6] can: flexcan: Add NXP S32N79 SoC support
 2026-08-24 10:19 UTC  (17+ messages)
` [PATCH v6 1/6] can: flexcan: use dedicated IRQ handlers for multi-IRQ platforms
` [PATCH v6 2/6] can: flexcan: disable all IRQ lines in flexcan_chip_interrupts_enable()
` [PATCH v6 3/6] can: flexcan: split rx/tx masks per mailbox IRQ line
` [PATCH v6 4/6] dt-bindings: can: fsl,flexcan: add NXP S32N79 SoC support
` [PATCH v6 5/6] can: flexcan: add FLEXCAN_QUIRK_IRQ_BERR quirk

[PATCH] can: usb: f81604: fix struct f81604_int_data size mismatch
 2026-08-24 10:02 UTC  (6+ messages)

[PATCH] can: ctucanfd: ctucan_err_interrupt(): do not emit info messages on Arbitration Lost or CAN Bus Error IRQs
 2026-08-24  9:05 UTC  (4+ messages)
    ` LinuxDays 2026 October 3 and 4 in Prague was: can: ctucanfd: ctucan_err_interrupt()

[PATCH] net: can: Convert to DEFINE_SIMPLE_DEV_PM_OPS()
 2026-08-22  8:03 UTC  (2+ messages)

[syzbot] [can?] memory leak in j1939_netdev_start (2)
 2026-08-22  0:10 UTC 

[PATCH v2 0/2] can: m_can: support out-of-band wakeup capability
 2026-08-21 15:55 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: can: m_can: add out band wakeup property
` [PATCH v2 2/2] can: m_can: set out-of-band wakeup if wakeup pinctrl exists

[PATCH v7 01/10] mfd: nct6694: Move module type macros to shared header
 2026-08-21  3:45 UTC  (2+ messages)

[PATCH] can: hi311x: drop hi3110_lock before free_irq() on open failure
 2026-08-20  2:20 UTC  (2+ messages)

[PATCH net] can: can327: Fix stack out-of-bounds write in can327_handle_prompt()
 2026-08-19  8:16 UTC  (4+ messages)

[PATCH net v2] can: can327: Fix out-of-bounds write in can327_parse_frame()
 2026-08-19  8:13 UTC  (6+ messages)

[PATCH] can: kvaser_pciefd: fix use-after-free in bec poll timer
 2026-08-19  6:25 UTC  (4+ messages)

[PATCH net] can: can327: Fix out-of-bounds write in can327_parse_frame()
 2026-08-19  5:52 UTC  (3+ messages)

[PATCH RFC 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y
 2026-08-19  3:14 UTC  (11+ messages)
` [PATCH RFC 1/4] dt-bindings: arm: fsl: "
` [PATCH RFC 2/4] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542
  ` [PATCH RFC 2/4] dt-bindings: phy: ti, tcan104x-can: "
` [PATCH RFC 3/4] phy: phy-can-transceiver: Add support for "
` [PATCH RFC 4/4] arm64: dts: freescale: Add chargebyte Charge Control Y

[PATCH net-next 01/11] can: tcan4x5x: put tcan into sleep when removing driver
 2026-08-18 18:41 UTC  (3+ messages)


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