summaryrefslogtreecommitdiff
path: root/sys/dev/netmap/netmap_kern.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r343579, r344253Vincenzo Maffione2019-02-251-1/+7
* 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-131-131/+210
* MFC r339639Vincenzo Maffione2018-12-041-274/+956
* Revert r330897:Eitan Adler2018-03-291-3/+1
* Partial merge of the SPDX changesEitan Adler2018-03-141-1/+3
* Fix a crash in netmap when using the emulated mode.Luiz Otavio O Souza2017-01-251-5/+3
* 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
* mostly whitespace changes:Luigi Rizzo2013-04-191-12/+4
* control some debugging messages with dev.netmap.verboseLuigi Rizzo2013-01-231-0/+3
* add some definition and driver changes in preparation forLuigi Rizzo2013-01-171-0/+5
* This is an import of code, mostly from Giuseppe Lettieri,Luigi Rizzo2012-10-191-11/+63
* Clarify comments about number of tx / rx ringsEd Maste2012-08-081-2/+2
* fix some signed/unsigned warnings in the netmap code.Luigi Rizzo2012-08-021-1/+1
* remove a redundant MALLOC_DECLARELuigi Rizzo2012-07-311-4/+0
* remove unused definition, whitespace cleanupLuigi Rizzo2012-07-271-9/+6
* Add support for VALE bridges to the netmap core, seeLuigi Rizzo2012-07-261-2/+83
* A bit of cleanup in the names of fields of netmap-related structures.Luigi Rizzo2012-04-131-12/+34
* Some code restructuring to bring the memory allocator out of netmap.cLuigi Rizzo2012-04-121-8/+4
* A bunch of netmap fixes:Luigi Rizzo2012-02-271-43/+34
* (This commit only touches code within the DEV_NETMAP blocks)Luigi Rizzo2012-02-151-0/+52
* - use struct ifnet as explicit type of the argument to theLuigi Rizzo2012-02-131-13/+42
* - change the buffer size from a constant to aLuigi Rizzo2012-02-081-9/+3