summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_mem2.c
AgeCommit message (Expand)Author
2025-12-14netmap: Let memory allocator parameters be settable via loader.confMark Johnston
2024-10-14netmap: Make memory pools NUMA-awareMark Johnston
2024-09-19netmap: Make the memory ops function pointer table constMark Johnston
2024-07-26Deprecate contigfree(9) in favour of free(9)Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-02-14Mechanically convert netmap(4) to IfAPIJustin Hibbits
2022-03-06netmap: fix refcount bug in netmap allocatorVincenzo Maffione
2021-09-26netmap: fix uint32_t overflow in pool size calculationVincenzo Maffione
2021-08-22netmap: import changes from upstreamVincenzo Maffione
2021-04-11netmap: don't use linux type struct device *Vincenzo Maffione
2021-04-02netmap: several typo fixesVincenzo Maffione
2021-03-29netmap: add kernel support for the "offsets" featureVincenzo Maffione
2020-10-22netmap: fix mutex double unlock bugVincenzo Maffione
2020-01-26netmap_mem_unmap: fix NULL pointer dereferenceVincenzo Maffione
2019-10-20netmap: minor misc improvementsVincenzo Maffione
2019-09-01netmap: import changes from upstream (SHA 137f537eae513)Vincenzo Maffione
2019-07-04netmap: Remove pointer leakage in netmap_mem2.cVincenzo Maffione
2019-03-18netmap: add support for multiple host ringsVincenzo Maffione
2019-02-05netmap: refactor logging macros and pipesVincenzo 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-05-18netmap: pull fix for 32-bit support from upstreamMatt Macy
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/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-07-21Restore the changes done in r313982: Replace zero with NULL for pointers.Luiz Otavio O Souza
2017-06-12Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza
2017-02-20sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni
2016-10-27Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo
2016-10-21netmap: fix kernel build on GCC-using architecturesEd Maste
2016-10-16Import the current version of netmap, aligned with the one on github.Luigi Rizzo
2016-08-09Consistently use `device_t`Jean-Sébastien Pédron
2015-07-10Sync netmap sources with the version in our private tree.Luigi Rizzo
2015-05-15When a netmap process terminates without the full set of buffers itPatrick Kelsey
2014-08-16Update to the current version of netmap.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-10sync with our internal repo - small change in debugging messagesLuigi 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-11-01update to the latest netmap snapshot.Luigi Rizzo
2013-05-10another minor bugfix in the memory allocator, this time in the free routine.Luigi Rizzo
2013-05-02remove trailing whitespaceLuigi Rizzo
2013-04-29whitespace - document alternative locking under linuxLuigi Rizzo
2013-04-29whitespace changes:Luigi Rizzo
2013-04-19mostly whitespace changes:Luigi Rizzo
2013-04-15fix a bug in the computation of the userspace offset for a give netmap buffer.Luigi Rizzo
2013-01-23control some debugging messages with dev.netmap.verboseLuigi Rizzo
2012-10-19Use M_NOWAIT when calling malloc with a lock held.Ed Maste