summaryrefslogtreecommitdiff
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-131-96/+283
* MFC r339639Vincenzo Maffione2018-12-041-1433/+432
* Revert r330897:Eitan Adler2018-03-291-3/+1
* Partial merge of the SPDX changesEitan Adler2018-03-141-1/+3
* 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