summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/if_ptnet.c
AgeCommit message (Expand)Author
2025-08-21vtnet, ptnet: include opt_*.h files earlyMichael Tuexen
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-02-14Mechanically convert netmap(4) to IfAPIJustin Hibbits
2022-12-24netmap: drop compatibility FreeBSD codeVincenzo Maffione
2022-05-10netmap: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-02-11Use NET_TASK_INIT() and NET_GROUPTASK_INIT() for drivers that processGleb Smirnoff
2020-01-13netmap: disable passthrough with no hypervisor supportVincenzo Maffione
2019-10-18tap: add support for virtio-net offloadsVincenzo Maffione
2019-05-17netmap: align if_ptnet to the changes introduced by r347233Vincenzo Maffione
2019-02-05netmap: refactor logging macros and pipesVincenzo Maffione
2019-01-23netmap: improvements to the netmap kloop (CSB mode)Vincenzo Maffione
2018-12-05netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione
2018-05-19netmap and iflib drivers, silence unused var warningsMatt Macy
2018-05-18netmap: pull fix for 32-bit support from upstreamMatt Macy
2018-04-12netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione
2018-04-09netmap: align codebase to upstream version v11.4Vincenzo Maffione
2018-04-04netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione
2018-01-21Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni
2018-01-13dev: make some use of mallocarray(9).Pedro F. Giffuni
2016-10-27Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo
2016-10-18remove stale and unused code from various filesLuigi Rizzo
2016-10-16add two missing files for the netmap importLuigi Rizzo