aboutsummaryrefslogtreecommitdiff
path: root/sys/net/netmap_user.h
Commit message (Expand)AuthorAgeFilesLines
* netmap: fix constness warnings generated by "-Wcast-qual"Vincenzo Maffione2020-10-031-5/+7
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-11/+0
* netmap: check if we already ran mmap before we attempt itVincenzo Maffione2019-11-191-1/+2
* netmap: fix build issue in netmap_user.hVincenzo Maffione2019-10-311-1/+1
* netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione2019-09-011-2/+2
* netmap: add support for multiple host ringsVincenzo Maffione2019-03-181-49/+51
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-6/+25
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-231-6/+21
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-233/+53
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-75/+285
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Update netmap_user.h with the current version of netmap. This file shouldLuiz Otavio O Souza2017-07-211-12/+34
* remove trailing whitespace. No code changes.Luigi Rizzo2016-10-181-9/+9
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-41/+381
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-46/+109
* return kernel-supplied error if available.Luigi Rizzo2014-11-101-2/+3
* Update to the current version of netmap.Luigi Rizzo2014-08-161-11/+11
* misc bugfixes:Luigi Rizzo2014-06-061-4/+7
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-051-2/+2
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-86/+268
* forgot to update this file in 2607000Luigi Rizzo2014-01-171-42/+88
* use explicit casts with void* to compile when included by C++ codeLuigi Rizzo2014-01-111-3/+6
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-36/+153
* split netmap code according to functions:Luigi Rizzo2013-12-151-23/+257
* clarify usage of NETMAP_BUFLuigi Rizzo2013-05-301-2/+2
* remove $Id$ (whitespace change)Luigi Rizzo2013-04-301-1/+0
* Cast through void * to silence compiler warningEd Maste2012-10-031-7/+8
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-131-1/+1
* - remove an extra parenthesis in a closing brace;Luigi Rizzo2012-03-111-1/+6
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-10/+8
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-7/+1
* Bring in support for netmap, a framework for very efficient packetLuigi Rizzo2011-11-171-0/+98