aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
Commit message (Expand)AuthorAgeFilesLines
* netmap: add a tunable for the maximum number of VALE switchesVincenzo Maffione2022-03-201-1/+3
* netmap: simplify parameter passingVincenzo Maffione2021-01-311-3/+2
* MFC r362076Vincenzo Maffione2020-06-181-0/+18
* MFC r357663Vincenzo Maffione2020-02-151-2/+0
* MFC r356704Vincenzo Maffione2020-01-161-1/+0
* MFC r351657Vincenzo Maffione2019-09-151-2/+1
* MFC r344253Vincenzo Maffione2019-02-251-0/+3
* MFC r343579Vincenzo Maffione2019-02-131-1/+4
* MFC r343772, r343867Vincenzo Maffione2019-02-121-12/+15
* MFC r343689Vincenzo Maffione2019-02-071-0/+9
* MFC r343346Vincenzo Maffione2019-02-061-50/+3
* MFC r343344Vincenzo Maffione2019-02-061-1/+0
* MFC r342300Vincenzo Maffione2018-12-241-0/+1
* MFC r341516, r341589Vincenzo Maffione2018-12-111-131/+210
* MFC r339639:Vincenzo Maffione2018-10-301-98/+229
* netmap: pull fix for 32-bit support from upstreamMatt Macy2018-05-181-4/+4
* netmap: align codebase to the current upstream (commit id 3fb001303718146)Vincenzo Maffione2018-04-121-53/+102
* netmap: align codebase to upstream version v11.4Vincenzo Maffione2018-04-091-92/+116
* netmap: align if_ptnet guest driver to the upstream code (commit 0e15788)Vincenzo Maffione2018-04-041-9/+12
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-1/+3
* Update the current version of netmap to bring it in sync with the githubLuiz Otavio O Souza2017-06-121-29/+88
* Various fixes for ptnet/ptnetmap (passthrough of netmap ports). In detail:Luigi Rizzo2016-10-271-6/+5
* remove stale and unused code from various filesLuigi Rizzo2016-10-181-3/+2
* Restore svn r306772 that was overwritten by netmap import at svn r307394Sean Bruno2016-10-181-0/+1
* Import the current version of netmap, aligned with the one on github.Luigi Rizzo2016-10-161-122/+536
* Move netmap selinfo.h in to sensible location.Sean Bruno2016-10-061-0/+1
* add a use count so the netmap module cannot be unloaded while in use.Luigi Rizzo2015-07-191-0/+1
* small documentation updateLuigi Rizzo2015-07-191-3/+4
* staticize functions only used in netmap.cLuigi Rizzo2015-07-101-38/+13
* Sync netmap sources with the version in our private tree.Luigi Rizzo2015-07-101-148/+202
* add support for private knote lock (reduces lock contention),Luigi Rizzo2014-11-131-1/+8
* in the Linux section, properly define the NMG_LOCK type.Luigi Rizzo2014-11-111-7/+21
* fix a typoLuigi Rizzo2014-11-101-1/+1
* adapt the code to different freebsd versions.Luigi Rizzo2014-09-251-3/+6
* Provide pointer from struct ifnet to struct netmap_adapter,Gleb Smirnoff2014-08-311-1/+1
* Change netmap's global lock to sx instead of a mutex.Navdeep Parhar2014-08-201-7/+7
* Update to the current version of netmap.Luigi Rizzo2014-08-161-88/+328
* sync the code with the one in stable/10Luigi Rizzo2014-06-091-1/+3
* align comments with the ones in our development trunkLuigi Rizzo2014-06-061-7/+6
* whitespace change: remove trailing whitespaceLuigi Rizzo2014-06-051-2/+2
* Introduce a procedural interface to the ifnet structure. The newMarcel Moolenaar2014-06-021-1/+1
* This new version of netmap brings you the following:Luigi Rizzo2014-02-151-22/+205
* fix use after free when releasing a netmap adapter.Luigi Rizzo2014-01-071-2/+2
* It is 2014 and we have a new version of netmap.Luigi Rizzo2014-01-061-215/+273
* fix the build using __builtin_prefetch() instead of redefining prefetch()Luigi Rizzo2013-12-161-1/+0
* split netmap code according to functions:Luigi Rizzo2013-12-151-83/+513
* update to the latest netmap snapshot.Luigi Rizzo2013-11-011-41/+230
* Bring in a number of new features, mostly implemented by Michio Honda:Luigi Rizzo2013-05-301-2/+36
* Partial cleanup in preparation for upcoming changes:Luigi Rizzo2013-04-301-5/+17
* whitespace changes:Luigi Rizzo2013-04-291-3/+8