messages from 2026-08-31 12:22:37 to 2026-09-07 14:57:06 UTC [more...]
[PATCH 0/2] can: j1939: tighten TP receive-path checks
2026-09-07 14:56 UTC (3+ messages)
` [PATCH 1/2] can: j1939: reject TP RTS with wrong packet count
` [PATCH 2/2] can: j1939: check received packet count before completing session
[PATCH v5 0/3] can_rx_offload keeps a lockless irq_queue that the IRQ handlers fill and that is later spliced under skb_queue.lock into the NAPI-facing skb_queue. This works as long as a single context fills the irq_queue. flexcan with FLEXCAN_QUIRK_SECONDARY_MB_IRQ and mcf5441x use two mailbox IRQ lines. When those are affined to different CPUs the two handlers can enqueue into the same list at the same time and corrupt it
2026-09-07 13:49 UTC (7+ messages)
` [PATCH v5 1/3] can: rx-offload: make skb_irq_queue per-CPU
` [PATCH v5 2/3] can: at91_can: fix rx-offload cleanup on unbind and probe errors
` [PATCH v5 3/3] can: gs_usb: check can_rx_offload_add_manual() return value
[PATCHv3 0/3] m68k: coldfire: fix non-standard readX()/writeX() functions
2026-09-07 13:37 UTC (4+ messages)
` [PATCHv3 1/3] net: fec: do not use readl()/writel() for ColdFire
` [PATCHv3 2/3] net: smc91x: do not use readw()/writew() on ColdFire platforms
` [PATCHv3 3/3] m68k: coldfire: fix non-standard readX()/writeX() functions
[PATCH v4 0/7] can: rcar_canfd: Add support for Renesas RZ/G3S
2026-09-07 12:37 UTC (12+ messages)
` [PATCH v4 1/7] dt-bindings: can: renesas,rcar-canfd: Document RZ/G3S SoC
` [PATCH v4 2/7] can: rcar_canfd: Fix typos in macro names
` [PATCH v4 3/7] can: rcar_canfd: Allow the CAN FD clock to be sourced from fck
` [PATCH v4 4/7] can: rcar_canfd: Do not set registers selecting the CAN mode
` [PATCH v4 5/7] can: rcar_canfd: Add support for Renesas RZ/G3S
` [PATCH v4 6/7] arm64: dts: renesas: r9a08g045: Add CAN-FD node
` [PATCH v4 7/7] arm64: dts: renesas: rzg3s-smarc: Enable CAN-FD
[PATCH v4 0/3] can: rx-offload: make skb_irq_queue per-CPU
2026-09-07 9:41 UTC (6+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] can: at91_can: fix rx-offload cleanup on unbind and probe errors
` [PATCH v4 3/3] can: gs_usb: check can_rx_offload_add_manual() return value
[PATCH V4 0/4] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-09-07 8:45 UTC (8+ messages)
` [PATCH V4 1/4] dt-bindings: phy: ti,tcan104x-can: Fix property constrains
` [PATCH V4 2/4] dt-bindings: arm: fsl: Add chargebyte Charge Control Y
` [PATCH V4 3/4] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542
` [PATCH V4 4/4] arm64: dts: freescale: Add chargebyte Charge Control Y
[BUG] drivers/net: out-of-bounds in pcan_usb_decode_buf()
2026-09-07 8:27 UTC (6+ messages)
[PATCH net-next 00/33] Remove comma after sentinel entries in match table
2026-09-07 4:32 UTC (50+ messages)
` [PATCH net-next 01/33] can: bxcan: Remove comma after sentinel-entry in match-table
` [PATCH net-next 02/33] can: c_can: "
` [PATCH net-next 03/33] can: flexcan: "
` [PATCH net-next 04/33] can: ifi_canfd: "
` [PATCH net-next 05/33] can: m_can: "
` [PATCH net-next 06/33] can: sja1000: f81601: "
` [PATCH net-next 07/33] can: sja1000_platform: "
` [PATCH net-next 08/33] net: dsa: b53: mdio: "
` [PATCH net-next 09/33] net: dsa: b53: srab: "
` [PATCH net-next 10/33] net: dsa: bcm_sf2: "
` [PATCH net-next 11/33] net: dsa: hellcreek: "
` [PATCH net-next 12/33] net: dsa: lan9303: i2c: "
` [PATCH net-next 13/33] net: dsa: lan9303: mdio: "
` [PATCH net-next 14/33] net: dsa: mxl-gsw1xx: "
` [PATCH net-next 15/33] net: dsa: mt7530: mdio: "
` [PATCH net-next 16/33] net: dsa: mt7530: mmio: "
` [PATCH net-next 17/33] net: dsa: mv88e6060: "
` [PATCH net-next 18/33] net: dsa: mv88e6xxx: "
` [PATCH net-next 19/33] net: dsa: qca8k: "
` [PATCH net-next 20/33] net: dsa: realtek: rtl8365mb: "
` [PATCH net-next 21/33] net: dsa: realtek: rtl8366rb: "
` [PATCH net-next 22/33] net: dsa: rzn1_a5psw: "
` [PATCH net-next 23/33] net: dsa: sja1105: "
` [PATCH net-next 24/33] net: bcmasp: "
` [PATCH net-next 25/33] net: spacemit: k1_emac: "
` [PATCH net-next 26/33] net: ti: am65-cpsw-nuss: "
` [PATCH net-next 27/33] net: ethernet: ti: cpsw: "
` [PATCH net-next 28/33] net: ethernet: ti: cpsw_new: "
` [PATCH net-next 29/33] net: mdio: bcm-iproc: "
` [PATCH net-next 30/33] net: mdio: bcm-unimac: "
` [PATCH net-next 31/33] net: pcs: xpcs-plat: "
` [PATCH net-next 32/33] net: phy: nxp-c45-tja11xx: "
` [PATCH net-next 33/33] net: wan: slic_ds26522: "
[PATCH] qcan: isotp: implement N_Ar timeout handling for FC transmission
2026-09-07 3:05 UTC (4+ messages)
` [PATCH] can: "
[PATCH net] can: peak_usb: fix slab-out-of-bounds read in pcan_usb_handle_bus_evt()
2026-09-06 22:36 UTC (2+ messages)
[PATCH v2 (repost)] can: j1939: j1939_sk_bind(): fix j1939_ecu leak when re-bind failed
2026-09-05 9:58 UTC (2+ messages)
[PATCH net] can: netlink: fix IFLA_CAN_BITRATE_MAX attribute sizing
2026-09-04 17:10 UTC (3+ messages)
[PATCH net] can: netlink: fix CAN XL PWM attribute sizing
2026-09-04 17:08 UTC (3+ messages)
[PATCH net] can: netlink: fix static FD-NON-ISO mode validation
2026-09-04 17:07 UTC (3+ messages)
[PATCH net v2] can: netlink: fix static FD-NON-ISO mode validation
2026-09-04 16:20 UTC
[PATCH can-next v3 0/3] Introduce diag support for CAN
2026-09-04 14:26 UTC (5+ messages)
` [PATCH can-next v3 1/3] af_can: ensure sk_protocol is always set on socket creation
` [PATCH can-next v3 2/3] af_can: store socket pointers in struct netns_can
` [PATCH can-next v3 3/3] can: add can diag interface
[PATCH] net: can: fix repeated word 'is' in comment
2026-09-04 12:50 UTC
[PATCH] can: sja1000: drop RX frame when skb allocation fails
2026-09-04 8:04 UTC (3+ messages)
[PATCH v4 0/2] can: m_can: introduce ti,am62-m_can compatible for out-of-band wakeup
2026-09-03 21:47 UTC (11+ messages)
` [PATCH v4 1/2] dt-bindings: can: m_can: add ti,am62-m_can compatible
` [PATCH v4 2/2] can: m_can: add ti,am62-m_can compatible with out-of-band wakeup support
[PATCH v2] can: remove CAN filters independent from namespace
2026-09-03 6:59 UTC
[PATCH] can: remove CAN filters independent from namespace
2026-09-03 6:57 UTC (3+ messages)
[PATCH net-next v4] net: Replace %pK output with 0
2026-09-03 2:00 UTC (6+ messages)
` [PATCH net-next real "
` [net-next,real,v4] "
[PATCH V3 0/3] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-09-02 13:35 UTC (5+ messages)
` [PATCH V3 1/3] dt-bindings: arm: fsl: "
` [PATCH V3 2/3] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542
` [PATCH V3 3/3] arm64: dts: freescale: Add chargebyte Charge Control Y
[PATCH] can: kvaser_usb: fix potential crash in probe
2026-09-02 11:26 UTC (2+ messages)
[PATCH v6 1/4] dt-bindings: can: rockchip: add rk3588 CAN-FD compatible
2026-09-02 11:11 UTC (2+ messages)
` (subset) "
[PATCH v7 0/6] can: flexcan: Add NXP S32N79 SoC support
2026-09-01 14:44 UTC (14+ messages)
` [PATCH v7 1/6] can: flexcan: use dedicated IRQ handlers for multi-IRQ platforms
` [PATCH v7 2/6] can: flexcan: disable all IRQ lines in flexcan_chip_interrupts_enable()
` [PATCH v7 3/6] can: flexcan: split rx/tx masks per mailbox IRQ line
` [PATCH v7 4/6] dt-bindings: can: fsl,flexcan: add NXP S32N79 SoC support
` [PATCH v7 5/6] can: flexcan: add FLEXCAN_QUIRK_IRQ_BERR quirk
` [PATCH v7 6/6] can: flexcan: add NXP S32N79 SoC support
[PATCH] can: usb: f81604: fix use-after-free on disconnect
2026-09-01 14:43 UTC (2+ messages)
[PATCH v3 0/2] can: rx-offload: make skb_irq_queue per-CPU
2026-09-01 11:30 UTC (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] can: at91_can: fix rx-offload cleanup on unbind and probe errors
[PATCH net] can: isotp: take rtnl_lock() before leaving the notifier list
2026-09-01 10:25 UTC (4+ messages)
[PATCH 5.10] can: ems_usb: validate CPC message lengths
2026-09-01 9:04 UTC
[PATCH v2 0/2] can: rx-offload: make skb_irq_queue per-CPU
2026-09-01 9:02 UTC (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] can: at91_can: add missing can_rx_offload_del() in at91_can_remove()
[PATCH] can: rx-offload: make skb_irq_queue per-CPU
2026-09-01 7:42 UTC (3+ messages)
[PATCH] can: j1939: fix memory leaks caused by pending address claim timer
2026-09-01 7:19 UTC (2+ messages)
[PATCH 00/11] Convert barrier pairs to acquire/release for better performance
2026-09-01 1:44 UTC (12+ messages)
` [PATCH 01/11] user_namespace: Use acquire/release for nr_extents synchronization
` [PATCH 03/11] fs: aio: Use acquire/release for ring->tail publication
` [PATCH 04/11] fs: Use acquire/release for fdtable resize synchronization
` [PATCH 06/11] super: Use acquire for SB_BORN check in super_cache_count()
[PATCH] can: notifiers: remove CAN filters independent from namespace
2026-08-31 21:24 UTC (2+ messages)
[PATCH v3 0/2] can: m_can: support out-of-band wakeup capability
2026-08-31 16:22 UTC (10+ messages)
` [PATCH v3 1/2] dt-bindings: can: m_can: add out-band-wakeup property
[PATCH V2 0/3] arm64: dts: freescale: Add chargebyte Charge Control Y
2026-08-31 15:59 UTC (9+ messages)
` [PATCH V2 1/3] dt-bindings: arm: fsl: "
` [PATCH V2 2/3] dt-bindings: phy: ti,tcan104x-can: Document Microchip MCP2542
` [PATCH V2 3/3] arm64: dts: freescale: Add chargebyte Charge Control Y
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).