aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* Revert "vtnet: move offload functions to virtio_net.h to share them"Michael Tuexen3 days2-233/+453
* vtnet: move offload functions to virtio_net.h to share themTimo Völker6 days2-453/+233
* vtnet: Accept VIRTIO_NET_F_CTRL_RX_EXTRAFaraz Vahedi2026-07-211-0/+1
* vtnet: Implement VIRTIO_NET_F_GUEST_ANNOUNCEFaraz Vahedi2026-07-212-0/+90
* vtnet: Retry feature negotiation without offloadsFaraz Vahedi2026-07-212-2/+30
* virtio_net: Use bus_dma for command/ack buffersSarah Walker2026-06-182-65/+291
* virtio_net: Use bus_dma for rxq/txq buffersSarah Walker2026-06-182-17/+291
* Revert "virtio_net: Use bus_dma for rxq/txq buffers"Andrew Turner2026-05-052-268/+17
* Revert "virtio_net: Use bus_dma for command/ack buffers"Andrew Turner2026-05-052-284/+58
* virtio_net: Use bus_dma for command/ack buffersSarah Walker2026-04-272-58/+284
* virtio_net: Use bus_dma for rxq/txq buffersSarah Walker2026-04-272-17/+268
* vtnet: remove loader tunable fixup_needs_csumTimo Völker2026-04-261-66/+12
* vtnet: remove M_HASHTYPE when there is only one pair of rx/tx queueCheng Cui2026-01-281-2/+10
* vtnet: improve consistencyMichael Tuexen2025-12-191-8/+6
* vtnet: expose features via sysctl treeMichael Tuexen2025-12-192-0/+26
* vtnet: expose flags via sysctl treeMichael Tuexen2025-12-182-0/+25
* vtnet: define flags in a consistent wayMichael Tuexen2025-12-181-23/+23
* vtnet: fix enabling/disabling tsoMichael Tuexen2025-11-101-4/+24
* vtnet: don't provide VIRTIO_NET_HDR_F_DATA_VALIDMichael Tuexen2025-11-101-6/+1
* vtnet: disable hardware TCP LRO by defaultMichael Tuexen2025-09-301-1/+1
* vtnet: improve control of transmit offloadingMichael Tuexen2025-09-281-4/+12
* vtnet: improve interface capability handlingMichael Tuexen2025-09-261-20/+11
* vtnet: fix compilation for NOIP configsMichael Tuexen2025-09-081-0/+9
* vtnet: improve checksum offloadingTimo Völker2025-09-082-109/+113
* Revert "vtnet: improve checksum offloading"Michael Tuexen2025-09-082-113/+109
* Revert "vtnet: fix compilation for NOIP configs"Michael Tuexen2025-09-081-9/+0
* vtnet: fix compilation for NOIP configsMichael Tuexen2025-09-061-0/+9
* vtnet: Prefer "hardware" accounting for the multicast and total number of oct...Joyu Liao2025-09-041-6/+2
* vtnet: Do "hardware" accounting for the total number of received octetsJoyu Liao2025-09-041-0/+3
* vtnet: improve checksum offloadingMichael Tuexen2025-09-042-109/+113
* vtnet: Do not compare boolean with integerZhenlei Huang2025-08-281-2/+2
* vtnet: mark statistic counters with CTLFLAG_STATSMichael Tuexen2025-08-281-28/+42
* vtnet: fix computation of sysctl variablesMichael Tuexen2025-08-281-14/+117
* vtnet, ptnet: include opt_*.h files earlyMichael Tuexen2025-08-211-3/+3
* vtnet(4): Replaced compiletime checks for ALTQ support to runtime checksBjoern Jakobsen2025-04-282-56/+47
* vtnet(4): Added tunable hw.vtnet.altq_disableBjoern Jakobsen2025-04-282-1/+16
* vtnet(4): Small fix to style so that it follows the styleguideBjoern Jakobsen2025-04-282-5/+5
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-292-2/+2
* net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang2024-06-281-13/+3
* vtnet: use CURVNET_SET() instead of CURVNET_SET_QUIET()Gleb Smirnoff2024-04-181-1/+1
* vtnet: set VNET context in RX handlerGleb Smirnoff2024-03-281-0/+2
* vtnet: Avoid ifdefs based on __NO_STRICT_ALIGNMENTWarner Losh2024-02-051-12/+12
* vtnet: Account for the padding when selecting allocation sizeWarner Losh2024-02-052-1/+16
* vtnet: Adjust for ethernet alignment.Warner Losh2024-01-291-0/+21
* virtio(4): Fix a typo in a source code commentGordon Bergling2024-01-221-1/+1
* Revert "vtnet: Adjust rx buffer so IP header 32-bit aligned"Warner Losh2023-12-281-1/+1
* Revert "vtnet: Better adjust for ethernet alignment."Warner Losh2023-12-281-28/+3
* vtnet: Better adjust for ethernet alignment.Warner Losh2023-12-281-3/+28
* vtnet: Adjust rx buffer so IP header 32-bit alignedWarner Losh2023-12-211-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0