<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/net/can/virtio_can.c, branch master</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>can: virtio: Add virtio CAN driver</title>
<updated>2026-06-10T06:17:00+00:00</updated>
<author>
<name>Matias Ezequiel Vara Larsen</name>
<email>mvaralar@redhat.com</email>
</author>
<published>2026-05-26T16:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=083082a4e6d8311c91ac7e1d59426514c5e1c04b'/>
<id>083082a4e6d8311c91ac7e1d59426514c5e1c04b</id>
<content type='text'>
Add virtio CAN driver based on Virtio 1.4 specification (see
https://github.com/oasis-tcs/virtio-spec/tree/virtio-1.4). The driver
implements a complete CAN bus interface over Virtio transport,
supporting both CAN Classic and CAN-FD Ids. In term of frames, it
supports classic and CAN FD. RTR frames are only supported with classic
CAN.

Usage:
- "ip link set up can0" - start controller
- "ip link set down can0" - stop controller
- "candump can0" - receive frames
- "cansend can0 123#DEADBEEF" - send frames

Signed-off-by: Harald Mommer &lt;harald.mommer@oss.qualcomm.com&gt;
Co-developed-by: Harald Mommer &lt;harald.mommer@oss.qualcomm.com&gt;
Signed-off-by: Mikhail Golubev-Ciuchea &lt;mikhail.golubev-ciuchea@oss.qualcomm.com&gt;
Co-developed-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;
Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;
Cc: Damir Shaikhutdinov &lt;Damir.Shaikhutdinov@opensynergy.com&gt;
Reviewed-by: Francesco Valla &lt;francesco@valla.it&gt;
Tested-by: Francesco Valla &lt;francesco@valla.it&gt;
Signed-off-by: Matias Ezequiel Vara Larsen &lt;mvaralar@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Message-ID: &lt;ahXNb+KzuHYbS24+@fedora&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add virtio CAN driver based on Virtio 1.4 specification (see
https://github.com/oasis-tcs/virtio-spec/tree/virtio-1.4). The driver
implements a complete CAN bus interface over Virtio transport,
supporting both CAN Classic and CAN-FD Ids. In term of frames, it
supports classic and CAN FD. RTR frames are only supported with classic
CAN.

Usage:
- "ip link set up can0" - start controller
- "ip link set down can0" - stop controller
- "candump can0" - receive frames
- "cansend can0 123#DEADBEEF" - send frames

Signed-off-by: Harald Mommer &lt;harald.mommer@oss.qualcomm.com&gt;
Co-developed-by: Harald Mommer &lt;harald.mommer@oss.qualcomm.com&gt;
Signed-off-by: Mikhail Golubev-Ciuchea &lt;mikhail.golubev-ciuchea@oss.qualcomm.com&gt;
Co-developed-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;
Signed-off-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;
Cc: Damir Shaikhutdinov &lt;Damir.Shaikhutdinov@opensynergy.com&gt;
Reviewed-by: Francesco Valla &lt;francesco@valla.it&gt;
Tested-by: Francesco Valla &lt;francesco@valla.it&gt;
Signed-off-by: Matias Ezequiel Vara Larsen &lt;mvaralar@redhat.com&gt;
Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;
Message-ID: &lt;ahXNb+KzuHYbS24+@fedora&gt;
</pre>
</div>
</content>
</entry>
</feed>
