summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_vale.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14Mechanically convert netmap(4) to IfAPIJustin Hibbits
2022-03-06netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione
2021-04-02netmap: several typo fixesVincenzo Maffione
2021-03-29netmap: add kernel support for the "offsets" featureVincenzo Maffione
2020-06-03netmap: vale: fix disabled logsVincenzo Maffione
2019-02-05netmap: refactor logging macros and pipesVincenzo Maffione
2018-12-05netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione
2018-10-23netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione
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
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-12Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza
2016-10-27Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo
2016-10-18remove trailing whitespace. No code changes.Luigi Rizzo
2016-10-16Import the current version of netmap, aligned with the one on github.Luigi Rizzo
2015-07-19properly destroy persistent vale portsLuigi Rizzo
2015-07-10staticize functions only used in netmap.cLuigi Rizzo
2015-07-10Sync netmap sources with the version in our private tree.Luigi Rizzo
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-06-06rate limit some error messagesLuigi Rizzo
2014-06-06add checks for invalid buffer pointers and lengthsLuigi Rizzo
2014-06-05whitespace change: remove trailing whitespaceLuigi Rizzo
2014-02-15This new version of netmap brings you the following:Luigi Rizzo
2014-01-16netmap_user.h:Luigi Rizzo
2014-01-10Fix netmap emulation when NICs attached to a VALE switch have a differentLuigi Rizzo
2014-01-06It is 2014 and we have a new version of netmap.Luigi Rizzo
2013-12-16fix the build using __builtin_prefetch() instead of redefining prefetch()Luigi Rizzo
2013-12-15split netmap code according to functions:Luigi Rizzo