Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2026-07-01 16:02:21 to 2026-07-08 15:35:16 UTC [more...]

[PATCH v7 00/10] can: bcm: collected fixes - final2 :-D
 2026-07-08 15:35 UTC  (14+ messages)
` [PATCH v7 01/10] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v7 02/10] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v7 03/10] can: bcm: add locking when updating filter and timer values
` [PATCH v7 04/10] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v7 05/10] can: bcm: add missing rcu list annotations and operations
` [PATCH v7 06/10] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v7 07/10] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v7 08/10] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v7 09/10] can: bcm: fix stale rx/tx ops after device removal
` [PATCH v7 10/10] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()

[PATCH] can: ems_usb: validate received CAN message payloads
 2026-07-08 13:15 UTC  (2+ messages)

[PATCH v6 0/9] can: bcm: collected fixes - final
 2026-07-08  9:49 UTC  (17+ messages)
` [PATCH v6 1/9] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v6 2/9] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v6 3/9] can: bcm: add locking when updating filter and timer values
` [PATCH v6 4/9] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v6 5/9] can: bcm: add missing rcu list annotations and operations
` [PATCH v6 6/9] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v6 7/9] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v6 8/9] can: bcm: add missing device refcount for CAN filter removal
` [PATCH v6 9/9] can: bcm: fix data race on rx_stamp/rx_ifindex in bcm_rx_handler()

[PATCH v3] can: m_can: Use of_property_present() for wakeup-source
 2026-07-08  3:05 UTC 

[PATCH net] can: esd_usb: free_candev() after unlink_all_urbs() in disconnect
 2026-07-07 20:35 UTC  (3+ messages)

[PATCH v5 0/8] can: bcm: collected fixes
 2026-07-07 18:18 UTC  (11+ messages)
` [PATCH v5 1/8] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v5 2/8] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v5 3/8] can: bcm: add locking when updating filter and timer values
` [PATCH v5 4/8] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v5 5/8] can: bcm: add missing rcu list annotations and operations
` [PATCH v5 6/8] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v5 7/8] can: bcm: validate frame length in bcm_rx_setup() for RTR replies
` [PATCH v5 8/8] can: bcm: add missing device refcount for CAN filter removal

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

[PATCH v4 0/7] can: bcm: collected fixes
 2026-07-07 14:54 UTC  (16+ messages)
` [PATCH v4 1/7] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v4 2/7] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v4 3/7] can: bcm: add locking when updating filter and timer values
` [PATCH v4 4/7] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v4 5/7] can: bcm: add missing rcu list annotations and operations
` [PATCH v4 6/7] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v4 7/7] can: bcm: validate frame length in bcm_rx_setup() for RTR replies

[PATCH v3 0/7] can: bcm: collected fixes
 2026-07-07 12:38 UTC  (20+ messages)
` [PATCH v3 1/7] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v3 2/7] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v3 3/7] can: bcm: add locking when updating filter and timer values
` [PATCH v3 4/7] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v3 5/7] can: bcm: add missing rcu list annotations and operations
` [PATCH v3 6/7] can: bcm: extend bcm_tx_lock usage for data and timer updates
` [PATCH v3 7/7] can: bcm: validate frame length in bcm_rx_setup() for RTR replies

[PATCH v5 0/8] can: flexcan: Add NXP S32N79 SoC support
 2026-07-07 10:36 UTC  (2+ messages)

[PATCH v2] can: isotp: use unconditional synchronize_rcu() in isotp_release()
 2026-07-07 10:14 UTC  (2+ messages)

[PATCH net-next] net: Convert %pK back to %p
 2026-07-07  9:37 UTC  (3+ messages)

[PATCH v2 0/6] can: bcm: collected fixes
 2026-07-07  8:58 UTC  (13+ messages)
` [PATCH v2 1/6] can: bcm: defer rx_op deallocation to workqueue to fix thrtimer UAF
` [PATCH v2 2/6] can: bcm: fix lockless bound/ifindex race and silent RX_SETUP failure
` [PATCH v2 3/6] can: bcm: add locking when updating filter and timer values
` [PATCH v2 4/6] can: bcm: fix CAN frame rx/tx statistics
` [PATCH v2 5/6] can: bcm: add missing rcu list annotations and operations
` [PATCH v2 6/6] can: bcm: extend bcm_tx_lock usage for data and timer updates

[PATCH] can: isotp: add missing synchronize_rcu() in isotp_notify()
 2026-07-07  8:52 UTC  (2+ messages)

[PATCH v4 0/2] Add Loongson CAN-FD controller driver
 2026-07-07  7:14 UTC  (5+ messages)
` [PATCH v4 1/2] can: "
` [PATCH v4 2/2] can: loongson_canfd: Add RXDMA support

[REGRESSION] can: usb: f81604: TX broken with "short int URB: 9 < 12"
 2026-07-07  5:59 UTC  (2+ messages)

[PATCH v4 1/3] j1939: restrict amount of consecutive retransmission requests
 2026-07-06 22:58 UTC  (6+ messages)
` [PATCH v4 2/3] j1939: fix implementation not handling holds correctly
` [PATCH v4 3/3] j1939: add J1939 rx CTS tests

[PATCHv2 0/4] m68k: coldfire: fix non-standard readX()/writeX() functions
 2026-07-06 15:46 UTC  (4+ messages)
` [PATCHv2 3/4] mmc: sdhci-esdhc-mcf: do not use readl()/writel() on ColdFire

