summaryrefslogtreecommitdiffstats
path: root/sys/dev/netmap/netmap_kern.h
Commit message (Expand)AuthorAgeFilesLines
* add a use count so the netmap module cannot be unloaded while in use.luigi2015-07-191-0/+1
* small documentation updateluigi2015-07-191-3/+4
* staticize functions only used in netmap.cluigi2015-07-101-38/+13
* Sync netmap sources with the version in our private tree.luigi2015-07-101-148/+202
* add support for private knote lock (reduces lock contention),luigi2014-11-131-1/+8
* in the Linux section, properly define the NMG_LOCK type.luigi2014-11-111-7/+21
* fix a typoluigi2014-11-101-1/+1
* adapt the code to different freebsd versions.luigi2014-09-251-3/+6
* Provide pointer from struct ifnet to struct netmap_adapter,glebius2014-08-311-1/+1
* Change netmap's global lock to sx instead of a mutex.np2014-08-201-7/+7
* Update to the current version of netmap.luigi2014-08-161-88/+328
* sync the code with the one in stable/10luigi2014-06-091-1/+3
* align comments with the ones in our development trunkluigi2014-06-061-7/+6
* whitespace change: remove trailing whitespaceluigi2014-06-051-2/+2
* Introduce a procedural interface to the ifnet structure. The newmarcel2014-06-021-1/+1
* This new version of netmap brings you the following:luigi2014-02-151-22/+205
* fix use after free when releasing a netmap adapter.luigi2014-01-071-2/+2
* It is 2014 and we have a new version of netmap.luigi2014-01-061-216/+274
* fix the build using __builtin_prefetch() instead of redefining prefetch()luigi2013-12-161-1/+0
* split netmap code according to functions:luigi2013-12-151-83/+513
* update to the latest netmap snapshot.luigi2013-11-011-41/+230
* Bring in a number of new features, mostly implemented by Michio Honda:luigi2013-05-301-2/+36
* Partial cleanup in preparation for upcoming changes:luigi2013-04-301-5/+17
* whitespace changes:luigi2013-04-291-3/+8
* mostly whitespace changes:luigi2013-04-191-12/+4
* control some debugging messages with dev.netmap.verboseluigi2013-01-231-0/+3
* add some definition and driver changes in preparation forluigi2013-01-171-0/+5
* This is an import of code, mostly from Giuseppe Lettieri,luigi2012-10-191-11/+63
* Clarify comments about number of tx / rx ringsemaste2012-08-081-2/+2
* fix some signed/unsigned warnings in the netmap code.luigi2012-08-021-1/+1
* remove a redundant MALLOC_DECLAREluigi2012-07-311-4/+0
* remove unused definition, whitespace cleanupluigi2012-07-271-9/+6
* Add support for VALE bridges to the netmap core, seeluigi2012-07-261-2/+83
* A bit of cleanup in the names of fields of netmap-related structures.luigi2012-04-131-12/+34
* Some code restructuring to bring the memory allocator out of netmap.cluigi2012-04-121-8/+4
* A bunch of netmap fixes:luigi2012-02-271-43/+34
* (This commit only touches code within the DEV_NETMAP blocks)luigi2012-02-151-0/+52
* - use struct ifnet as explicit type of the argument to theluigi2012-02-131-13/+42
* - change the buffer size from a constant to aluigi2012-02-081-9/+3
* ixgbe changes:luigi2012-01-261-2/+5
* indentation and whitespace fixesluigi2012-01-131-10/+9
* Two performance-related fixes:luigi2012-01-131-8/+29
* small code cleanup in preparation for future modifications inluigi2012-01-101-7/+19
* 1. don't use if_pspare directly, but through a macro WMA()luigi2011-12-231-2/+6
* 1. Fix the handling of link reset while in netmap more.luigi2011-12-051-9/+9
* Bring in support for netmap, a framework for very efficient packetluigi2011-11-171-0/+221
OpenPOWER on IntegriCloud