Linux-Can Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-14 13:17:02 to 2024-02-16 13:27:35 UTC [more...]

[PATCH 1/3] can: peak_usb: fix potential "UBSAN: shitf-out-of-bounds" issue
 2024-02-16 13:27 UTC  (7+ messages)
` [PATCH 2/3] can: peak_usb: increase rx buffer size used for USB bulk transfer
` [PATCH 3/3] can: peak_usb: fix potential kernel log flooding

[PATCH v8 0/3] Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller
 2024-02-16 13:19 UTC  (6+ messages)
` [PATCH v8 1/3] dt-bindings: can: xilinx_can: Add 'xlnx,has-ecc' optional property
` [PATCH v8 2/3] can: xilinx_can: Add ECC support
` [PATCH v8 3/3] can: xilinx_can: Add ethtool stats interface for ECC errors
  ` RE: [PATCH v8 0/3] Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN Controller

[RFC PATCH v3] virtio-can: Device specification
 2024-02-16 11:08 UTC  (6+ messages)
` [virtio-comment] "
` [virtio-dev] "

[PATCH] can: m_can: remove redundant check for pm_clock_support
 2024-02-16  7:56 UTC  (4+ messages)

[Wireshark-dev] SocketCAN Support is broken in latest Wireshark-v4.3.0rc0-1430-g600de02805d0
 2024-02-15 12:20 UTC  (5+ messages)

[PATCH net 0/3] pull-request: can 2024-02-14
 2024-02-15 11:50 UTC  (6+ messages)
` [PATCH net 1/3] can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
` [PATCH net 2/3] can: j1939: Fix UAF in j1939_sk_match_filter during setsockopt(SO_J1939_FILTER)
` [PATCH net 3/3] can: netlink: Fix TDCO calculation using the old data bittiming

[PATCH net-next 0/23] pull-request: can-next 2024-02-13
 2024-02-14 10:10 UTC  (27+ messages)
` [PATCH net-next 01/23] can: bcm: add recvmsg flags for own, local and remote traffic
` [PATCH net-next 02/23] can: isotp: support dynamic flow control parameters
` [PATCH net-next 03/23] MAINTAINERS: add Stefan Mätje as maintainer for the esd electronics GmbH PCIe/402 CAN drivers
` [PATCH net-next 04/23] can: esd: add support for esd GmbH PCIe/402 CAN interface family
` [PATCH net-next 05/23] can: m_can: Start/Cancel polling timer together with interrupts
` [PATCH net-next 06/23] can: m_can: Move hrtimer init to m_can_class_register
` [PATCH net-next 07/23] can: m_can: Write transmit header and data in one transaction
` [PATCH net-next 08/23] can: m_can: Implement receive coalescing
` [PATCH net-next 09/23] can: m_can: Implement transmit coalescing
` [PATCH net-next 10/23] can: m_can: Add rx coalescing ethtool support
` [PATCH net-next 11/23] can: m_can: Add tx "
` [PATCH net-next 12/23] can: m_can: Use u32 for putidx
` [PATCH net-next 13/23] can: m_can: Cache tx putidx
` [PATCH net-next 14/23] can: m_can: Use the workqueue as queue
` [PATCH net-next 15/23] can: m_can: Introduce a tx_fifo_in_flight counter
` [PATCH net-next 16/23] can: m_can: Use tx_fifo_in_flight for netif_queue control
` [PATCH net-next 17/23] can: m_can: Implement BQL
` [PATCH net-next 18/23] can: m_can: Implement transmit submission coalescing
` [PATCH net-next 19/23] can: change can network drivers maintainer
` [PATCH net-next 20/23] can: kvaser_pciefd: Add support for Kvaser M.2 PCIe 4xCAN
` [PATCH net-next 21/23] can: softing: remove redundant NULL check
` [PATCH net-next 22/23] can: canxl: add virtual CAN network identifier support
` [PATCH net-next 23/23] MAINTAINERS: can: xilinx_can: remove Naga Sureshkumar Relli

[PATCH RESEND v7 0/3] can: xilinx_can: Add ECC feature support
 2024-02-13 11:00 UTC  (6+ messages)
