aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/virtio/network
Commit message (Expand)AuthorAgeFilesLines
* vtnet: fix TSO for TCP/IPv6Michael Tuexen2021-03-181-4/+4
* virtio: Reduce boilerplate for device driver module definitionsJessica Clarke2021-01-211-6/+2
* virtio: Handle possible failure of virtio_finalize_features()Bryan Venteicher2021-01-191-8/+17
* if_vtnet: Add counter for received host LROBryan Venteicher2021-01-192-0/+4
* if_vtnet: Misc Tx path cleanupBryan Venteicher2021-01-192-29/+41
* if_vtnet: Set lro_nsegs for host LRO packetsBryan Venteicher2021-01-191-0/+10
* if_vtnet: Resort softc fieldsBryan Venteicher2021-01-191-7/+7
* if_vtnet: Remove unnecessary TUNABLE_INTs because of CTLFLAG_RDTUNBryan Venteicher2021-01-191-15/+9
* if_vtnet: Schedule Rx task if pending items when enabling interruptBryan Venteicher2021-01-191-4/+10
* if_vtnet: Disable F_MTU feature if MTU is invalidBryan Venteicher2021-01-192-0/+15
* if_vtnet: Limit allocations of unused virtqueuesBryan Venteicher2021-01-191-13/+27
* if_vtnet: Rework 4be723f63 max multiqueue pairs checkBryan Venteicher2021-01-192-18/+32
* if_vtnet: Add support for software LROBryan Venteicher2021-01-192-24/+122
* if_vtnet: Set the interface max TSO valuesBryan Venteicher2021-01-191-1/+16
* if_vtnet: Add support for CTRL_GUEST_OFFLOADS featureBryan Venteicher2021-01-192-31/+127
* if_vtnet: Move ioctl handlers into separate functionsBryan Venteicher2021-01-191-62/+106
* if_vtnet: Cleanup the reinit processBryan Venteicher2021-01-192-46/+46
* if_vtnet: Cleanup the interface setup methodsBryan Venteicher2021-01-191-38/+21
* if_vtnet: Only set IFCAP_JUMBO_MTU when jumbo MTU is supportedBryan Venteicher2021-01-191-4/+7
* if_vtnet: Move the Tx interrupt threshold into the Txq structureBryan Venteicher2021-01-192-36/+33
* if_vtnet: Defer updating generated MAC address until attachedBryan Venteicher2021-01-191-23/+37
* if_vtnet: Remove at attach PROMISC handlingBryan Venteicher2021-01-191-25/+0
* if_vtnet: Support VIRTIO_NET_F_SPEED_DUPLEXBryan Venteicher2021-01-192-23/+39
* if_vtnet: Support VIRTIO_NET_F_MTUBryan Venteicher2021-01-192-5/+12
* if_vtnet: Rx path cleanupBryan Venteicher2021-01-192-311/+296
* if_vtnet: Add initial modern (V1) supportBryan Venteicher2021-01-193-352/+421
* Revert: virtio: Support non-legacy network device and queueBryan Venteicher2021-01-192-21/+10
* netmap: vtnet: enable/disable krings on any interface reinitVincenzo Maffione2021-01-101-0/+10
* virtio: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* if_vtnet: let vtnet_rx_vq_intr() and vtnet_rxq_tq_intr() share codeVincenzo Maffione2020-06-151-42/+14
* vtnet: Fix regression introduced in r361944Jessica Clarke2020-06-141-2/+3
* netmap: vtnet: fix races in vtnet_netmap_reg()Vincenzo Maffione2020-06-142-8/+29
* netmap: introduce netmap_kring_on()Vincenzo Maffione2020-06-111-8/+8
* virtio: Support non-legacy network device and queueJessica Clarke2020-06-082-8/+18
* netmap: vtnet: add vtnrx_nm_refill index to receive queuesVincenzo Maffione2020-06-031-0/+1
* netmap: vtnet: call netmap_rx_irq() under VQ lockVincenzo Maffione2020-06-031-4/+14
* netmap: vtnet: honor NM_IRQ_RESCHEDVincenzo Maffione2020-06-031-1/+22
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-3/+4
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-1/+2
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-1/+1
* Pacify gcc.Gleb Smirnoff2020-01-111-1/+1
* Add pfil(9) hook to vtnet(4).Gleb Smirnoff2020-01-102-1/+54
* vtnet: Pre-allocate debugnet data immediatelyKristof Provost2020-01-081-10/+12
* Convert to if_foreach_llmaddr() KPI.Gleb Smirnoff2019-10-211-41/+38
* tap: add support for virtio-net offloadsVincenzo Maffione2019-10-181-0/+293
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-12/+12
* virtio(4): Add PNP match metadata for virtio devicesConrad Meyer2019-06-041-7/+5
* Remove non-functional SCTP checksum offload support for virtio.Michael Tuexen2019-05-072-11/+2
* vtnet: fix typo in vtnet_free_taskqueuesVincenzo Maffione2019-01-291-1/+1
* vtnet: fix netmap supportVincenzo Maffione2018-11-142-34/+42