[PATCH] can: ctucanfd: add missing MODULE_DEVICE_TABLE()
 2026-07-06 10:47 UTC  (2+ messages)

[PATCH] can: peak_usb: validate uCAN receive record lengths
 2026-07-06  9:41 UTC  (2+ messages)

[PATCH] can: ems_usb: validate CPC message lengths
 2026-07-06  9:27 UTC 

[PATCH v3] can: usb: etas_es58x: Fix RX buffer leak on URB resubmit failure
 2026-07-06  6:48 UTC  (3+ messages)

[PATCH v2] can: usb: etas_es58x: Fix RX buffer leak on URB resubmit failure
 2026-07-06  1:33 UTC 

[PATCH net] can: j1939: zero the reassembly buffer to avoid uninitialized slab leak
 2026-07-06  1:11 UTC 

[PATCH] can: usb: etas_es58x: Fix RX buffer leak on URB resubmit failure
 2026-07-05  8:38 UTC  (3+ messages)

[PATCH net] can: flexcan: Fix probing for m68k/coldfire
 2026-07-03 16:53 UTC  (2+ messages)

[PATCH v4 1/4] dt-bindings: can: rockchip: add rk3588 CAN-FD compatible
 2026-07-03 14:53 UTC  (8+ messages)
` [PATCH v4 2/4] can: rockchip: add RK3588 CAN support
` [PATCH v4 3/4] arm64: dts: rockchip: add CAN-FD nodes for RK3588
` [PATCH v4 4/4] arm64: dts: rockchip: Enable CAN controller on RK3588-Tiger-Haikou

[PATCH v4 0/4] can: rockchip: add RK3588 CAN support
 2026-07-03  8:01 UTC 

[PATCH v3 1/4] dt-bindings: can: rockchip: add rk3588 CAN-FD compatible
 2026-07-03  6:49 UTC  (6+ messages)
` [PATCH v3 2/4] can: rockchip: add RK3588 CAN support
` [PATCH v3 3/4] arm64: dts: rockchip: add CAN-FD nodes for RK3588
` [PATCH v3 4/4] arm64: dts: rockchip: Enable CAN controller on RK3588-Tiger-Haikou

[PATCH 2/3] can: rockchip: add RK3588 CAN-FD support
 2026-07-03  5:41 UTC  (3+ messages)

[PATCH v3 0/4] can: rockchip: add RK3588 CAN support
 2026-07-03  2:35 UTC 

[PATCH v1] net: can: mpfs_can: add Polarfire SoC MSS CAN
 2026-07-02 18:27 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: can: rockchip: add rk3588 CAN-FD compatible
 2026-07-02 16:42 UTC  (13+ messages)
` [PATCH v2 2/4] can: rockchip: add RK3588 CAN support
` [PATCH v2 3/4] arm64: dts: rockchip: add CAN-FD nodes for RK3588
` [PATCH v2 4/4] arm64: dts: rockchip: Enable CAN controller on RK3588-Tiger-Haikou

[PATCH 6.6.y] net: add missing ns_capable check for peer netns
 2026-07-02 14:14 UTC  (2+ messages)

[PATCH v2 0/4] can: rockchip: add RK3588 CAN support
 2026-07-02 14:06 UTC 

[PATCH v2 (repost)] can: j1939: use netdevice_tracker for j1939_{priv,session,ecu} tracking
 2026-07-02 13:55 UTC  (3+ messages)

[PATCH 2/3] can: rockchip: add RK3588 CAN-FD support
 2026-07-02 12:45 UTC 

[PATCH 1/3] dt-bindings: can: rockchip: add rk3588v2 CAN-FD compatible
 2026-07-02  8:57 UTC 

[PATCH 1/3] dt-bindings: can: rockchip: add rk3588v2 CAN-FD compatible
 2026-07-02  8:49 UTC  (2+ messages)

[PATCH 2/3] can: rockchip: add RK3588 CAN-FD support
 2026-07-02  8:15 UTC  (2+ messages)

[PATCH 1/3] dt-bindings: can: rockchip: add rk3588v2 CAN-FD compatible
 2026-07-02  7:43 UTC  (5+ messages)
` [PATCH 2/3] can: rockchip: add RK3588 CAN-FD support

[PATCH v3 0/2] Add Loongson CAN-FD controller driver
 2026-07-02  4:41 UTC  (4+ messages)
` [PATCH v3 1/2] can: "

[PATCH] drivers: gs_usb: gs_usb_probe(): fix typo
 2026-07-02  3:13 UTC 


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