summaryrefslogtreecommitdiff
path: root/sys/net/netmap_user.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-03-06netmap: fix refcount bug in netmap allocatorVincenzo Maffione
2021-08-22netmap: import changes from upstreamVincenzo Maffione
2021-04-02netmap: restore commit a56e6334d1b7ed6e6faaa8b4612d948005ba74f5Vincenzo Maffione
2021-04-02netmap: several typo fixesVincenzo Maffione
2021-03-29netmap: add kernel support for the "offsets" featureVincenzo Maffione
2020-10-03netmap: fix constness warnings generated by "-Wcast-qual"Vincenzo Maffione
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2019-11-19netmap: check if we already ran mmap before we attempt itVincenzo Maffione
2019-10-31netmap: fix build issue in netmap_user.hVincenzo Maffione
2019-09-01netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione
2019-03-18netmap: add support for multiple host ringsVincenzo 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-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: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-21Update netmap_user.h with the current version of netmap. This file shouldLuiz Otavio O Souza
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-10Sync netmap sources with the version in our private tree.Luigi Rizzo
2014-11-10return kernel-supplied error if available.Luigi Rizzo
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-06-06misc bugfixes:Luigi Rizzo
2014-06-05whitespace change: remove trailing whitespaceLuigi Rizzo
2014-02-15This new version of netmap brings you the following:Luigi Rizzo
2014-01-17forgot to update this file in 2607000Luigi Rizzo
2014-01-11use explicit casts with void* to compile when included by C++ codeLuigi Rizzo
2014-01-06It is 2014 and we have a new version of netmap.Luigi Rizzo
2013-12-15split netmap code according to functions:Luigi Rizzo
2013-05-30clarify usage of NETMAP_BUFLuigi Rizzo
2013-04-30remove $Id$ (whitespace change)Luigi Rizzo
2012-10-03Cast through void * to silence compiler warningEd Maste
2012-04-13A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo
2012-03-11- remove an extra parenthesis in a closing brace;Luigi Rizzo
2012-02-27A bunch of netmap fixes:Luigi Rizzo
2012-02-08- change the buffer size from a constant to aLuigi Rizzo
2011-11-17Bring in support for netmap, a framework for very efficient packetLuigi Rizzo