Linux CAN drivers development
 help / color / mirror / Atom feed
 messages from 2026-07-05 08:38:52 to 2026-07-09 10:50:31 UTC [more...]

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

[PATCH net] can: esd_usb: kill anchored URBs before freeing netdevs
 2026-07-09 10:46 UTC 

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

[PATCH] can: gs_usb: gs_usb_receive_bulk_callback(): resubmit URB on skb allocation failure
 2026-07-09  8:05 UTC  (2+ messages)

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

[PATCH v7 00/10] can: bcm: collected fixes - final2 :-D
 2026-07-08 15:48 UTC  (18+ 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  (3+ 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  (2+ messages)


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