summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_mem2.c
AgeCommit message (Expand)Author
2023-08-23sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-25spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-12-31netmap: several typo fixesVincenzo Maffione
2021-04-19netmap: don't use linux type struct device *Vincenzo 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
2012-10-19This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo
2012-10-17Avoid panic when a netmap instance cannot obtain memory.Ed Maste
2012-07-30- move the inclusion of netmap headers to the common part of the code;Luigi Rizzo
2012-07-26Add support for VALE bridges to the netmap core, seeLuigi Rizzo
2012-04-14i prefer this fix for the -Wformat warning (just one cast,Luigi Rizzo
2012-04-14Make compile on 64bit somehow for now after a first try at r234242 onBjoern A. Zeeb
2012-04-13fix build with -Wformat -Wmissing-prototypesLuigi Rizzo
2012-04-13add the new memory allocator for netmap, which allocates memoryLuigi Rizzo