aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_generic.c
Commit message (Expand)AuthorAgeFilesLines
* netmap: Address errors on memory free in netmap_genericTom Jones2024-03-261-7/+22
* 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
* netmap: Fix queue stalls with generic interfacesMark Johnston2023-04-051-11/+47
* netmap: get rid of WNA() macroVincenzo Maffione2023-03-111-4/+0
* Mechanically convert netmap(4) to IfAPIJustin Hibbits2023-02-141-6/+6
* netmap: Try to count packet drops in emulated modeMark Johnston2023-01-231-0/+2
* netmap: Fix a queue length check in the generic port rx pathMark Johnston2023-01-231-1/+1
* netmap: drop compatibility FreeBSD codeVincenzo Maffione2022-12-241-4/+0
* netmap: several typo fixesVincenzo Maffione2021-04-021-1/+1
* netmap: add kernel support for the "offsets" featureVincenzo Maffione2021-03-291-1/+1
* netmap: enter NET_EPOCH on generic txsyncVincenzo Maffione2019-10-281-0/+9
* netmap: fix bug introduced by r349752Vincenzo Maffione2019-07-131-1/+2
* netmap: fix kernel pointer printing in netmap_generic.cVincenzo Maffione2019-07-041-2/+2
* netmap: refactor logging macros and pipesVincenzo Maffione2019-02-051-25/+2
* netmap: align codebase to the current upstream (760279cfb2730a585)Vincenzo Maffione2018-12-051-37/+35
* netmap: align codebase to the current upstream (sha 8374e1a7e6941)Vincenzo Maffione2018-10-231-115/+5
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-11/+11
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-3/+3
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-21/+24
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Shorten list of arguments to mbuf external storage freeing function.Gleb Smirnoff2017-10-091-2/+2
* Do not allow the use of the loopback interface in netmap.Luiz Otavio O Souza2017-07-211-0/+8
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-35/+34
* Unbreak the gcc build of netmap.Mark Johnston2017-02-141-9/+15
* Fix panic on mb_free_ext() due to NULL destructor.Sean Bruno2017-01-121-3/+3
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-20/+1
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-267/+669
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* Plug leak in m_unshare.Navdeep Parhar2016-03-261-1/+2
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-14/+16
* sync a comment with our internal repoLuigi Rizzo2014-11-101-1/+1
* Update to the current version of netmap.Luigi Rizzo2014-08-161-52/+70
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-4/+4
* change the netmap mbuf destructor so the same code works also on FreeBSD 9.Luigi Rizzo2014-06-101-9/+16
* better handling of netmap emulation over standard device drivers:Luigi Rizzo2014-06-061-12/+37
* move netmap_getna() to a freebsd-specific fileLuigi Rizzo2014-06-061-6/+0
* remove two debugging messages, align comments with the codeLuigi Rizzo2014-06-061-5/+12
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-0/+6
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-13/+28
* netmap_user.h:Luigi Rizzo2014-01-161-3/+12
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-522/+486
* split netmap code according to functions:Luigi Rizzo2013-12-151-0/+818