| Commit message (Expand) | Author | Age | Files | Lines |
* | add a use count so the netmap module cannot be unloaded while in use. | luigi | 2015-07-19 | 1 | -0/+1 |
* | small documentation update | luigi | 2015-07-19 | 1 | -3/+4 |
* | staticize functions only used in netmap.c | luigi | 2015-07-10 | 1 | -38/+13 |
* | Sync netmap sources with the version in our private tree. | luigi | 2015-07-10 | 1 | -148/+202 |
* | add support for private knote lock (reduces lock contention), | luigi | 2014-11-13 | 1 | -1/+8 |
* | in the Linux section, properly define the NMG_LOCK type. | luigi | 2014-11-11 | 1 | -7/+21 |
* | fix a typo | luigi | 2014-11-10 | 1 | -1/+1 |
* | adapt the code to different freebsd versions. | luigi | 2014-09-25 | 1 | -3/+6 |
* | Provide pointer from struct ifnet to struct netmap_adapter, | glebius | 2014-08-31 | 1 | -1/+1 |
* | Change netmap's global lock to sx instead of a mutex. | np | 2014-08-20 | 1 | -7/+7 |
* | Update to the current version of netmap. | luigi | 2014-08-16 | 1 | -88/+328 |
* | sync the code with the one in stable/10 | luigi | 2014-06-09 | 1 | -1/+3 |
* | align comments with the ones in our development trunk | luigi | 2014-06-06 | 1 | -7/+6 |
* | whitespace change: remove trailing whitespace | luigi | 2014-06-05 | 1 | -2/+2 |
* | Introduce a procedural interface to the ifnet structure. The new | marcel | 2014-06-02 | 1 | -1/+1 |
* | This new version of netmap brings you the following: | luigi | 2014-02-15 | 1 | -22/+205 |
* | fix use after free when releasing a netmap adapter. | luigi | 2014-01-07 | 1 | -2/+2 |
* | It is 2014 and we have a new version of netmap. | luigi | 2014-01-06 | 1 | -216/+274 |
* | fix the build using __builtin_prefetch() instead of redefining prefetch() | luigi | 2013-12-16 | 1 | -1/+0 |
* | split netmap code according to functions: | luigi | 2013-12-15 | 1 | -83/+513 |
* | update to the latest netmap snapshot. | luigi | 2013-11-01 | 1 | -41/+230 |
* | Bring in a number of new features, mostly implemented by Michio Honda: | luigi | 2013-05-30 | 1 | -2/+36 |
* | Partial cleanup in preparation for upcoming changes: | luigi | 2013-04-30 | 1 | -5/+17 |
* | whitespace changes: | luigi | 2013-04-29 | 1 | -3/+8 |
* | mostly whitespace changes: | luigi | 2013-04-19 | 1 | -12/+4 |
* | control some debugging messages with dev.netmap.verbose | luigi | 2013-01-23 | 1 | -0/+3 |
* | add some definition and driver changes in preparation for | luigi | 2013-01-17 | 1 | -0/+5 |
* | This is an import of code, mostly from Giuseppe Lettieri, | luigi | 2012-10-19 | 1 | -11/+63 |
* | Clarify comments about number of tx / rx rings | emaste | 2012-08-08 | 1 | -2/+2 |
* | fix some signed/unsigned warnings in the netmap code. | luigi | 2012-08-02 | 1 | -1/+1 |
* | remove a redundant MALLOC_DECLARE | luigi | 2012-07-31 | 1 | -4/+0 |
* | remove unused definition, whitespace cleanup | luigi | 2012-07-27 | 1 | -9/+6 |
* | Add support for VALE bridges to the netmap core, see | luigi | 2012-07-26 | 1 | -2/+83 |
* | A bit of cleanup in the names of fields of netmap-related structures. | luigi | 2012-04-13 | 1 | -12/+34 |
* | Some code restructuring to bring the memory allocator out of netmap.c | luigi | 2012-04-12 | 1 | -8/+4 |
* | A bunch of netmap fixes: | luigi | 2012-02-27 | 1 | -43/+34 |
* | (This commit only touches code within the DEV_NETMAP blocks) | luigi | 2012-02-15 | 1 | -0/+52 |
* | - use struct ifnet as explicit type of the argument to the | luigi | 2012-02-13 | 1 | -13/+42 |
* | - change the buffer size from a constant to a | luigi | 2012-02-08 | 1 | -9/+3 |
* | ixgbe changes: | luigi | 2012-01-26 | 1 | -2/+5 |
* | indentation and whitespace fixes | luigi | 2012-01-13 | 1 | -10/+9 |
* | Two performance-related fixes: | luigi | 2012-01-13 | 1 | -8/+29 |
* | small code cleanup in preparation for future modifications in | luigi | 2012-01-10 | 1 | -7/+19 |
* | 1. don't use if_pspare directly, but through a macro WMA() | luigi | 2011-12-23 | 1 | -2/+6 |
* | 1. Fix the handling of link reset while in netmap more. | luigi | 2011-12-05 | 1 | -9/+9 |
* | Bring in support for netmap, a framework for very efficient packet | luigi | 2011-11-17 | 1 | -0/+221 |