` [PATCH RESEND v7 1/3] dt-bindings: can: xilinx_can: Add 'xlnx,has-ecc' optional property
` [PATCH RESEND v7 2/3] can: xilinx_can: Add ECC support
` [PATCH RESEND v7 3/3] can: xilinx_can: Add ethtool stats interface for ECC errors

[PATCH] MAINTAINERS: can: xilinx_can: remove Naga Sureshkumar Relli
 2024-02-13 10:43 UTC 

[PATCH rework v1] canxl: add virtual CAN network identifier support
 2024-02-13  9:45 UTC  (10+ messages)

[PATCH rework v2] canxl: add virtual CAN network identifier support
 2024-02-12 21:35 UTC 

[PATCH] dt-bindings: can: fsl,flexcan: add i.MX95 compatible string
 2024-02-12 13:56 UTC  (9+ messages)

[PATCH] can: softing: remove redundant NULL check
 2024-02-11 15:05 UTC 

Protocol recommendation for CAN(FD)-USB adapter
 2024-02-09 21:25 UTC  (2+ messages)

[PATCH] can: kvaser_pciefd: Add support for Kvaser M.2 PCIe 4xCAN
 2024-02-07 12:32 UTC  (2+ messages)

[PATCH 00/14] can: m_can: Optimizations for m_can/tcan part 2
 2024-02-07  9:35 UTC  (16+ messages)
` [PATCH 01/14] can: m_can: Start/Cancel polling timer together with interrupts
` [PATCH 02/14] can: m_can: Move hrtimer init to m_can_class_register
` [PATCH 03/14] can: m_can: Write transmit header and data in one transaction
` [PATCH 04/14] can: m_can: Implement receive coalescing
` [PATCH 05/14] can: m_can: Implement transmit coalescing
` [PATCH 06/14] can: m_can: Add rx coalescing ethtool support
` [PATCH 07/14] can: m_can: Add tx "
` [PATCH 08/14] can: m_can: Use u32 for putidx
` [PATCH 09/14] can: m_can: Cache tx putidx
` [PATCH 10/14] can: m_can: Use the workqueue as queue
` [PATCH 11/14] can: m_can: Introduce a tx_fifo_in_flight counter
` [PATCH 12/14] can: m_can: Use tx_fifo_in_flight for netif_queue control
` [PATCH 13/14] can: m_can: Implement BQL
` [PATCH 14/14] can: m_can: Implement transmit submission coalescing

[PATCH v2 0/7] MPFS clock fixes required for correct CAN clock modeling
 2024-02-06 14:27 UTC  (19+ messages)
` [PATCH v2 1/7] dt-bindings: clock: mpfs: add more MSSPLL output definitions
` [PATCH v2 2/7] dt-bindings: can: mpfs: add missing required clock
` [PATCH v2 3/7] clk: microchip: mpfs: split MSSPLL in two
` [PATCH v2 4/7] clk: microchip: mpfs: setup for using other mss pll outputs
` [PATCH v2 5/7] clk: microchip: mpfs: add missing MSSPLL outputs
` [PATCH v2 6/7] clk: microchip: mpfs: convert MSSPLL outputs to clk_divider
` [PATCH v2 7/7] riscv: dts: microchip: add missing CAN bus clocks
` (subset) [PATCH v2 0/7] MPFS clock fixes required for correct CAN clock modeling

[PATCH 0/1] can network drivers maintainer
 2024-02-05 11:15 UTC  (2+ messages)
` [PATCH 1/1] can: change "

[PATCH v5] can: virtio: Initial virtio CAN driver
 2024-02-01 18:57 UTC  (3+ messages)

[PATCH v1 0/4] CAST Controller Area Network driver support
 2024-01-31  1:23 UTC  (19+ messages)
` [PATCH v1 1/4] dt-bindings: vendor-prefixes: Add cast vendor prefix
` [PATCH v1 2/4] dt-bindings: can: Add bindings for CAST CAN Controller
` [PATCH v1 3/4] can: cast: add driver for CAST CAN controller
` [PATCH v1 4/4] riscv: dts: starfive: jh7110: Add CAN node
    ` RE: [PATCH v1 0/4] CAST Controller Area Network driver support

[PATCH v11 0/2] can: esd: add support for esd GmbH PCIe/402 CAN interface
 2024-01-29 12:46 UTC  (3+ messages)

can-next patches summary
 2024-01-29  9:03 UTC  (2+ messages)

SLCAN and systemd
 2024-01-29  7:56 UTC  (2+ messages)

[PATCH v4] canxl: add virtual CAN network identifier support
 2024-01-28 19:12 UTC  (3+ messages)

[PATCH v5] canxl: add virtual CAN network identifier support
 2024-01-28 18:37 UTC 

[PATCH v3] can: bcm: add recvmsg flags for own, local and remote traffic
 2024-01-26  9:24 UTC  (2+ messages)

Candump timing issues
 2024-01-25 10:09 UTC  (2+ messages)

[RFC PATCH] can: gw: fix RCU/BH usage in cgw_create_job()
 2024-01-22 10:10 UTC  (4+ messages)

[PATCH v3] canxl: add virtual CAN network identifier support
 2024-01-21 10:13 UTC  (4+ messages)

[PATCH v2] can: bcm: add recvmsg flags for own, local and remote traffic
 2024-01-20  8:18 UTC  (2+ messages)

[syzbot] Monthly can report (Jan 2024)
 2024-01-16  7:55 UTC 

[PATCH] can: bcm: add recvmsg flags for own, local and remote traffic
 2024-01-14 13:21 UTC  (3+ messages)

[PATCH] net: can: Add support for aliases in CAN
 2024-01-12 15:43 UTC  (6+ messages)

[ANNOUNCEMENT] Open ISOBUS File Server (FS) and Client Implementation
 2024-01-12 14:36 UTC 

[syzbot] [can?] memory leak in can_create (2)
 2024-01-11 12:23 UTC 

[PATCH v2] canxl: add virtual CAN network identifier support
 2024-01-07 17:21 UTC  (2+ messages)

[PATCH] canxl: add virtual CAN network identifier support
 2024-01-07 10:21 UTC  (4+ messages)

[PATCH] phy: phy-can-transceiver: insert space after include
 2023-12-21 17:15 UTC  (3+ messages)

[RFC] Questionable RCU/BH usage in cgw_create_job()
 2023-12-21 12:43 UTC  (6+ messages)

[PATCH v7 0/3] can: xilinx_can: Add ECC feature support
 2023-12-19  6:34 UTC  (2+ messages)

KASAN: use-after-free Read in j1939_session_get_by_addr
 2023-12-18 14:36 UTC  (2+ messages)
` [syzbot] "

[PATCH RESEND v1 0/7] MPFS clock fixes required for correct CAN clock modeling
 2023-12-14 13:20 UTC  (7+ messages)
` [PATCH RESEND v1 2/7] dt-bindings: can: mpfs: add missing required clock


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 read-only IMAP folder(s) and NNTP newsgroup(s).