aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio: remove virtio_alloc_virtqueues' flags argMina Galić2023-09-181-10/+2
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* vtnet: allow IFF_ALLMULTI to be set without VIRTIO_NET_F_CTRL_RXKristof Provost2023-08-111-2/+5
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-122-2/+2
* net: replace IFF_KNOWSEPOCH with IFF_NEEDSEPOCHGleb Smirnoff2023-04-171-2/+1
* net: use pfil_mbuf_{in,out} where we always have an mbufGleb Smirnoff2023-02-141-5/+1
* Mechanically convert if_vtnet(4) to IfAPIJustin Hibbits2023-01-242-169/+167
* virtio: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-4/+1
* if_vtnet: improve dumping a kernelMichael Tuexen2022-04-181-1/+20
* vtnet: offset is only used for INET or INET6.John Baldwin2022-04-131-0/+6
* if_vtnet(4): Restore the ability to set promisc mode.Aleksandr Fedorov2022-02-051-3/+7
* vtnet: Mark MRG_RXBUF headers as initialized before loading fieldsMark Johnston2022-01-201-0/+1
* vtnet: don't leak pfil(9) data on detachGleb Smirnoff2022-01-051-0/+5
* virtio: plug some of set-but-not-used varsMateusz Guzik2021-12-141-0/+6
* vtnet: plug set-but-not-used varsMateusz Guzik2021-12-141-5/+5
* virtio: Add KMSAN hooks for network and block devicesMark Johnston2021-08-111-1/+4