aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/if_ptnet.c
Commit message (Expand)AuthorAgeFilesLines
* Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff2020-02-111-3/+4
* netmap: disable passthrough with no hypervisor supportVincenzo Maffione2020-01-131-0/+3
* tap: add support for virtio-net offloadsVincenzo Maffione2019-10-181-304/+6
* netmap: align if_ptnet to the changes introduced by r347233Vincenzo Maffione2019-05-171-12/+2
* netmap: refactor logging macros and pipesVincenzo Maffione2019-02-051-36/+19
* netmap: improvements to the netmap kloop (CSB mode)Vincenzo Maffione2019-01-231-3/+13
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-91/+75
* netmap and iflib drivers, silence unused var warningsMatt Macy2018-05-191-1/+1
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-1/+1
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-16/+18
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-0/+14
* netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione2018-04-041-77/+111
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-18/+11
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-3/+9
* add two missing files for the netmap importLuigi Rizzo2016-10-161-0/+2277