summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_generic.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
2023-02-01netmap: Fix a queue length check in the generic port rx pathMark Johnston
2022-12-31netmap: several typo fixesVincenzo Maffione
2022-12-31netmap: drop compatibility FreeBSD codeVincenzo Maffione
2019-10-28netmap: enter NET_EPOCH on generic txsyncVincenzo Maffione
2019-07-13netmap: fix bug introduced by r349752Vincenzo Maffione
2019-07-04netmap: fix kernel pointer printing in netmap_generic.cVincenzo 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-10-09Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff
2017-07-21Do not allow the use of the loopback interface in netmap.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-14Unbreak the gcc build of netmap.Mark Johnston
2017-01-12Fix panic on mb_free_ext() due to NULL destructor.Sean Bruno
2016-10-18remove stale and unused code from various filesLuigi Rizzo
2016-10-16Import the current version of netmap, aligned with the one on github.Luigi Rizzo
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-03-26Plug leak in m_unshare.Navdeep Parhar
2015-07-10Sync netmap sources with the version in our private tree.Luigi Rizzo
2014-11-10sync a comment with our internal repoLuigi Rizzo
2014-08-16Update to the current version of netmap.Luigi Rizzo
2014-07-11Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff
2014-06-10change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo
2014-06-06better handling of netmap emulation over standard device drivers:Luigi Rizzo
2014-06-06move netmap_getna() to a freebsd-specific fileLuigi Rizzo
2014-06-06remove two debugging messages, align comments with the codeLuigi Rizzo
2014-06-02Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar
2014-02-15This new version of netmap brings you the following:Luigi Rizzo
2014-01-16netmap_user.h:Luigi 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