freebsd-dev/sys/dev/virtio
Michael Tuexen 53236f905d if_vtnet: improve dumping a kernel
Disable software LRO during kernel dumping, because having it enabled
requires to be in a network epoch, which might or might not be the
case depending on the code path resulting in the panic.

Reviewed by:		markj
MFC after:		3 days
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D34787
2022-04-19 00:40:31 +02:00
..
balloon virtio: Use __diagused for variables only used in KASSERT(). 2022-04-13 16:08:19 -07:00
block virtio: Add KMSAN hooks for network and block devices 2021-08-11 16:41:38 -04:00
console virtio console: plug set-but-not-used vars 2021-12-14 14:14:34 +00:00
mmio Add missing const after 6c4f95161d 2021-10-11 13:20:56 +01:00
network if_vtnet: improve dumping a kernel 2022-04-19 00:40:31 +02:00
pci vtpci_legacy_register_msix: eliminate write only variable dev 2022-04-04 22:30:42 -06:00
random virtio_random(8): avoid deadlock at shutdown time 2022-03-16 11:41:51 +07:00
scsi virtio: Use __diagused for variables only used in KASSERT(). 2022-04-13 16:08:19 -07:00
virtio_bus_if.m virtio: make the write_config buffer argument const 2021-10-11 11:52:18 +01:00
virtio_config.h
virtio_endian.h bhyve: virtio shares definitions between sys/dev/virtio 2021-03-16 19:29:39 +08:00
virtio_ids.h
virtio_if.m
virtio_ring.h
virtio.c virtio: make the write_config buffer argument const 2021-10-11 11:52:18 +01:00
virtio.h virtio: make the write_config buffer argument const 2021-10-11 11:52:18 +01:00
virtqueue.c Add SDT probes virtqueue::enqueue_segments:{entry,return} 2021-08-27 13:08:59 -04:00
virtqueue.h virtio: Add modern (v1) virtqueue support 2021-01-19 04:55:23 +00:00