messages from 2025-12-18 20:12:26 to 2026-01-09 14:05:56 UTC [more...]
[PATCH v1 0/2] dt-bindings: CAN: MCP251XFD GPIO hog support and QCS6490 CAN enablement
2026-01-09 14:05 UTC (11+ messages)
` [PATCH v1 1/2] dt-bindings: can: microchip,mcp251xfd: allow gpio-hog child nodes
` [PATCH v1 2/2] arm64: dts: qcom: qcs6490-rb3gen2: Enable CAN bus controller
[PATCH net 0/3] pull-request: can 2026-01-09
2026-01-09 13:46 UTC (4+ messages)
` [PATCH net 1/3] can: etas_es58x: allow partial RX URB allocation to succeed
` [PATCH net 2/3] can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
` [PATCH net 3/3] can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit
[PATCH v3 0/4] Add CANFD support to R9A09G056/057/077/087 SoCs
2026-01-09 12:51 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: can: renesas,rcar-canfd: Specify reset-names
` [PATCH v3 2/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/V2H(P) and RZ/V2N SoCs
` [PATCH v3 3/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/T2H and RZ/N2H SoCs
` [PATCH v3 4/4] can: rcar_canfd: Add RZ/T2H support
[PATCH 1/3] Revert "can: raw: instantly reject unsupported CAN frames"
2026-01-09 11:53 UTC (11+ messages)
` [PATCH 2/3] can: propagate CAN device capabilities via ml_priv
` [PATCH 3/3] can: raw: instantly reject disabled CAN frames
[PATCH v2] can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit
2026-01-09 10:56 UTC (8+ messages)
[PATCH can v2] can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
2026-01-09 9:34 UTC (3+ messages)
[PATCH net] can: kvaser_usb: kvaser_usb_leaf: Fix some info-leaks to USB devices
2026-01-09 8:18 UTC (3+ messages)
[RFC can-next 1/5] can: use skb hash instead of private variable in headroom
2026-01-08 21:24 UTC (7+ messages)
` [RFC can-next 2/5] can: move can_iif from private headroom to struct sk_buff
` [RFC can-next 3/5] can: move frame length "
` [RFC can-next 4/5] can: remove private skb headroom infrastructure
` [RFC can-next 5/5] can: gw: use new maxhops variable instead of re-using csum_start
[PATCH v6] can: virtio: Add virtio CAN driver
2026-01-08 20:21 UTC (27+ messages)
[PATCH v2 0/4] Add CANFD support to R9A09G056/057/077/087 SoCs
2026-01-08 19:25 UTC (22+ messages)
` [PATCH v2 1/4] dt-bindings: can: renesas,rcar-canfd: Specify reset-names
` [PATCH v2 2/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/V2H(P) and RZ/V2N SoCs
` [PATCH v2 3/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/T2H and RZ/N2H SoCs
` [PATCH v2 4/4] can: rcar_canfd: Add RZ/T2H support
Question about to KMSAN: uninit-value in can_receive
2026-01-08 16:27 UTC (23+ messages)
` [bpf, xdp] headroom - was: "
[PATCH] can: mcp251xfd: fix UAF from workqueue double-destroy
2026-01-08 9:41 UTC
[PATCH v4 0/7] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
2026-01-08 7:45 UTC (11+ messages)
` [PATCH v4 1/7] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v4 2/7] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v4 3/7] mux: add help text for MULTIPLEXER config option
` [PATCH v4 4/7] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v4 5/7] i2c: omap: switch to new generic helper for getting selected mux-state
` [PATCH v4 6/7] dt-bindings: mmc: renesas,sdhi: Add mux-states property
` [PATCH v4 7/7] mmc: host: renesas_sdhi_core: support selecting an optional mux
[PATCH v7] can: virtio: Add virtio CAN driver
2026-01-05 18:44 UTC
[PATCH] can: ctucanfd: fix SSP_SRC in cases when bit-rate is higher than 1 MBit
2026-01-05 10:58 UTC (2+ messages)
[PATCH v2] can: propagate CAN device capabilities via ml_priv
2026-01-01 15:21 UTC (5+ messages)
[PATCH 0/2] can: add dummy_can termination and update SocketCAN docs
2026-01-01 12:12 UTC (4+ messages)
` [PATCH 1/2] can: dummy_can: add CAN termination support
` [PATCH 2/2] docs: can: update SocketCAN documentation for CAN XL
[PATCH] can: propagate CAN device capabilities via ml_priv
2025-12-31 16:53 UTC (2+ messages)
[PATCH v2 00/10] can: grcan: Enhance driver with CANFD Support and Improvements
2025-12-30 2:19 UTC (17+ messages)
` [PATCH v2 01/10] dt-bindings: Add vendor prefix for Frontgrade Gaisler AB
` [PATCH v2 02/10] dt-bindings: net: can: grcan: Convert GRCAN CAN controllers binding from txt to YAML
` [PATCH v2 03/10] MAINTAINERS: Add maintainers for GRCAN CAN network driver
` [PATCH v2 04/10] can: grcan: Add clock handling
` [PATCH v2 05/10] can: grcan: add FD capability detection and nominal bit-timing
` [PATCH v2 06/10] can: grcan: optimize DMA by 32-bit accesses
` [PATCH v2 07/10] can: grcan: set DMA mask for GRCAN and GRCANFD to 32-bit
` [PATCH v2 08/10] can: grcan: Add saving and restoring of CAN FD baud-rate registers
` [PATCH v2 09/10] can: grcan: Reserve space between cap and next register to align with address layout
` [PATCH v2 10/10] can: grcan: Add CANFD support alongside legacy CAN
[PATCH v3 0/6] mmc: host: renesas_sdhi_core: support configuring an optional sdio mux
2025-12-29 14:46 UTC (20+ messages)
` [PATCH v3 1/6] phy: can-transceiver: rename temporary helper function to avoid conflict
` [PATCH v3 2/6] mux: Add helper functions for getting optional and selected mux-state
` [PATCH v3 3/6] phy: can-transceiver: drop temporary helper getting optional mux-state
` [PATCH v3 4/6] i2c: omap: switch to new generic helper for getting selected mux-state
[PATCH 0/4] Add CANFD support to R9A09G056/057/077/087 SoCs
2025-12-29 11:42 UTC (7+ messages)
` [PATCH 1/4] dt-bindings: can: renesas,rcar-canfd: Specify reset-names
` [PATCH 2/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/V2H(P) and RZ/V2N SoCs
` [PATCH 3/4] dt-bindings: can: renesas,rcar-canfd: Document RZ/T2H and RZ/N2H SoCs
` [PATCH 4/4] can: rcar_canfd: Add RZ/T2H support
ctucanfd: possible coding error in ctucan_set_secondary_sample_point causing SSP not enabled
2025-12-27 0:39 UTC (7+ messages)
[PATCH can] can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak
2025-12-25 14:07 UTC (2+ messages)
[RFC PATCH 0/2] can: add dummy_can termination and update SocketCAN docs for CAN XL
2025-12-25 11:10 UTC (5+ messages)
` [RFC PATCH 1/2] can: dummy_can: add CAN termination support
[PATCH] can: etas_es58x: fix memory leak in es58x_open()
2025-12-24 12:02 UTC (5+ messages)
` [PATCH v2] can: etas_es58x: allow partial RX URB allocation to succeed
[PATCH v2] dt-bindings: phy: ti,tcan104x-can: Document TI TCAN1046
2025-12-23 17:44 UTC (2+ messages)
[PATCH AUTOSEL 6.18-5.10] can: j1939: make j1939_session_activate() fail if device is no longer registered
2025-12-23 10:05 UTC
[syzbot] [can?] memory leak in j1939_netdev_start
2025-12-21 7:58 UTC (2+ messages)
[syzbot] [can?] INFO: task hung in cangw_pernet_exit_batch (5)
2025-12-20 8:51 UTC (2+ messages)
[PATCH net 0/3] pull-request: can 2025-12-18
2025-12-19 8:49 UTC (2+ messages)
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