aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_vale.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r343772, r343867Vincenzo Maffione2019-02-121-25/+26
* MFC r341516, r341589Vincenzo Maffione2018-12-111-96/+283
* MFC r339639:Vincenzo Maffione2018-10-301-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