summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_vale.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Mechanically convert netmap(4) to IfAPIJustin Hibbits2023-02-141-7/+7
* netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione2022-03-061-4/+9
* netmap: several typo fixesVincenzo Maffione2021-04-021-2/+2
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-291-156/+35
* netmap: vale: fix disabled logsVincenzo Maffione2020-06-031-2/+2
* netmap: refactor logging macros and pipesVincenzo Maffione2019-02-051-25/+26
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-96/+283
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-231-1957/+215
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-72/+80
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-352/+579
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-67/+135
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-72/+159
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-1/+1
* remove trailing whitespace. No code changes.Luigi Rizzo2016-10-181-2/+2
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-157/+508
* properly destroy persistent vale portsLuigi Rizzo2015-07-191-12/+6
* staticize functions only used in netmap.cLuigi Rizzo2015-07-101-2/+0
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-176/+174
* Update to the current version of netmap.Luigi Rizzo2014-08-161-247/+567
* rate limit some error messagesLuigi Rizzo2014-06-061-1/+1
* add checks for invalid buffer pointers and lengthsLuigi Rizzo2014-06-061-0/+14
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-051-1/+1
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-132/+149
* netmap_user.h:Luigi Rizzo2014-01-161-6/+9
* Fix netmap emulation when NICs attached to a VALE switch have a differentLuigi Rizzo2014-01-101-3/+6
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-169/+268
* fix the build using __builtin_prefetch() instead of redefining prefetch()Luigi Rizzo2013-12-161-3/+1
* split netmap code according to functions:Luigi Rizzo2013-12-151-0/+1983