aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_mem2.c
Commit message (Expand)AuthorAgeFilesLines
* netmap: Make memory pools NUMA-awareMark Johnston2024-10-281-19/+37
* netmap: Make the memory ops function pointer table constMark Johnston2024-10-041-4/+4
* 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: fix refcount bug in netmap allocatorVincenzo Maffione2022-03-061-1/+1
* netmap: fix uint32_t overflow in pool size calculationVincenzo Maffione2021-09-261-1/+1
* netmap: import changes from upstreamVincenzo Maffione2021-08-221-3/+4
* netmap: don't use linux type struct device *Vincenzo Maffione2021-04-111-2/+2
* netmap: several typo fixesVincenzo Maffione2021-04-021-5/+5
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-291-96/+209
* netmap: fix mutex double unlock bugVincenzo Maffione2020-10-221-1/+0
* netmap_mem_unmap: fix NULL pointer dereferenceVincenzo Maffione2020-01-261-1/+2
* netmap: minor misc improvementsVincenzo Maffione2019-10-201-2/+2
* netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione2019-09-011-16/+17
* netmap: Remove pointer leakage in netmap_mem2.cVincenzo Maffione2019-07-041-2/+2
* netmap: add support for multiple host ringsVincenzo Maffione2019-03-181-0/+4
* netmap: refactor logging macros and pipesVincenzo Maffione2019-02-051-31/+31
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-68/+85
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-231-6/+6
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-22/+28
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-313/+251
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-137/+621
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Restore the changes done in r313982: Replace zero with NULL for pointers.Luiz Otavio O Souza2017-07-211-1/+1
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-188/+194
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-164/+105
* netmap: fix kernel build on GCC-using architecturesEd Maste2016-10-211-1/+1
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-56/+876
* Consistently use `device_t`Jean-Sébastien Pédron2016-08-091-2/+2
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-260/+293
* When a netmap process terminates without the full set of buffers itPatrick Kelsey2015-05-151-16/+67
* Update to the current version of netmap.Luigi Rizzo2014-08-161-37/+214
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-051-1/+1
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-74/+308
* sync with our internal repo - small change in debugging messagesLuigi Rizzo2014-01-101-4/+3
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-8/+12
* split netmap code according to functions:Luigi Rizzo2013-12-151-171/+121
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-317/+533
* another minor bugfix in the memory allocator, this time in the free routine.Luigi Rizzo2013-05-101-1/+1
* remove trailing whitespaceLuigi Rizzo2013-05-021-4/+4
* whitespace - document alternative locking under linuxLuigi Rizzo2013-04-291-0/+2
* whitespace changes:Luigi Rizzo2013-04-291-1/+0
* mostly whitespace changes:Luigi Rizzo2013-04-191-28/+27
* fix a bug in the computation of the userspace offset for a give netmap buffer.Luigi Rizzo2013-04-151-1/+1
* control some debugging messages with dev.netmap.verboseLuigi Rizzo2013-01-231-11/+34
* Use M_NOWAIT when calling malloc with a lock held.Ed Maste2012-10-191-2/+2
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-191-194/+423
* Avoid panic when a netmap instance cannot obtain memory.Ed Maste2012-10-171-1/+2