aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network/if_vtnetvar.h
Commit message (Expand)AuthorAgeFilesLines
* vtnet(4): Replaced compiletime checks for ALTQ support to runtime checksBjoern Jakobsen2025-04-281-4/+0
* vtnet(4): Added tunable hw.vtnet.altq_disableBjoern Jakobsen2025-04-281-1/+3
* vtnet(4): Small fix to style so that it follows the styleguideBjoern Jakobsen2025-04-281-1/+1
* vtnet: Account for the padding when selecting allocation sizeWarner Losh2024-02-051-1/+7
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert if_vtnet(4) to IfAPIJustin Hibbits2023-01-241-1/+1
* virtio: enable VTNET_LEGACY_TX when ALTQ is enabled.Luiz Otavio O Souza2021-07-291-0/+4
* if_vtnet: Fix pointer-sign and used parameter warningsAlex Richardson2021-02-221-3/+3
* if_vtnet: Add counter for received host LROBryan Venteicher2021-01-191-0/+1
* if_vtnet: Misc Tx path cleanupBryan Venteicher2021-01-191-2/+3
* if_vtnet: Resort softc fieldsBryan Venteicher2021-01-191-7/+7
* if_vtnet: Disable F_MTU feature if MTU is invalidBryan Venteicher2021-01-191-0/+1
* if_vtnet: Rework 4be723f63 max multiqueue pairs checkBryan Venteicher2021-01-191-1/+1
* if_vtnet: Add support for software LROBryan Venteicher2021-01-191-2/+11
* if_vtnet: Add support for CTRL_GUEST_OFFLOADS featureBryan Venteicher2021-01-191-0/+1
* if_vtnet: Cleanup the reinit processBryan Venteicher2021-01-191-0/+1
* if_vtnet: Move the Tx interrupt threshold into the Txq structureBryan Venteicher2021-01-191-1/+1
* if_vtnet: Support VIRTIO_NET_F_SPEED_DUPLEXBryan Venteicher2021-01-191-6/+1
* if_vtnet: Support VIRTIO_NET_F_MTUBryan Venteicher2021-01-191-0/+2
* if_vtnet: Rx path cleanupBryan Venteicher2021-01-191-27/+12
* if_vtnet: Add initial modern (V1) supportBryan Venteicher2021-01-191-18/+38
* Revert: virtio: Support non-legacy network device and queueBryan Venteicher2021-01-191-10/+4
* netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione2020-06-141-0/+6
* virtio: Support non-legacy network device and queueJessica Clarke2020-06-081-4/+10
* netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione2020-06-031-0/+1
* Add pfil(9) hook to vtnet(4).Gleb Smirnoff2020-01-101-0/+1
* Remove non-functional SCTP checksum offload support for virtio.Michael Tuexen2019-05-071-2/+2
* vtnet: fix netmap supportVincenzo Maffione2018-11-141-0/+6
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* vtnet: Support jumbo frames without TSO/GSOKristof Provost2017-07-291-1/+1
* Fix vtnet hang with max_virtqueue_pairs > VTNET_MAX_QUEUE_PAIRSSteven Hartland2016-08-111-0/+1
* Add softc flag for when the indirect descriptor feature was negotiatedBryan Venteicher2015-01-011-1/+2
* Rework when the Tx queue completion interrupt is enabledBryan Venteicher2014-07-101-0/+9
* - Remove two write-only local variablesBryan Venteicher2014-06-161-1/+0
* Use m_defrag() instead of m_collapse() to compact a long mbuf chainBryan Venteicher2014-02-021-1/+2
* Do not place the sglist used for Rx/Tx on the stackBryan Venteicher2014-02-021-3/+10
* Complete any pending Tx frames before attempting the next transmitBryan Venteicher2013-09-031-0/+1
* Import multiqueue VirtIO net driver from my user/bryanv/vtnetmq branchBryan Venteicher2013-09-011-66/+170
* Merge virtio changes from projects/virtioBryan Venteicher2013-07-041-1/+1
* Convert VirtIO to use ithreads instead of taskqueuesBryan Venteicher2013-07-041-5/+0
* Catch up with Bryan Venteicher's virtio Hg repo:Peter Grehan2011-12-061-0/+1
* Import virtio base, PCI front-end, and net/block/balloon drivers.Peter Grehan2011-11-181-0/+240